add:新增一个中文官网返回顶部的功能

This commit is contained in:
迷和油
2025-06-13 11:44:10 +08:00
parent 27c87f2e57
commit 614df2e8f9
3 changed files with 52 additions and 1 deletions

View File

@@ -156,6 +156,26 @@ div{
#header{
height: 60px;
}
.backtop {
position: fixed;
right: 1.25rem;
padding: 10px 5px;
bottom: 10%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #666;
font-size: 0.75rem;
background: #fff;
cursor: pointer;
border: 1px solid rgb(241, 241, 241);
}
.backtop .ictop {
height: 1.125rem;
width: 0.9375rem;
margin-bottom: 0.25rem;
}
/*屏幕兼容性*/
@media screen and (min-width:150px) and (max-width:749px){
body{

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB