Authored by 周少峰

ordinary

... ... @@ -73,6 +73,11 @@
{{#ordinaryCart}}
<div data-role="ordinary">
<!-- 预售商品 -->
<div class="ordinary-sell">
<code>普通商品</code> {{tips}}
</div>
{{#pools}}
<div class="promotion-pool {{#unless @first}}mt20{{/unless}}" data-role="promotion-pool">
{{#if promotionInfos}}
... ...
... ... @@ -664,7 +664,7 @@
background-color: #000;
color: #fff;
}
.pre-sell-tip{
.ordinary-sell, .pre-sell-tip{
font-size: 14px;
line-height: 14px;
color: #444;
... ...
... ... @@ -257,7 +257,7 @@
}
}
.pre-sell {
.ordinary-sell, .pre-sell {
background: #fff;
color: #818181;
font-size: 14px;
... ...