[improvement] Coupon: update cell value color (#2359)

This commit is contained in:
neverland
2018-12-22 11:25:27 +08:00
committed by GitHub
parent 92ebce4462
commit a843cf79c3
3 changed files with 10 additions and 1 deletions
+4
View File
@@ -2,6 +2,10 @@
@import '../style/mixins/ellipsis';
.van-coupon {
&-cell--selected {
color: @text-color;
}
&-list {
height: 100%;
position: relative;
@@ -18,7 +18,7 @@ exports[`coupon cell 2`] = `
<div class="van-cell__title"><span>优惠券</span>
<!---->
</div>
<div class="van-cell__value"><span>-¥1.00</span></div> <i class="van-icon van-icon-arrow van-cell__right-icon">
<div class="van-cell__value van-coupon-cell--selected"><span>-¥1.00</span></div> <i class="van-icon van-icon-arrow van-cell__right-icon">
<!---->
<!----></i>
</div>