Authored by zhangxiaoru

css规范 隐藏下载条

... ... @@ -10,12 +10,13 @@ var $intercept = $('.no-intercept'),
$listBox = $('.list-box');
function channels(key) {
var channel = {
men: 1,
women: 2,
lifestyle: 4
};
return {
'men': 1,
'women': 2,
'lifestyle': 4
}[key];
return channel[key];
}
function initialize() {
... ... @@ -117,5 +118,5 @@ $(function() {
slideElement: 'li'
});
}
});
});
});
... ...
... ... @@ -13,7 +13,7 @@
text-align: center;
z-index: 10;
background-color: #fff;
padding: 0 200px 84px 200px;
padding: 0 200px 84px;
border-bottom: 5px solid #e0e0e0;
width: 100%;
... ... @@ -121,27 +121,6 @@
background: #f6f6f6;
border-top: 1px solid #eee;
.per-brand-box {
background: #fff;
padding: 0 30px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
overflow: hidden;
&:not(:first-of-type) {
margin-top: 20px;
}
.index {
height: 60px;
line-height: 60px;
a {
font-size: 32px;
}
}
}
.brand-big-box {
width: 100%;
}
... ... @@ -154,17 +133,6 @@
text-align: center;
margin-bottom: 20px;
.brand-logo {
margin: 0 auto;
width: 136px;
height: 136px;
overflow: hidden;
img {
width: 100%;
}
}
.brand-name {
width: 136px;
font-size: 18px;
... ... @@ -175,6 +143,38 @@
display: inline-block;
}
}
.brand-logo {
margin: 0 auto;
width: 136px;
height: 136px;
overflow: hidden;
img {
width: 100%;
}
}
}
.per-brand-box {
background: #fff;
padding: 0 30px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
overflow: hidden;
&:not(:first-of-type) {
margin-top: 20px;
}
.index {
height: 60px;
line-height: 60px;
a {
font-size: 32px;
}
}
}
.index-list {
... ... @@ -330,7 +330,6 @@
}
.resources {
.recommend-content-five {
margin-top: -1px;
width: 100%;
... ... @@ -349,5 +348,5 @@
overflow: hidden;
width: 100%;
}
}
}
}
... ...
.blk-cate-all {
font-size: 15PX;
/* margin-bottom: 100px;*/
.category-nav {
height: 70px;
... ... @@ -24,8 +23,8 @@
color: #000;
}
&.bytouch{
background:#eee;
&.bytouch {
background: #eee;
}
}
... ... @@ -44,7 +43,6 @@
}
.content {
/*background: #f8f8f8;*/
overflow: hidden;
position: relative;
... ...