Authored by 陈峰

Merge branch 'feature/new-shop-product-floor' into 'release/6.8.6'

新样式的商品增加预告样式



See merge request !1694
<div class="feature-product-info {{#if conf.searchCondition}}novisible{{/if}}" data-skn="{{product_skn}}">
<a class="first-part product-detail" href='{{producturl}}'>
<div class="product-detail-imgbox">
... ... @@ -11,6 +12,17 @@
<a class="new-brand-name {{#isEqualOr conf.showBrandUrl '1'}}product-brand{{else}}product-detail{{/isEqualOr}}" href="{{brandurl}}">
<span class="brand-name" {{#if conf.fontColor}} style="color:{{conf.fontColor}};" {{/if}}>{{brandname}}</span>
</a>
<div class="sales-imgs-new">
{{#isEqualOr conf.isAdvance '1'}}
<div class="advance" style="background-image: url({{imageslim conf.advanceBgImg}});display:inline-block;">
<img src="{{imageslim conf.advanceBgImg}}" class="img-seat">
<span class="advance-price">¥{{curPlanPrice}}</span>
</div>
{{/isEqualOr}}
{{#if conf.leftDownImg}}
<img class="leftdownimg lazy" data-original="{{image2 conf.leftDownImg q=85}}">
{{/if}}
</div>
</div>
</a>
{{#if conf.brandImg}}
... ...