...
|
...
|
@@ -227,10 +227,10 @@ |
|
|
color: #000;
|
|
|
}
|
|
|
|
|
|
.iconfont.up{
|
|
|
.iconfont.up {
|
|
|
top: -2px;
|
|
|
}
|
|
|
.iconfont.down{
|
|
|
.iconfont.down {
|
|
|
top: 8px;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -251,7 +251,7 @@ |
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
label.page-info{
|
|
|
label.page-info {
|
|
|
margin: 0 25px;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -299,7 +299,7 @@ |
|
|
height: 344px;
|
|
|
|
|
|
.label {
|
|
|
background-color: #408CCC;
|
|
|
background-color: #408ccc;
|
|
|
height: 24px;
|
|
|
width: 100%;
|
|
|
position: absolute;
|
...
|
...
|
@@ -314,7 +314,7 @@ |
|
|
width: 265px;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space:nowrap;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.goods-price {
|
...
|
...
|
@@ -326,7 +326,7 @@ |
|
|
font-size: 12px;
|
|
|
color: #878787;
|
|
|
margin-left: 15px;
|
|
|
text-decoration:line-through;
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|