Commit 2b471bf4 by liumengfei

修复列表移动端刷选按钮

parent f2b167fd
...@@ -61,11 +61,15 @@ $_helper = $block->getData('outputHelper'); ...@@ -61,11 +61,15 @@ $_helper = $block->getData('outputHelper');
<style> <style>
.product-item-photo{ .product-item-photo{
animation: fadeIn 2s linear; animation: fadeIn 2s linear;
background-color: #F0F0F0;
} }
@keyframes fadeIn{ @keyframes fadeIn{
0% { 0% {
opacity: 0.1; opacity: 0.1;
} }
50% {
opacity: 0.5;
}
100% { 100% {
opacity: 1; opacity: 1;
} }
......
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
?> ?>
<style> <style>
.page-head-zindex {z-index:5!important;} .page-head-zindex {z-index:5!important;}
@media (max-width: 767.98px){
.page-layout-1column .block.filter .filter-title, .sidebar .block.filter .filter-title{margin-top: -10%;}
}
@media (max-width: 767px){ @media (max-width: 767px){
.catalog-category-view .page-main > .columns{position:relative!important;} .catalog-category-view .page-main > .columns{position:relative!important;}
p#toolbar-amount {margin-top: !important;} p#toolbar-amount {margin-top: !important;}
...@@ -38,6 +35,7 @@ ...@@ -38,6 +35,7 @@
@media (max-width: 1024px){ @media (max-width: 1024px){
.product-reviews-summary {justify-content: flex-start;margin-bottom: 0 !important;} .product-reviews-summary {justify-content: flex-start;margin-bottom: 0 !important;}
.product-item .swatch-attribute-options{gap: 0.2rem;} .product-item .swatch-attribute-options{gap: 0.2rem;}
.toolbar .sorter{margin: margin-top: 20px;}
} }
</style> </style>
<div class="block filter" data-mage-init='{"slideout":{"toggler":".filter-title","panel":".filter-content"}}' data-breeze-processed="true"> <div class="block filter" data-mage-init='{"slideout":{"toggler":".filter-title","panel":".filter-content"}}' data-breeze-processed="true">
......
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