猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
372 B

.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; /* 你可以更换成你想要的颜色 */
}