Merge remote-tracking branch 'origin/release/1.0' into release/1.0
Showing
10 changed files
with
35 additions
and
11 deletions
1 | {{# banner}} | 1 | {{# banner}} |
2 | <div class="brand-info-wrapper"> | 2 | <div class="brand-info-wrapper"> |
3 | <div class="brand-info"> | 3 | <div class="brand-info"> |
4 | - <div class="nano-content"> | 4 | + <div class=""> |
5 | <div class="brand-info-title"> | 5 | <div class="brand-info-title"> |
6 | <h2>{{name}}</h2> | 6 | <h2>{{name}}</h2> |
7 | <h5>品牌介绍</h5> | 7 | <h5>品牌介绍</h5> |
8 | </div> | 8 | </div> |
9 | - <div class="brand-info-content"> | ||
10 | - {{{info}}} | 9 | + <div class="brand-info-content nano"> |
10 | + <div class="nano-content">{{{info}}}</div> | ||
11 | </div> | 11 | </div> |
12 | </div> | 12 | </div> |
13 | </div> | 13 | </div> |
@@ -39,4 +39,4 @@ if (!$cate.hasClass('big-category')) { | @@ -39,4 +39,4 @@ if (!$cate.hasClass('big-category')) { | ||
39 | $('.cateId-' + parentID).find('.plus').css('background-image', 'url(\'../img/help/minus.png\')'); | 39 | $('.cateId-' + parentID).find('.plus').css('background-image', 'url(\'../img/help/minus.png\')'); |
40 | } | 40 | } |
41 | 41 | ||
42 | -$('.center-content').css('border-top-color', '#fff'); | ||
42 | +$('.center-content').css('border-top-color', '#fff'); |
@@ -12,8 +12,8 @@ var Shop = { | @@ -12,8 +12,8 @@ var Shop = { | ||
12 | 12 | ||
13 | $('#brand-info').click(function() { | 13 | $('#brand-info').click(function() { |
14 | Shop.brandInfoDialog().show(); | 14 | Shop.brandInfoDialog().show(); |
15 | - $('.brand-info').addClass('nano'); | ||
16 | - $('.brand-info').nanoScroller(); | 15 | + //$('.brand-info').addClass('nano'); |
16 | + $('.brand-info-dialog .brand-info-content').nanoScroller(); | ||
17 | }); | 17 | }); |
18 | }, | 18 | }, |
19 | 19 |
@@ -182,7 +182,7 @@ | @@ -182,7 +182,7 @@ | ||
182 | .go-bag-btn { | 182 | .go-bag-btn { |
183 | font-size: 20px; | 183 | font-size: 20px; |
184 | line-height: 1; | 184 | line-height: 1; |
185 | - padding-top: 20px; | 185 | + padding-top: 22px; |
186 | border-top: 1px solid #ddd; | 186 | border-top: 1px solid #ddd; |
187 | text-align: center; | 187 | text-align: center; |
188 | } | 188 | } |
@@ -75,7 +75,6 @@ | @@ -75,7 +75,6 @@ | ||
75 | 75 | ||
76 | .slide-warp { | 76 | .slide-warp { |
77 | margin-bottom: 80px; | 77 | margin-bottom: 80px; |
78 | - margin-top: 30px; | ||
79 | 78 | ||
80 | .slide-left { | 79 | .slide-left { |
81 | float: left; | 80 | float: left; |
@@ -117,8 +116,8 @@ | @@ -117,8 +116,8 @@ | ||
117 | 116 | ||
118 | .goods-info { | 117 | .goods-info { |
119 | float: left; | 118 | float: left; |
120 | - width: 274px; | ||
121 | - margin: 26px 9px; | 119 | + width: 272px; |
120 | + margin: 26px 10px; | ||
122 | border-width: 1px; | 121 | border-width: 1px; |
123 | 122 | ||
124 | .desc { | 123 | .desc { |
@@ -290,6 +289,7 @@ | @@ -290,6 +289,7 @@ | ||
290 | text-align: left; | 289 | text-align: left; |
291 | font-size: 12px; | 290 | font-size: 12px; |
292 | line-height: 20px; | 291 | line-height: 20px; |
292 | + height: 396px; | ||
293 | 293 | ||
294 | p { | 294 | p { |
295 | font-size: 12px; | 295 | font-size: 12px; |
@@ -24,6 +24,10 @@ | @@ -24,6 +24,10 @@ | ||
24 | cursor: pointer; | 24 | cursor: pointer; |
25 | height: 52px; | 25 | height: 52px; |
26 | } | 26 | } |
27 | + | ||
28 | + .title{ | ||
29 | + font-size: 15px; | ||
30 | + } | ||
27 | } | 31 | } |
28 | 32 | ||
29 | .address { | 33 | .address { |
@@ -154,6 +158,7 @@ | @@ -154,6 +158,7 @@ | ||
154 | white-space: nowrap; | 158 | white-space: nowrap; |
155 | overflow: hidden; | 159 | overflow: hidden; |
156 | text-overflow: ellipsis; | 160 | text-overflow: ellipsis; |
161 | + font-size: 14px; | ||
157 | } | 162 | } |
158 | 163 | ||
159 | .address-detail { | 164 | .address-detail { |
@@ -194,6 +199,7 @@ | @@ -194,6 +199,7 @@ | ||
194 | 199 | ||
195 | .title { | 200 | .title { |
196 | line-height: 52px; | 201 | line-height: 52px; |
202 | + font-size: 14px; | ||
197 | } | 203 | } |
198 | 204 | ||
199 | .chose-row { | 205 | .chose-row { |
@@ -205,6 +211,10 @@ | @@ -205,6 +211,10 @@ | ||
205 | 211 | ||
206 | .chose-block { | 212 | .chose-block { |
207 | border-color: #000; | 213 | border-color: #000; |
214 | + font-size: 15px; | ||
215 | + } | ||
216 | + .tip-text{ | ||
217 | + font-size: 14px; | ||
208 | } | 218 | } |
209 | } | 219 | } |
210 | } | 220 | } |
@@ -311,6 +321,7 @@ | @@ -311,6 +321,7 @@ | ||
311 | 321 | ||
312 | .color-size { | 322 | .color-size { |
313 | width: 190px; | 323 | width: 190px; |
324 | + font-size: 14px; | ||
314 | } | 325 | } |
315 | 326 | ||
316 | .price { | 327 | .price { |
@@ -420,6 +431,7 @@ | @@ -420,6 +431,7 @@ | ||
420 | display: block; | 431 | display: block; |
421 | float: left; | 432 | float: left; |
422 | text-align: center; | 433 | text-align: center; |
434 | + font-size: 14px; | ||
423 | } | 435 | } |
424 | } | 436 | } |
425 | 437 |
@@ -59,6 +59,7 @@ $fontColor: #616161; | @@ -59,6 +59,7 @@ $fontColor: #616161; | ||
59 | margin-bottom: 30px; | 59 | margin-bottom: 30px; |
60 | height: calc(135px + 2px); | 60 | height: calc(135px + 2px); |
61 | padding: 20px 30px; | 61 | padding: 20px 30px; |
62 | + font-size: 14px; | ||
62 | 63 | ||
63 | .row { | 64 | .row { |
64 | height: 30px; | 65 | height: 30px; |
@@ -98,6 +99,7 @@ $fontColor: #616161; | @@ -98,6 +99,7 @@ $fontColor: #616161; | ||
98 | color: $fontColor; | 99 | color: $fontColor; |
99 | cursor: pointer; | 100 | cursor: pointer; |
100 | position: relative; | 101 | position: relative; |
102 | + font-size: 14px; | ||
101 | 103 | ||
102 | &.active { | 104 | &.active { |
103 | border: 1px solid $liBorderColor; | 105 | border: 1px solid $liBorderColor; |
@@ -30,8 +30,11 @@ | @@ -30,8 +30,11 @@ | ||
30 | } | 30 | } |
31 | 31 | ||
32 | .disable { | 32 | .disable { |
33 | - background: #999; | 33 | + background: #eee; |
34 | color: #fff; | 34 | color: #fff; |
35 | + &:hover { | ||
36 | + background-color: #eee; | ||
37 | + } | ||
35 | } | 38 | } |
36 | 39 | ||
37 | .input { | 40 | .input { |
@@ -39,6 +42,9 @@ | @@ -39,6 +42,9 @@ | ||
39 | width: 38px; | 42 | width: 38px; |
40 | height: 28px; | 43 | height: 28px; |
41 | text-align: center; | 44 | text-align: center; |
45 | + font-family: BrownStd; | ||
46 | + font-weight: bold; | ||
47 | + color: #1b1b1b; | ||
42 | } | 48 | } |
43 | 49 | ||
44 | .warning { | 50 | .warning { |
-
Please register or login to post a comment