Commit e1621330cb496b5246d5649562634097a9027b82
1 parent
bcdc56fc
积分样式的优化
Showing
1 changed file
with
2 additions
and
1 deletions
packageA/pages/jfbuy/jfbuy.wxss
@@ -450,7 +450,8 @@ radio .wx-radio-input.wx-radio-input-checked::before{ | @@ -450,7 +450,8 @@ radio .wx-radio-input.wx-radio-input-checked::before{ | ||
450 | left: 20rpx; | 450 | left: 20rpx; |
451 | top: 50%; | 451 | top: 50%; |
452 | transform: translateY(-50%); | 452 | transform: translateY(-50%); |
453 | - content: '\e618'; | 453 | + content: '\e618'; |
454 | + color: #666; | ||
454 | } | 455 | } |
455 | 456 | ||
456 | .input-search { | 457 | .input-search { |