Authored by 王水玲

活动模版修改

... ... @@ -27,11 +27,6 @@
{{#if marketprice}}
<span class="market-price"{{#if ../fontColor}} style="color:{{../fontColor}};" {{/if}}>¥{{marketprice}}</span>
{{/if}}
{{#isEqualOr ../showVipPrice '1'}}
{{#if ../isStyle2}}
<span class="vip"></span>
{{/if}}
{{/isEqualOr}}
</div>
{{/isEqualOr}}
{{#isEqualOr ../showVipPrice '1'}}
... ...
... ... @@ -269,7 +269,7 @@
.product-name {
text-align: left;
font-size: 22px;
font-size: 20px;
color: #444;
letter-spacing: 0;
margin-top: 20px;
... ... @@ -286,7 +286,7 @@
}
.sale-price {
color: #d0021b;
color: #000;
font-size: 22px;
line-height: 27px;
float: left;
... ... @@ -300,15 +300,6 @@
margin-left: 10px;
}
.vip {
background: resolve("activity/vip@2x.png") no-repeat;
background-size: contain;
width: 48px;
height: 27px;
margin-left: 10px;
float: left;
}
.product-detail-imgbox {
.product-detail-img {
width: 100%;
... ...