Commit 543369d0 by lmf

优化分类列表左侧帅选标题样式

优化顶部帅选遮挡
parent 11d29638
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
margin-bottom: 10px; margin-bottom: 10px;
font-family: 'Outfit', sans-serif; font-family: 'Outfit', sans-serif;
display: block; display: block;
background-color: whitesmoke;
} }
.filter-content .filter-options .filter-options-content ol li a{ .filter-content .filter-options .filter-options-content ol li a{
color: #999999; color: #999999;
...@@ -144,6 +145,7 @@ ...@@ -144,6 +145,7 @@
margin-bottom: 10px; margin-bottom: 10px;
font-family: Outfit-Regular; font-family: Outfit-Regular;
display: block; display: block;
background-color: whitesmoke;
} }
.filter-content .filter-options .filter-options-content ol li a { .filter-content .filter-options .filter-options-content ol li a {
...@@ -214,6 +216,10 @@ footer a{ ...@@ -214,6 +216,10 @@ footer a{
width: 100%; width: 100%;
} }
.page-main > .columns{
margin-top: 70px;
}
footer .footer_link .logo_img{ footer .footer_link .logo_img{
margin-top: 2%; margin-top: 2%;
} }
...@@ -380,6 +386,9 @@ ul { ...@@ -380,6 +386,9 @@ ul {
@media (max-width: 767px){ @media (max-width: 767px){
.page-main > .columns{
margin-top: 70px;
}
#product-review-container #customer-reviews .block .block-content { #product-review-container #customer-reviews .block .block-content {
display: block; display: block;
......
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