Commit 0b3533b5 by 王东红

优化我的账号页面

parent 121a31d0
...@@ -101,6 +101,8 @@ ...@@ -101,6 +101,8 @@
.box-actions a:hover{ .box-actions a:hover{
color: #000000; color: #000000;
} }
.block-dashboard-addresses .block-title a{float: right;text-transform: none;color: #666666;}
.block-dashboard-addresses .block-title a:hover{color: #333333}
@media(min-width: 768px){ @media(min-width: 768px){
.block .box{ .block .box{
max-width: 700px; max-width: 700px;
......
...@@ -1061,6 +1061,16 @@ footer{ ...@@ -1061,6 +1061,16 @@ footer{
} }
} }
@media(max-width: 767.98px){
.sidebar .block-collapsible-nav{
top:102px;
width: 96%;
z-index: 9999;
}
.account .page-title-wrapper h1 span{
font-size: 36px !important;
}
}
@media(min-width: 640px){ @media(min-width: 640px){
.switcher.currency{ .switcher.currency{
position: relative; position: relative;
......
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