...
|
...
|
@@ -58,7 +58,7 @@ |
|
|
.notCollect{
|
|
|
width: 128px;
|
|
|
height: 50px;
|
|
|
border-radius: 10px;
|
|
|
border-radius: 6px;
|
|
|
background-image: url('/product/not-collect.png') no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
...
|
...
|
@@ -76,33 +76,32 @@ |
|
|
background: #fff;
|
|
|
overflow: hidden;
|
|
|
border-sizing: border-box;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
z-index: 2;
|
|
|
|
|
|
li{
|
|
|
color: #b1b1b1;
|
|
|
display: block;
|
|
|
height: 28px;
|
|
|
float: left;
|
|
|
line-height: 28px;
|
|
|
width: 24.7%;
|
|
|
text-align: center;
|
|
|
border-left: 1px solid #e1e1e1;
|
|
|
border-left: 1px solid #e0e0e0;
|
|
|
margin-top: 30px;
|
|
|
border-sizing: border-box;
|
|
|
color: #b1b1b1;
|
|
|
color: #b0b0b0;
|
|
|
|
|
|
&:first-child {
|
|
|
border-left: none;
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
color: #b1b1b1;
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.color {
|
|
|
color: #000;
|
|
|
color: #444;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -197,10 +196,11 @@ |
|
|
|
|
|
.popularity-title {
|
|
|
background: #fff;
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
color: #444;
|
|
|
text-align: center;
|
|
|
line-height: 98px;
|
|
|
font-size: 32px;
|
|
|
font-size: 30px;
|
|
|
margin-top: 40px;
|
|
|
position: relative;
|
|
|
}
|
...
|
...
|
|