Showing
3 changed files
with
10 additions
and
11 deletions
@@ -16,7 +16,7 @@ module.exports = { | @@ -16,7 +16,7 @@ module.exports = { | ||
16 | siteUrl: '//m.yohobuy.com', | 16 | siteUrl: '//m.yohobuy.com', |
17 | domains: { | 17 | domains: { |
18 | api: 'http://devapi.yoho.cn:58078/', | 18 | api: 'http://devapi.yoho.cn:58078/', |
19 | - service: 'http://123.206.1.104:28077/' | 19 | + service: 'http://devservice.yoho.cn:58077/' |
20 | }, | 20 | }, |
21 | useOneapm: false, | 21 | useOneapm: false, |
22 | useCache: false, | 22 | useCache: false, |
@@ -30,6 +30,7 @@ | @@ -30,6 +30,7 @@ | ||
30 | </header> | 30 | </header> |
31 | {{#if saleNav.list}} | 31 | {{#if saleNav.list}} |
32 | <div class="sale-nav-select"> | 32 | <div class="sale-nav-select"> |
33 | + <span class="arrow"></span> | ||
33 | {{#each saleNav.list}} | 34 | {{#each saleNav.list}} |
34 | <a href="{{url}}">{{title}}</a> | 35 | <a href="{{url}}">{{title}}</a> |
35 | {{/each}} | 36 | {{/each}} |
@@ -20,11 +20,9 @@ | @@ -20,11 +20,9 @@ | ||
20 | text-align: center; | 20 | text-align: center; |
21 | font-size: 28px; | 21 | font-size: 28px; |
22 | line-height: 80px; | 22 | line-height: 80px; |
23 | - transform: scale(1, 0); | ||
24 | - transform-origin: top; | ||
25 | - transition: all 300ms; | 23 | + display: none; |
26 | 24 | ||
27 | - &:before { | 25 | + .arrow { |
28 | position: absolute; | 26 | position: absolute; |
29 | top: -10px; | 27 | top: -10px; |
30 | right: 30px; | 28 | right: 30px; |
@@ -36,7 +34,7 @@ | @@ -36,7 +34,7 @@ | ||
36 | } | 34 | } |
37 | 35 | ||
38 | &.show { | 36 | &.show { |
39 | - transform: scale(1, 1); | 37 | + display: block; |
40 | } | 38 | } |
41 | 39 | ||
42 | a { | 40 | a { |
@@ -56,8 +54,12 @@ | @@ -56,8 +54,12 @@ | ||
56 | background-color: #f0f0f0; | 54 | background-color: #f0f0f0; |
57 | 55 | ||
58 | .thumb-row { | 56 | .thumb-row { |
59 | - padding-top: 10px; | 57 | + padding-top: 35px; |
60 | padding-bottom: 0; | 58 | padding-bottom: 0; |
59 | + | ||
60 | + .thumb-row-box { | ||
61 | + margin-bottom: 10px; | ||
62 | + } | ||
61 | } | 63 | } |
62 | 64 | ||
63 | .list-nav, | 65 | .list-nav, |
@@ -75,10 +77,6 @@ | @@ -75,10 +77,6 @@ | ||
75 | .good-info { | 77 | .good-info { |
76 | margin-bottom: 20px; | 78 | margin-bottom: 20px; |
77 | } | 79 | } |
78 | - | ||
79 | - .tag-container { | ||
80 | - display: none; | ||
81 | - } | ||
82 | } | 80 | } |
83 | 81 | ||
84 | .list-nav { | 82 | .list-nav { |
-
Please register or login to post a comment