Commit b4b945f6 by lmf

优化列表效果

parent 99a3b291
...@@ -1730,6 +1730,7 @@ footer{ ...@@ -1730,6 +1730,7 @@ footer{
position: relative; position: relative;
z-index: 1; z-index: 1;
overflow: hidden; overflow: hidden;
padding: 8px !important;
} }
.product-item .product-item-info .image0, .product-item .product-item-info .image0,
.product-list-item .product-item-info .image0 { .product-list-item .product-item-info .image0 {
...@@ -2505,10 +2506,11 @@ div#shipping-method-buttons-container { ...@@ -2505,10 +2506,11 @@ div#shipping-method-buttons-container {
display: none; display: none;
} }
@media(min-width: 1024px) { @media(min-width: 1024px) {
li.item.product.product-item:hover{ div.product-item-info:hover {
border: 1px solid #F0F0F0; background: #ffffff !important;
padding: 10px; border: 1px solid #bbbbbb;
box-shadow: 0 10px 5px #888888; position: relative;
z-index: 9;
} }
.payment-method-content { .payment-method-content {
width: 55%; width: 55%;
......
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