Commit a91b57fb by 王东红

优化导航条区域样式

parent 1791caea
...@@ -726,6 +726,10 @@ p.shopbycate-title { ...@@ -726,6 +726,10 @@ p.shopbycate-title {
color: #222222; color: #222222;
} }
.search-dropdown > .action::before {
.breeze-icon(@icon-search, @header-actions-icon__width, @header-actions-icon__height);
}
.page-footer .footer_menu a, .page-footer .footer_menu a,
.container-before-footer.clearfix a:visited {color:#000;} .container-before-footer.clearfix a:visited {color:#000;}
...@@ -938,9 +942,9 @@ footer{ ...@@ -938,9 +942,9 @@ footer{
@media(min-width: 640px){ @media(min-width: 640px){
.switcher.currency{ .switcher.currency{
position: relative; position: absolute;
top: 40px; top: 18px;
right: -62px; right: 145px;
z-index: 1; z-index: 1;
} }
.page-header .header.content .logo{ .page-header .header.content .logo{
...@@ -1026,13 +1030,11 @@ footer{ ...@@ -1026,13 +1030,11 @@ footer{
.block.widget.block-viewed-products-grid{ .block.widget.block-viewed-products-grid{
display: none; display: none;
} }
@media(min-width: 640px){ //@media(max-width: 639.98px){
.switcher.currency{ // .switcher.currency{
position: relative; // display: none;
top: 37px; // }
right: -62px; //}
}
}
.navigation-wrapper{ .navigation-wrapper{
padding-top: 10px; padding-top: 10px;
......
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