1234567891011121314151617181920 |
- .radioGroup-index {
- display: block;
- height: initial;
- }
- /* components/radioGroup/index.wxss */
- .radioGroup-index .radio-group-area {
- display: flex;
- justify-content: flex-end;
- }
- .radioGroup-index .label {
- font-size: 28rpx !important;
- font-weight: 400 !important;
- padding-left: 14rpx !important;
- margin-left: 0 !important;
- }
- .radio-index {
- margin-left: 24rpx !important;
- }
|