Authored by 姜枫

修复列表页样式问题

... ... @@ -8,7 +8,7 @@
</div>
{{#paginationData}}
<div class="right">
<div class="order-page">
<label>
<span>{{total}}</span>件商品
</label>
... ...
... ... @@ -47,12 +47,11 @@
color: #1b1b1b;
}
.right {
width: auto;
.order-page {
height: 24px;
line-height: 24px;
margin-top: 12px;
float: right;
label {
color: #1b1b1b;
font-weight: 700;
... ...