Authored by 阿达

增加pager页css

... ... @@ -53,10 +53,10 @@
<span class="sale-price{{#unless marketPrice}}prime-cost{{/unless}}">
¥{{salesPrice}}
</span>
{{#vip}}<span class="vip-tag">VIP</span><strong>更优惠</strong>{{/vip}}
{{#vip1}}<span class="vip-tag">VIPⅠ</span><strong>{{vipPrice}}</strong>{{/vip1}}
{{#vip2}}<span class="vip-tag">VIPⅡ</span><strong>{{vipPrice}}</strong>{{/vip2}}
{{#vip3}}<span class="vip-tag">VIPⅢ</span><strong>{{vipPrice}}</strong>{{/vip3}}
{{#vip}}<span class="vip-tag">VIP </span><strong>更优惠</strong>{{/vip}}
{{#vip1}}<span class="vip-tag">VIPⅠ </span><strong>{{vipPrice}}</strong>{{/vip1}}
{{#vip2}}<span class="vip-tag">VIPⅡ </span><strong>{{vipPrice}}</strong>{{/vip2}}
{{#vip3}}<span class="vip-tag">VIPⅢ </span><strong>{{vipPrice}}</strong>{{/vip3}}
</p>
</div>
</div>
... ...
... ... @@ -105,3 +105,20 @@
}
}
}
.pager {
a {
height: 24px;
padding: 0 9px;
line-height: 24px;
display: inline-block;
text-align: center;
margin-right: 8px;
color: #222;
}
.cur {
color: #fff;
background-color: #222;
}
}
... ...
... ... @@ -403,7 +403,6 @@
background-repeat: no-repeat;
background-size: 100% 90%;
color: #fff;
width: 30px;
font-style: italic;
margin-right: 5px;
}
... ...