Commit 8929db1e by lmf

优化首页轮播图下方图片导航边距

parent c5483728
......@@ -179,6 +179,13 @@ ol.product-items.widget-new-grid{
.block.widget.block-new-products.grid{
margin-top: -100px;
}
.product-item-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
margin-top: -30px;
}
}
</style>
......@@ -1000,3 +1000,9 @@ footer{
padding: 0px;
}
}
@media (max-width: 680px) {
.categories_tab {
margin-top: 200px;
}
}
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