更新页面

This commit is contained in:
2023-07-01 13:53:50 +08:00
parent 7d3c36babc
commit 57bbe3bf87
5 changed files with 226 additions and 75 deletions

View File

@@ -32,8 +32,8 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
}
.PageHeader{
width:53vw;
height:70px;
margin-left:20vw;
height:55px;
margin-left:13vw;
margin-top:50px;
border-radius: 6px;
background-color: #ffffff;
@@ -41,9 +41,33 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
}
.PageContent{
width:53vw;
margin-left:20vw;
margin-left:13vw;
margin-top:20px;
border-radius: 6px;
background-color: #ffffff;
box-shadow: -10px 5px 10px 5px #eaeaea
box-shadow: -10px 5px 10px 5px #eaeaea;
}
.UserInfo{
width:20vw;
margin-left:20px;
margin-top:50px;
border-radius: 6px;
background-color: #ffffff;
box-shadow: -10px 5px 10px 5px #eaeaea;
}
.RightContent{
width:20vw;
margin-top:10px;
margin-left:20px;
border-radius: 6px;
background-color: #ffffff;
box-shadow: -10px 5px 10px 5px #eaeaea;
}
.ReferralProgram{
width:20vw;
margin-top:10px;
margin-left:20px;
border-radius: 6px;
background-color: #ffffff;
box-shadow: -10px 5px 10px 5px #eaeaea;
}