Commit 888e928a by lmf

优化首页订阅手机版错位

顶部图片分类导航css
parent 28546c83
...@@ -128,6 +128,10 @@ ...@@ -128,6 +128,10 @@
float: left; float: left;
text-align: center; text-align: center;
} }
.newsletter-list ul{
display: flex;
justify-content: center;
}
.block.newsletter{ .block.newsletter{
height: 200px; height: 200px;
} }
......
...@@ -673,7 +673,7 @@ p.shopbycate-title { ...@@ -673,7 +673,7 @@ p.shopbycate-title {
width: 130%; width: 130%;
margin: 0 auto; margin: 0 auto;
margin-top: -30px; margin-top: -30px;
margin-left: -45px; margin-left: -38px;
} }
.shop-by-cata img { .shop-by-cata img {
height: 54px; height: 54px;
......
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