Commit 6f1104a0 by lmf

优化首页模块边距

parent bbf13145
...@@ -624,6 +624,9 @@ ul { ...@@ -624,6 +624,9 @@ ul {
} }
} }
@media (max-width: 768px){ @media (max-width: 768px){
#box{
margin: 60px auto;
}
.box-pc{ .box-pc{
display: none; display: none;
} }
...@@ -631,7 +634,6 @@ ul { ...@@ -631,7 +634,6 @@ ul {
display: block; display: block;
width: 100%; width: 100%;
margin-top: 23px; margin-top: 23px;
margin-left: 5px;
} }
.categories_tab { .categories_tab {
height: 330px; height: 330px;
...@@ -680,7 +682,7 @@ p.shopbycate-title { ...@@ -680,7 +682,7 @@ p.shopbycate-title {
} }
p.shopbycate-title{ p.shopbycate-title{
font-size:20px; font-size:20px;
margin-top: 20px; margin-top: -20px;
} }
.shopcatewpt { .shopcatewpt {
width: 130%; width: 130%;
...@@ -763,7 +765,7 @@ p.shopbycate-title { ...@@ -763,7 +765,7 @@ p.shopbycate-title {
} }
.cms-index-index .box-blog{padding-bottom:0;} .cms-index-index .box-blog{padding-bottom:0;}
.baozhang_before_footer{width: 33.333%;float: left;} .baozhang_before_footer{width: 33.333%;float: left;height: 60px;}
.select-element.section-before-footer.clearfix{ padding: 20px 10px;} .select-element.section-before-footer.clearfix{ padding: 20px 10px;}
.select-element.section-before-footer.clearfix p{height:60px;font-size: 14px;text-transform: lowercase;} .select-element.section-before-footer.clearfix p{height:60px;font-size: 14px;text-transform: lowercase;}
...@@ -982,10 +984,10 @@ footer{ ...@@ -982,10 +984,10 @@ footer{
} }
.view-more-flashsale { .view-more-flashsale {
padding: 20px; padding: 0px;
} }
p.flashsale-title { p.flashsale-title {
padding: 20px; padding: 0px;
} }
} }
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