.container {
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
background: #FFFFFF;
|
|
padding: 40rpx 40rpx 140rpx;
|
|
}
|
|
|
|
:deep(.u-radio__icon-wrap) {
|
|
flex-shrink: 0 !important;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
:deep(.u-radio__text ) {
|
|
line-height: inherit !important;
|
|
}
|
|
:deep(.up-radio-checked .up-radio-label) {
|
|
color: #34bfa3!important; /* 你可以更换成你想要的颜色 */
|
|
}
|