Commit 615b431f by 王东红

fix

parent fcd591d2
...@@ -127,9 +127,9 @@ ...@@ -127,9 +127,9 @@
margin-left: 15%; margin-left: 15%;
} }
.page-header { //.page-header {
position: fixed; // position: fixed;
} //}
} }
...@@ -337,7 +337,7 @@ footer .footer_link{ ...@@ -337,7 +337,7 @@ footer .footer_link{
width: 100%; width: 100%;
padding-top: 0px; padding-top: 0px;
margin-top: 0px; margin-top: 0px;
position: fixed; //position: fixed;
z-index: 11; z-index: 11;
} }
...@@ -346,7 +346,7 @@ footer .footer_link{ ...@@ -346,7 +346,7 @@ footer .footer_link{
width: 100%; width: 100%;
padding-top: 0px; padding-top: 0px;
margin-top: 40px; margin-top: 40px;
position: fixed; //position: fixed;
z-index: 11; z-index: 11;
} }
...@@ -402,7 +402,15 @@ footer .footer_link{ ...@@ -402,7 +402,15 @@ footer .footer_link{
// margin-top: 5px; // margin-top: 5px;
//} //}
} }
@media screen and (max-width:637.98px) {
.header_bar{
position: fixed;
}
.page-wrapper .page-header,header_bar{
position: fixed;
}
}
@media screen and (max-width:789px) { @media screen and (max-width:789px) {
footer{ footer{
padding: 0.64rem 0.64rem 0.53rem; padding: 0.64rem 0.64rem 0.53rem;
...@@ -523,7 +531,11 @@ ul { ...@@ -523,7 +531,11 @@ ul {
font-weight: bold; font-weight: bold;
} }
@media (max-width: 769px){
.page-header .header.content .logo{
position: unset !important;
}
}
@media (max-width: 767px){ @media (max-width: 767px){
...@@ -975,8 +987,17 @@ footer{ ...@@ -975,8 +987,17 @@ footer{
.checkout-container{ .checkout-container{
width: 81%; width: 81%;
} }
.catalogsearch-result-index .page-title-wrapper{
width: 73%;
margin: 0 auto;
}
} }
.catalogsearch-result-index .search-suggestions{display: none;}
@media(max-width: 639.98px){ @media(max-width: 639.98px){
.catalogsearch-result-index .page-title-wrapper{
display: none;
}
.catalogsearch-result-index .toolbar .modes~.toolbar-amount{order: unset;width: unset;}
.page-header .actions.wishlist-dropdown{ .page-header .actions.wishlist-dropdown{
display: none; display: none;
} }
......
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