微信小程序 改变radio(单选钮)默认大小

/* 单选钮样式 */
radio {
  transform:scale(0.5);
}

  

原文地址:https://www.cnblogs.com/wanyong-wy/p/9869629.html