/* components/radioGroup/index.wxss */ .group { display: block !important; } .group1{ display: inline-block; } .radios { width: 50%; min-height: 60rpx; } .radios-flex { display: flex; justify-content: flex-end; } .label { font-size: 28rpx !important; font-weight: 400 !important; padding-left: 15rpx !important; } radio-group { display: block; }