更新页面

This commit is contained in:
2023-07-07 01:24:27 +08:00
parent 9bf3234398
commit 090136039e
6 changed files with 117 additions and 25 deletions

View File

@@ -56,7 +56,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
box-shadow: -10px 5px 10px 5px #eaeaea;
}
.RightContent{
width:20vw;
width:15vw;
height:fit-content;
margin-top:50px;
margin-left:20px;
@@ -71,4 +71,19 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
border-radius: 6px;
background-color: #ffffff;
box-shadow: -10px 5px 10px 5px #eaeaea;
}
//回到顶部按钮CSS
.backbutton{
position:fixed;
left:70vw;
top:90vh;
width:60px;
height:60px;
border-radius:10px;
border:2px solid #dadada;
background-color: #e8e8e8;
box-shadow: -5px 5px 5px 5px #eaeaea;
}
.backbutton :hover{
color: #789be5!important;
}