index.wxss 241 B

1234567891011
  1. /* components/radioGroup/index.wxss */
  2. .radio-group-area {
  3. display: flex;
  4. justify-content: flex-end;
  5. align-items: center;
  6. }
  7. .label {
  8. font-size: 27rpx !important;
  9. /* font-weight: 400 !important; */
  10. padding-left: 20rpx !important;
  11. }