Files
ClassContent/历届学生/陈一航/项目/04-05/css/index.css
2024-09-27 02:06:13 +08:00

40 lines
724 B
CSS

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;
}