Commit 64b63519 by lmf

优化商品列表样式

parent b775e801
...@@ -30,7 +30,23 @@ ...@@ -30,7 +30,23 @@
{ {
z-index:5!important; 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)
p#toolbar-amount {
margin-top: 1!important;
}
.catalog-category-view .page-main > .columns{position:relative!important;}
p#toolbar-amount {margin-top: 0!important;}
.catalog-category-view .filter-content .filter-options .filter-options-title {background-color: #fff;}
.price-box.price-final_price {
width: 30%;
margin-top: -10%;
}
}
</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">
<div class="block-title filter-title" tabindex="0"> <div class="block-title filter-title" tabindex="0">
......
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