select.wxss 252 B

12345678910111213141516
  1. checkbox {
  2. margin:10rpx;
  3. height: auto;
  4. /* font-size:16rpx; */
  5. }
  6. /*checkbox 选项框大小 */
  7. checkbox .wx-checkbox-input {
  8. width: 40rpx;
  9. height: 40rpx;
  10. flex: none;
  11. }
  12. .radio .wx-radio-input{
  13. width: 40rpx;
  14. height: 40rpx;
  15. flex: none;
  16. }