Commit fd21a588 by 王东红

优化收藏按钮手机端显示

parent 21a03cfa
......@@ -939,7 +939,6 @@ footer{
.copyright img{
padding-right: 0px;
}
@media(min-width: 640px){
.switcher.currency{
position: absolute;
......@@ -954,6 +953,15 @@ footer{
.page-header .header-top.header-fixed{
margin-right: 20px;
}
.page-header .actions.search-dropdown{
opacity: 0;
z-index: -1;
}
}
@media(max-width: 639.98px){
.page-header .actions.wishlist-dropdown{
display: none;
}
}
.header.content{
max-width: 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