first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
body,ul,li{
margin: 0;
padding: 0;
list-style: none;
}

View File

@@ -0,0 +1,40 @@
body{
height: 5000px;
background-color: #9b9b9b;
}
.menu{
position: absolute;
top: 60px;
right: 100px;
width: 50px;
display: flex;
align-items: center;
flex-direction: column;
background-color: #c7c7c7;
border-radius: 15px;
box-sizing: border-box;
}
.fixed {
position: fixed;
top: 0;
right: 100px;
width: 50px;
display: flex;
align-items: center;
flex-direction: column;
background-color: #c7c7c7;
border-radius: 15px;
box-sizing: border-box;
}
.menu li{
padding: 0 8px;
text-align: center;
font-size: 13px;
height: 40px;
}
.bamenuli{
background-color: rgb(170, 73, 73);
}
.bamenul{
background-color: seagreen;
}