猫妈狗爸伴宠师小程序前端代码
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.

17 lines
372 B

  1. .container {
  2. font-size: 14px;
  3. line-height: 24px;
  4. background: #FFFFFF;
  5. padding: 40rpx 40rpx 140rpx;
  6. }
  7. :deep(.u-radio__icon-wrap) {
  8. flex-shrink: 0 !important;
  9. margin-left: 20rpx;
  10. }
  11. :deep(.u-radio__text ) {
  12. line-height: inherit !important;
  13. }
  14. :deep(.up-radio-checked .up-radio-label) {
  15. color: #34bfa3!important; /* 你可以更换成你想要的颜色 */
  16. }