Commit b4b945f6 by lmf

优化列表效果

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