Commit cfbd82ba by lmf

优化首页最新产品价格样式

parent d270e81b
...@@ -166,6 +166,10 @@ if ($exist = ($block->getProductCollection() && $block->getProductCollection()-> ...@@ -166,6 +166,10 @@ if ($exist = ($block->getProductCollection() && $block->getProductCollection()->
justify-content: space-around; justify-content: space-around;
align-items: flex-end; align-items: flex-end;
} }
span.price{
font-size: larger;
font-weight: 600;
}
.block .block-title strong:hover { .block .block-title strong:hover {
text-decoration: underline; text-decoration: underline;
} }
......
...@@ -899,6 +899,9 @@ p.flashsale-title { ...@@ -899,6 +899,9 @@ p.flashsale-title {
.categories_tab { .categories_tab {
height: 400px; height: 400px;
} }
.page-bottom {
margin-top: 10px;
}
} }
.page-bottom { .page-bottom {
......
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