Commit f312c2a4 by lmf

优化首页轮播图、导航图 样式为宽屏

parent 7589708d
...@@ -555,6 +555,9 @@ ul { ...@@ -555,6 +555,9 @@ ul {
line-height: 1; line-height: 1;
} }
.cms-home .cms-index-index .page-layout-1column > main#maincontent {
max-width: fit-content;
}
//首页轮播图 //首页轮播图
#box > ul,li{ #box > ul,li{
margin: 0; margin: 0;
...@@ -637,13 +640,14 @@ ul { ...@@ -637,13 +640,14 @@ ul {
} }
.shopcatewpt { .shopcatewpt {
width: 100%; width: 80%;
margin: 0 auto; margin: 0 auto;
text-align:center; text-align:center;
} }
p.shopbycate-title { p.shopbycate-title {
background: #fff; background: #fff;
text-align: center; text-align: center;
margin-top: 120px;
font-size: 28px; font-size: 28px;
font-weight: bold; font-weight: bold;
color: #000; color: #000;
......
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