|
|
|
@ -72,7 +72,8 @@ |
|
|
|
<div class="text">{{item1.shortDesc}}</div> |
|
|
|
<div class="card-name" v-if="toJSON(item1.smallLabel)"><i>{{toJSON(item1.smallLabel)}}</i></div> |
|
|
|
<div class="btn-box"> |
|
|
|
<span>¥ <em>{{item1.originalPrice > 0 ? item1.originalPrice/100 : item1.price/100}}</em></span> |
|
|
|
<span class="original-price">¥ <em>{{item1.originalPrice ? item1.originalPrice/100:item1.price/100}}</em></span> |
|
|
|
<span class="price"><em>¥{{ item1.price/100}}</em></span> |
|
|
|
<a :href="'/mall/web/vgoods/detail/' + item1.goodsNo">立即购买</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -458,18 +459,26 @@ |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
} |
|
|
|
.home .page-content .new-card .card-list li .right .btn-box span { |
|
|
|
font-size: 0.22rem; |
|
|
|
font-weight:400; |
|
|
|
color:rgba(153,153,153,1); |
|
|
|
margin-right: auto; |
|
|
|
.home .page-content .new-card .card-list li .right .btn-box .original-price { |
|
|
|
color: #249E6C; |
|
|
|
} |
|
|
|
.home .page-content .new-card .card-list li .right .btn-box span em { |
|
|
|
font-size:0.38rem; |
|
|
|
font-weight:600; |
|
|
|
font-style: normal; |
|
|
|
color:rgba(51,51,51,1); |
|
|
|
} |
|
|
|
.home .page-content .new-card .card-list li .right .btn-box .price em { |
|
|
|
font-size: 0.24rem; |
|
|
|
text-decoration:line-through ; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
.home .page-content .new-card .card-list li .right .btn-box span { |
|
|
|
font-size: 0.22rem; |
|
|
|
font-weight:400; |
|
|
|
color:rgba(153,153,153,1); |
|
|
|
margin-right: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.home .page-content .new-card .card-list li .right .btn-box a { |
|
|
|
width:1.7rem; |
|
|
|
height:0.56rem; |
|
|
|
|