更新页面
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user