...
|
...
|
@@ -39,8 +39,9 @@ |
|
|
right: 30px;
|
|
|
border-radius: 10px;
|
|
|
text-align: center;
|
|
|
background: image-url('product/collect.png') no-repeat;
|
|
|
background-image: url('/product/collect.png') no-repeat;
|
|
|
background-size: contain;
|
|
|
border: 1px solid red;
|
|
|
}
|
|
|
|
|
|
.nav {
|
...
|
...
|
@@ -133,6 +134,10 @@ |
|
|
padding-top: 25px;
|
|
|
margin-bottom: 30px;
|
|
|
overflow: hidden;
|
|
|
|
|
|
p {
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.multi-browse {
|
...
|
...
|
@@ -202,6 +207,7 @@ |
|
|
padding: 0 0 30px 30px;
|
|
|
overflow: hidden;
|
|
|
background: #fff;
|
|
|
border-bottom: 30px solid #f0f0f0;
|
|
|
|
|
|
li {
|
|
|
width: 275px;
|
...
|
...
|
@@ -298,6 +304,26 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.list-nav {
|
|
|
.active > a {
|
|
|
color: #000;
|
|
|
|
|
|
.spanTest{
|
|
|
width: auto;
|
|
|
height: 100%;
|
|
|
display: inline-block;
|
|
|
box-sizing:border-box;
|
|
|
}
|
|
|
.iconfont {
|
|
|
color: #999;
|
|
|
|
|
|
&.cur {
|
|
|
color: #000;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.list-nav .icon .up {
|
|
|
top: -6px;
|
|
|
}
|
...
|
...
|
@@ -310,6 +336,10 @@ |
|
|
padding-top: 30px;
|
|
|
padding-bottom: 100px;
|
|
|
}
|
|
|
|
|
|
/*.active a{
|
|
|
|
|
|
}*/
|
|
|
}
|
|
|
|
|
|
.search-area {
|
...
|
...
|
|