Commit d270e81b by lmf

优化首页最新产品css

parent 106d2ed7
......@@ -165,8 +165,6 @@ if ($exist = ($block->getProductCollection() && $block->getProductCollection()->
display: flex;
justify-content: space-around;
align-items: flex-end;
width: 50%;
}
.block .block-title strong:hover {
text-decoration: underline;
......@@ -192,6 +190,13 @@ ol.product-items.widget-new-grid{
display: contents;
}
.block.widget.block-new-products.grid{
}
@media (max-width: 789px){
li.product-item {
width: 100%;
max-width: 50%;
}
}
</style>
......@@ -896,4 +896,11 @@ p.flashsale-title {
.flash-sale-item{
width:50%;
}
.categories_tab {
height: 400px;
}
}
.page-bottom {
margin-top: 50px;
}
\ No newline at end of file
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