|
@@ -626,6 +626,9 @@
|
|
|
#goods-list-fragment .brand-code .brand a {
|
|
#goods-list-fragment .brand-code .brand a {
|
|
|
color: #3c7df5;
|
|
color: #3c7df5;
|
|
|
}
|
|
}
|
|
|
|
|
+ #goods-list-fragment .brand-code .brand span{
|
|
|
|
|
+ color: #3c7df5;
|
|
|
|
|
+ }
|
|
|
#goods-list-fragment .goodslist thead tr{
|
|
#goods-list-fragment .goodslist thead tr{
|
|
|
background-color: #3b7cf4;
|
|
background-color: #3b7cf4;
|
|
|
height: 34px;
|
|
height: 34px;
|
|
@@ -653,7 +656,7 @@
|
|
|
padding-left: 20px;
|
|
padding-left: 20px;
|
|
|
}
|
|
}
|
|
|
#goodslist-content .goods span{
|
|
#goodslist-content .goods span{
|
|
|
- color: #f01010;
|
|
|
|
|
|
|
+ /*color: #f01010;*/
|
|
|
}
|
|
}
|
|
|
#goodslist-content .amount {
|
|
#goodslist-content .amount {
|
|
|
width: 60%;
|
|
width: 60%;
|
|
@@ -662,13 +665,16 @@
|
|
|
text-align:left;
|
|
text-align:left;
|
|
|
}
|
|
}
|
|
|
#goodslist-content .amount div:last-child{
|
|
#goodslist-content .amount div:last-child{
|
|
|
- color: #f01010;
|
|
|
|
|
|
|
+ /*color: #f01010;*/
|
|
|
}
|
|
}
|
|
|
#goodslist-content .price {
|
|
#goodslist-content .price {
|
|
|
width: 40%;
|
|
width: 40%;
|
|
|
float:right;
|
|
float:right;
|
|
|
text-align:left;
|
|
text-align:left;
|
|
|
}
|
|
}
|
|
|
|
|
+ #goodslist-content .price div:last-child{
|
|
|
|
|
+ color: #f01010;
|
|
|
|
|
+ }
|
|
|
#goods-list-fragment .category-content a.selected-node,
|
|
#goods-list-fragment .category-content a.selected-node,
|
|
|
#goods-list-fragment .category-content ul.list-body li a.selected-node {
|
|
#goods-list-fragment .category-content ul.list-body li a.selected-node {
|
|
|
color: #5078cb;
|
|
color: #5078cb;
|