Commit b78befa1 by lmf

产品详情选中条件增加效果

parent 673e4275
...@@ -357,6 +357,16 @@ footer a{ ...@@ -357,6 +357,16 @@ footer a{
} }
.swatch-option.text:hover {
background-color: #222222;
color: #fff;
}
.products .product-item-photo img:hover, #product-options-wrapper .swatch-option.image:hover{
border: 2px solid #000;
}
.product.info .review-add + .review-list, .product.info #product-review-container { .product.info .review-add + .review-list, .product.info #product-review-container {
float: left; float: left;
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment