Authored by 王水玲

活动模版修改

@@ -27,11 +27,6 @@ @@ -27,11 +27,6 @@
27 {{#if marketprice}} 27 {{#if marketprice}}
28 <span class="market-price"{{#if ../fontColor}} style="color:{{../fontColor}};" {{/if}}>¥{{marketprice}}</span> 28 <span class="market-price"{{#if ../fontColor}} style="color:{{../fontColor}};" {{/if}}>¥{{marketprice}}</span>
29 {{/if}} 29 {{/if}}
30 - {{#isEqualOr ../showVipPrice '1'}}  
31 - {{#if ../isStyle2}}  
32 - <span class="vip"></span>  
33 - {{/if}}  
34 - {{/isEqualOr}}  
35 </div> 30 </div>
36 {{/isEqualOr}} 31 {{/isEqualOr}}
37 {{#isEqualOr ../showVipPrice '1'}} 32 {{#isEqualOr ../showVipPrice '1'}}
@@ -269,7 +269,7 @@ @@ -269,7 +269,7 @@
269 269
270 .product-name { 270 .product-name {
271 text-align: left; 271 text-align: left;
272 - font-size: 22px; 272 + font-size: 20px;
273 color: #444; 273 color: #444;
274 letter-spacing: 0; 274 letter-spacing: 0;
275 margin-top: 20px; 275 margin-top: 20px;
@@ -286,7 +286,7 @@ @@ -286,7 +286,7 @@
286 } 286 }
287 287
288 .sale-price { 288 .sale-price {
289 - color: #d0021b; 289 + color: #000;
290 font-size: 22px; 290 font-size: 22px;
291 line-height: 27px; 291 line-height: 27px;
292 float: left; 292 float: left;
@@ -300,15 +300,6 @@ @@ -300,15 +300,6 @@
300 margin-left: 10px; 300 margin-left: 10px;
301 } 301 }
302 302
303 - .vip {  
304 - background: resolve("activity/vip@2x.png") no-repeat;  
305 - background-size: contain;  
306 - width: 48px;  
307 - height: 27px;  
308 - margin-left: 10px;  
309 - float: left;  
310 - }  
311 -  
312 .product-detail-imgbox { 303 .product-detail-imgbox {
313 .product-detail-img { 304 .product-detail-img {
314 width: 100%; 305 width: 100%;