Commit 1c2d0eca by lmf

优化首页模块间距

parent 84d104ed
...@@ -207,6 +207,13 @@ ol.product-items.widget-new-grid{ ...@@ -207,6 +207,13 @@ ol.product-items.widget-new-grid{
.grid { .grid {
display: list-item !important; display: list-item !important;
} }
ol.product-items.widget-new-grid{
margin-top: 1px;
}
.block-title{
margin-top: -30px;
}
} }
</style> </style>
...@@ -923,9 +923,12 @@ p.flashsale-title { ...@@ -923,9 +923,12 @@ p.flashsale-title {
} }
} }
.footer-middle{ @media(min-width:789px){
margin-top: 60px; .footer-middle{
margin-top: 60px;
}
} }
footer{ footer{
margin-top: -10px; margin-top: -10px;
} }
......
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