Showing
2 changed files
with
4 additions
and
5 deletions
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | </div> | 8 | </div> |
9 | 9 | ||
10 | {{#paginationData}} | 10 | {{#paginationData}} |
11 | - <div class="right"> | 11 | + <div class="order-page"> |
12 | <label> | 12 | <label> |
13 | 共<span>{{total}}</span>件商品 | 13 | 共<span>{{total}}</span>件商品 |
14 | </label> | 14 | </label> |
@@ -25,4 +25,4 @@ | @@ -25,4 +25,4 @@ | ||
25 | {{/isEqual}} | 25 | {{/isEqual}} |
26 | </div> | 26 | </div> |
27 | {{/paginationData}} | 27 | {{/paginationData}} |
28 | -</div> | ||
28 | +</div> |
@@ -47,12 +47,11 @@ | @@ -47,12 +47,11 @@ | ||
47 | color: #1b1b1b; | 47 | color: #1b1b1b; |
48 | } | 48 | } |
49 | 49 | ||
50 | - .right { | ||
51 | - width: auto; | 50 | + .order-page { |
52 | height: 24px; | 51 | height: 24px; |
53 | line-height: 24px; | 52 | line-height: 24px; |
54 | margin-top: 12px; | 53 | margin-top: 12px; |
55 | - | 54 | + float: right; |
56 | label { | 55 | label { |
57 | color: #1b1b1b; | 56 | color: #1b1b1b; |
58 | font-weight: 700; | 57 | font-weight: 700; |
-
Please register or login to post a comment