...
|
...
|
@@ -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%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
} |
...
|
...
|
|