index.wxss 387 B

12345678910111213141516171819202122232425
  1. /* components/radioGroup/index.wxss */
  2. .group {
  3. display: block !important;
  4. }
  5. .group1{
  6. display: inline-block;
  7. }
  8. .radios {
  9. width: 50%;
  10. min-height: 60rpx;
  11. }
  12. .radios-flex {
  13. display: flex;
  14. justify-content: flex-end;
  15. }
  16. .label {
  17. font-size: 28rpx !important;
  18. font-weight: 400 !important;
  19. padding-left: 15rpx !important;
  20. }
  21. radio-group {
  22. display: block;
  23. }