Authored by 姜枫

修改筛选样式

... ... @@ -82,12 +82,12 @@
{{/each}}
<div class="price-btns">
<div class="price-input inline-block">
<span>¥</span>
<span class="iconfont">&#xe63a;</span>
<input type="text" class="price-low" value="{{customPriceLow}}">
</div>
<span></span>
<div class="price-input inline-block">
<span>¥</span>
<span class="iconfont">&#xe63a;</span>
<input type="text" class="price-high" value="{{customPriceHigh}}">
</div>
<span class="btn large confirm">确定</span>
... ...
... ... @@ -13,7 +13,7 @@
<span>{{total}}</span>件商品
</label>
<label class="page-info"><span class="cur-page">{{page}}</span>/<span class="total-page">{{pageTotal}}</span></label>
{{#isEqual page '1'}}
{{#isEqual page 1}}
<span class="iconfont page disable page-pre">&#xe607;</span>
{{^}}
<span class="iconfont page page-pre">&#xe607;</span>
... ...
... ... @@ -120,24 +120,26 @@
width: 72px;
height: 38px;
line-height: 38px;
position: relative;
vertical-align: bottom;
span {
height: 36px;
line-height: 36px;
margin-top: 1px;
height: 30px;
line-height: 30px;
margin-top: 5px;
display: inline-block;
padding: 0 3px;
}
input {
border: 0;
background-color: transparent;
width: 50px;
width: 45px;
height: 38px;
line-height: 38px;
padding: 0;
font-size: 14px;
font-family: 'BrownStd', '黑体';
float: right;
font-weight: 700;
}
}
... ...