Commit cccd90b2 by 王东红

优化用户中心样式

parent b555884d
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
box-shadow: none; box-shadow: none;
color: #ffffff; color: #ffffff;
display: inline-block; display: inline-block;
font-family: 'Outfit', sans-serif; font-family: 'Outfit-Regular', sans-serif;
font-weight: normal; font-weight: normal;
padding: 18px 50px; padding: 18px 50px;
line-height: 1; line-height: 1;
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
display: block; display: block;
font-weight: 600; font-weight: 600;
} }
.block-dashboard-orders{ .block-dashboard-orders,.block-reviews-dashboard{
display: none; display: none;
} }
@media(min-width: 768px){ @media(min-width: 768px){
......
...@@ -1032,6 +1032,13 @@ footer{ ...@@ -1032,6 +1032,13 @@ footer{
text-align: center; text-align: center;
margin-bottom: 20px; margin-bottom: 20px;
} }
.account .page-title-wrapper h1 span{
font-size: 60px;
font-weight: 400;
font-family: 'Outfit-Regular';
letter-spacing: -1.5px;
}
.account .page-title-wrapper{ .account .page-title-wrapper{
padding-bottom: 30px; padding-bottom: 30px;
padding-top: 55px; padding-top: 55px;
......
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