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,52 @@
.left{
overflow: hidden;
padding-left: 5px;
box-sizing: border-box;
position: fixed;
height: 100%;
overflow-y: scroll;
}
.left ul{
display: flex;
justify-content: space-around;
flex-direction: column;
height: -2%;
}
.left ul li{
margin: 18px 0;
font-size: 13px;
}
.active {
color: red;
}
.right{
margin-left: 31%;
}
.right ul{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.right ul li{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 33.333%;
margin-top: 8px;
}
.right ul li a{
font-size: 13px;
color: #1a1a1a;
}
.right ul li p{
margin-top: 8px;
width: 55px;
height: 28px;
font-size: 11px;
color: #666666;
overflow: hidden;
text-align: center;
}

View File

@@ -0,0 +1,6 @@
body,ul,li,h1,h2,h3,h4,h5,h6,p,a{
margin: 0;
padding: 0;
text-decoration: none;
list-style: none;
}

View File

@@ -0,0 +1,28 @@
.content {
margin-top: 72px;
}
.search {
width: 100%;
position: fixed;
height: 72px;
left: 0;
top: 0;
background: #fff;
z-index: 999;
}
.search_f {
display: flex;
height: 45px;
background: #f5f5f5;
color: #999;
margin: 16px;
border-radius: 4px;
align-items: center;
padding-left: 16px;
}
.search .icon-search {
}
.search span {
}

View File

@@ -0,0 +1,7 @@
ul{
width:100%;
text-align: center;
}
ul li{
font-size: 40px;
}

File diff suppressed because it is too large Load Diff