Commit ed9e64e3 by lmf

测试类目列表图片效果

parent 1a0082c5
...@@ -1653,10 +1653,10 @@ footer{ ...@@ -1653,10 +1653,10 @@ footer{
opacity: 1; opacity: 1;
visibility: visible; visibility: visible;
z-index: 1; z-index: 1;
-webkit-transform: scale(1.08); -webkit-transform: scale(1.01);
-moz-transform: scale(1.08); -moz-transform: scale(1.01);
-ms-transform: scale(1.08); -ms-transform: scale(1.01);
-o-transform: scale(1.08); -o-transform: scale(1.01);
transition: all 0.5s ease; transition: all 0.5s ease;
} }
.product-item:hover .product-item-info .product-image-photo, .product-item:hover .product-item-info .product-image-photo,
...@@ -2153,7 +2153,6 @@ text-transform: none; ...@@ -2153,7 +2153,6 @@ text-transform: none;
} }
.page-with-filter .toolbar .modes{ .page-with-filter .toolbar .modes{
display: block !important;
margin-left: 0px !important; margin-left: 0px !important;
} }
.toolbar select { .toolbar select {
...@@ -2321,6 +2320,10 @@ tr.grand.totals { ...@@ -2321,6 +2320,10 @@ tr.grand.totals {
background: #ffa800; background: #ffa800;
font-size: 20px; font-size: 20px;
} }
p#toolbar-amount{
margin-top: -15%;
}
} }
@media(min-width: 1024px) { @media(min-width: 1024px) {
......
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