Commit 68644aab by 王东红

优化手机版展示

parent 0b3533b5
...@@ -1063,13 +1063,30 @@ footer{ ...@@ -1063,13 +1063,30 @@ footer{
} }
@media(max-width: 767.98px){ @media(max-width: 767.98px){
.sidebar .block-collapsible-nav{ .sidebar .block-collapsible-nav{
top:102px; top:120px;
width: 96%; width: 96%;
z-index: 9999; z-index: 9999;
} }
.account .page-title-wrapper h1 span{ .account .page-title-wrapper h1 span{
font-size: 36px !important; font-size: 36px !important;
} }
.account .block-collapsible-nav .title{
border-bottom: 1px solid #d1d1d1;
border-top: 1px solid #d1d1d1;
}
.account .block-collapsible-nav .title strong{
font-weight: 700;
font-size: 1.4rem;
font-family: 'Outfit-Regular', sans-serif;
}
.account .block-collapsible-nav .content.block-collapsible-nav-content .nav.item{
margin: 3px 0;
padding-bottom: 10px;
}
.block-collapsible-nav .item.current strong{
color: #000000;
font-weight: 600;
}
} }
@media(min-width: 640px){ @media(min-width: 640px){
.switcher.currency{ .switcher.currency{
......
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