Commit 2e4753a9 by dhn

Merge branch 'developer' of http://47.99.244.21:9999/root/joshine into Branch_developer

parents 94c52000 2cd389be
...@@ -2933,12 +2933,23 @@ div#shipping-method-buttons-container { ...@@ -2933,12 +2933,23 @@ div#shipping-method-buttons-container {
} }
@media(min-width: 1024px) { @media(min-width: 1024px) {
div.product-item-info:hover { div.product-item-info:hover {
padding: 7px !important; //消除鼠标经过抖动
background: #ffffff !important; background: #ffffff !important;
border: 1px solid #bbbbbb; border: 1px solid #bbbbbb;
position: relative; position: relative;
z-index: 9; z-index: 9;
} }
.products.list .product-item-info:hover {
padding: 7px !important;
}
div.flash-sale-inner .product-item-info{
padding: 1px; //占位
}
div.flash-sale-inner .product-item-info:hover{
padding: 0 !important;//消除抖动
}
.payment-method-content { .payment-method-content {
width: 55%; width: 55%;
margin-top: -6%; margin-top: -6%;
......
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