Commit d62624f7 by 王东红

登录功能优化

parent 49d8a319
......@@ -4,9 +4,6 @@
<body>
<attribute name="class" value="breeze-theme"/>
<move element="top.search" destination="store.menu" before="catalog.topnav"/>
<move element="minicart" destination="store.menu" after="header.wishlist"/>
<move element="header.wishlist" destination="store.menu" after="header.account"/>
<move element="header.account" destination="store.menu" after="catalog.topnav"/>
<move element="skip_to_content" destination="header.panel" before="-"/>
<referenceBlock name="cookie-status-check" remove="true"/>
......
......@@ -1003,7 +1003,14 @@ footer{
.copyright img{
padding-right: 0px;
}
@media(min-width: 640px){
.page-header .minicart-wrapper{
top:55px;
}
.page-header .dropdown.options{
top:55px;
}
}
.navigation-wrapper{
padding-top: 10px;
padding-bottom: 10px;
......@@ -1215,12 +1222,7 @@ footer{
:where(input:not([type=range])):focus, :where(input:not([type=range])):focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible{
--input-shadow-spread: 0;
}
.minicart-wrapper{
padding-right: 20px;
}
.dropdown.options{
padding-right: 15px;
}
//.navigation li.level0.nav-1 .ui-menu-icon{
// position: absolute;
// text-transform: uppercase;
......@@ -1272,7 +1274,72 @@ footer{
//}
}
@media (max-width: 639.98px) {
.navigation span.ui-menu-icon {
.navigation span.ui-menu-icon-1 {
top: 50%;
right: 36px;
margin-top: -7px;
position: absolute;
text-transform: uppercase;
font: inherit;
font-size: 9px;
padding: 2px;
border-radius: 2px;
line-height: 1;
color: #fff;
}
.navigation span.ui-menu-icon-1.ui-icon-1 {
background-color: #0cc485 !important;
}
.navigation span.ui-menu-icon-1:before {
content: "";
position: absolute;
width: 3px;
height: 3px;
border: 3px solid transparent;
left: -6px;
bottom: 3px;
}
.navigation span.ui-menu-icon-1.ui-icon-1:before {
border-right-color: #0cc485 !important;
}
.navigation span.ui-menu-icon-2 {
top: 50%;
right: 36px;
margin-top: -7px;
position: absolute;
text-transform: uppercase;
font: inherit;
font-size: 9px;
padding: 2px;
border-radius: 2px;
line-height: 1;
color: #fff;
}
.navigation span.ui-menu-icon-2.ui-icon-2 {
background-color: #0cc485 !important;
}
.navigation span.ui-menu-icon-2:before {
content: "";
position: absolute;
width: 3px;
height: 3px;
border: 3px solid transparent;
left: -6px;
bottom: 3px;
}
.navigation span.ui-menu-icon-2.ui-icon-2:before {
border-right-color: #0cc485 !important;
}
.navigation span.ui-menu-icon-3 {
top: 50%;
right: 36px;
margin-top: -7px;
......@@ -1286,11 +1353,11 @@ footer{
color: #fff;
}
.navigation span.ui-menu-icon.ui-icon-1 {
.navigation span.ui-menu-icon-3.ui-icon-3 {
background-color: #0cc485 !important;
}
.navigation span.ui-menu-icon:before {
.navigation span.ui-menu-icon-3:before {
content: "";
position: absolute;
width: 3px;
......@@ -1300,7 +1367,7 @@ footer{
bottom: 3px;
}
.navigation span.ui-menu-icon.ui-icon-1:before {
.navigation span.ui-menu-icon-3.ui-icon-3:before {
border-right-color: #0cc485 !important;
}
......
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