Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy.git into develop
Showing
3 changed files
with
16 additions
and
1 deletions
@@ -5,8 +5,10 @@ | @@ -5,8 +5,10 @@ | ||
5 | <div class="sort-container"> | 5 | <div class="sort-container"> |
6 | <ul class="sort-child-list new-sale"> | 6 | <ul class="sort-child-list new-sale"> |
7 | <li> | 7 | <li> |
8 | + <h2> | ||
8 | <a href="{{href}}">全部折扣</a> | 9 | <a href="{{href}}">全部折扣</a> |
9 | <span>{{updateNum}}</span> | 10 | <span>{{updateNum}}</span> |
11 | + </h2> | ||
10 | </li> | 12 | </li> |
11 | {{#each list}} | 13 | {{#each list}} |
12 | <li {{#if active}}class="active"{{/if}}> | 14 | <li {{#if active}}class="active"{{/if}}> |
@@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
9 | &:first-child { | 9 | &:first-child { |
10 | border-top: none; | 10 | border-top: none; |
11 | background: #eaeceb; | 11 | background: #eaeceb; |
12 | + padding: 5px 15px; | ||
12 | } | 13 | } |
13 | } | 14 | } |
14 | 15 | ||
@@ -58,11 +59,15 @@ | @@ -58,11 +59,15 @@ | ||
58 | .checked-conditions { | 59 | .checked-conditions { |
59 | line-height: 30px; | 60 | line-height: 30px; |
60 | 61 | ||
62 | + .title { | ||
63 | + margin-top: 5px; | ||
64 | + } | ||
65 | + | ||
61 | .tag { | 66 | .tag { |
62 | display: block; | 67 | display: block; |
63 | float: left; | 68 | float: left; |
64 | padding: 0 10px; | 69 | padding: 0 10px; |
65 | - margin-right: 30px; | 70 | + margin: 5px 30px 5px 0; |
66 | background: #000; | 71 | background: #000; |
67 | color: #fff; | 72 | color: #fff; |
68 | cursor: pointer; | 73 | cursor: pointer; |
@@ -76,6 +81,7 @@ | @@ -76,6 +81,7 @@ | ||
76 | } | 81 | } |
77 | 82 | ||
78 | .clear-checked { | 83 | .clear-checked { |
84 | + margin-top: 5px; | ||
79 | color: #999; | 85 | color: #999; |
80 | float: right; | 86 | float: right; |
81 | } | 87 | } |
@@ -73,6 +73,12 @@ | @@ -73,6 +73,12 @@ | ||
73 | &.new-sale { | 73 | &.new-sale { |
74 | display: block; | 74 | display: block; |
75 | } | 75 | } |
76 | + | ||
77 | + h2 a { | ||
78 | + color: #000; | ||
79 | + padding-left: 0; | ||
80 | + } | ||
81 | + | ||
76 | li { | 82 | li { |
77 | color: #bbb; | 83 | color: #bbb; |
78 | 84 | ||
@@ -80,6 +86,7 @@ | @@ -80,6 +86,7 @@ | ||
80 | padding-left: 5px; | 86 | padding-left: 5px; |
81 | } | 87 | } |
82 | } | 88 | } |
89 | + | ||
83 | a { | 90 | a { |
84 | color: #666; | 91 | color: #666; |
85 | padding-left: 10px; | 92 | padding-left: 10px; |
-
Please register or login to post a comment