Authored by zhangxiaoru

css规范 隐藏下载条

@@ -10,12 +10,13 @@ var $intercept = $('.no-intercept'), @@ -10,12 +10,13 @@ var $intercept = $('.no-intercept'),
10 $listBox = $('.list-box'); 10 $listBox = $('.list-box');
11 11
12 function channels(key) { 12 function channels(key) {
  13 + var channel = {
  14 + men: 1,
  15 + women: 2,
  16 + lifestyle: 4
  17 + };
13 18
14 - return {  
15 - 'men': 1,  
16 - 'women': 2,  
17 - 'lifestyle': 4  
18 - }[key]; 19 + return channel[key];
19 } 20 }
20 21
21 function initialize() { 22 function initialize() {
@@ -117,5 +118,5 @@ $(function() { @@ -117,5 +118,5 @@ $(function() {
117 slideElement: 'li' 118 slideElement: 'li'
118 }); 119 });
119 } 120 }
120 - }); 121 + });
121 }); 122 });
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 text-align: center; 13 text-align: center;
14 z-index: 10; 14 z-index: 10;
15 background-color: #fff; 15 background-color: #fff;
16 - padding: 0 200px 84px 200px; 16 + padding: 0 200px 84px;
17 border-bottom: 5px solid #e0e0e0; 17 border-bottom: 5px solid #e0e0e0;
18 width: 100%; 18 width: 100%;
19 19
@@ -121,27 +121,6 @@ @@ -121,27 +121,6 @@
121 background: #f6f6f6; 121 background: #f6f6f6;
122 border-top: 1px solid #eee; 122 border-top: 1px solid #eee;
123 123
124 - .per-brand-box {  
125 - background: #fff;  
126 - padding: 0 30px;  
127 - border-top: 1px solid #eee;  
128 - border-bottom: 1px solid #eee;  
129 - overflow: hidden;  
130 -  
131 - &:not(:first-of-type) {  
132 - margin-top: 20px;  
133 - }  
134 -  
135 - .index {  
136 - height: 60px;  
137 - line-height: 60px;  
138 -  
139 - a {  
140 - font-size: 32px;  
141 - }  
142 - }  
143 - }  
144 -  
145 .brand-big-box { 124 .brand-big-box {
146 width: 100%; 125 width: 100%;
147 } 126 }
@@ -154,17 +133,6 @@ @@ -154,17 +133,6 @@
154 text-align: center; 133 text-align: center;
155 margin-bottom: 20px; 134 margin-bottom: 20px;
156 135
157 - .brand-logo {  
158 - margin: 0 auto;  
159 - width: 136px;  
160 - height: 136px;  
161 - overflow: hidden;  
162 -  
163 - img {  
164 - width: 100%;  
165 - }  
166 - }  
167 -  
168 .brand-name { 136 .brand-name {
169 width: 136px; 137 width: 136px;
170 font-size: 18px; 138 font-size: 18px;
@@ -175,6 +143,38 @@ @@ -175,6 +143,38 @@
175 display: inline-block; 143 display: inline-block;
176 } 144 }
177 } 145 }
  146 +
  147 + .brand-logo {
  148 + margin: 0 auto;
  149 + width: 136px;
  150 + height: 136px;
  151 + overflow: hidden;
  152 +
  153 + img {
  154 + width: 100%;
  155 + }
  156 + }
  157 + }
  158 +
  159 + .per-brand-box {
  160 + background: #fff;
  161 + padding: 0 30px;
  162 + border-top: 1px solid #eee;
  163 + border-bottom: 1px solid #eee;
  164 + overflow: hidden;
  165 +
  166 + &:not(:first-of-type) {
  167 + margin-top: 20px;
  168 + }
  169 +
  170 + .index {
  171 + height: 60px;
  172 + line-height: 60px;
  173 +
  174 + a {
  175 + font-size: 32px;
  176 + }
  177 + }
178 } 178 }
179 179
180 .index-list { 180 .index-list {
@@ -330,7 +330,6 @@ @@ -330,7 +330,6 @@
330 } 330 }
331 331
332 .resources { 332 .resources {
333 -  
334 .recommend-content-five { 333 .recommend-content-five {
335 margin-top: -1px; 334 margin-top: -1px;
336 width: 100%; 335 width: 100%;
@@ -349,5 +348,5 @@ @@ -349,5 +348,5 @@
349 overflow: hidden; 348 overflow: hidden;
350 width: 100%; 349 width: 100%;
351 } 350 }
352 - } 351 + }
353 } 352 }
1 .blk-cate-all { 1 .blk-cate-all {
2 font-size: 15PX; 2 font-size: 15PX;
3 - /* margin-bottom: 100px;*/  
4 3
5 .category-nav { 4 .category-nav {
6 height: 70px; 5 height: 70px;
@@ -24,8 +23,8 @@ @@ -24,8 +23,8 @@
24 color: #000; 23 color: #000;
25 } 24 }
26 25
27 - &.bytouch{  
28 - background:#eee; 26 + &.bytouch {
  27 + background: #eee;
29 } 28 }
30 } 29 }
31 30
@@ -44,7 +43,6 @@ @@ -44,7 +43,6 @@
44 } 43 }
45 44
46 .content { 45 .content {
47 - /*background: #f8f8f8;*/  
48 overflow: hidden; 46 overflow: hidden;
49 position: relative; 47 position: relative;
50 48