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,40 @@
.title {
display: flex;
padding-left: 0.4rem;
padding-top: 0.4rem;
}
.title img {
width: 20%;
border-radius: 50%;
}
.title .name {
padding-left: 0.4rem;
}
.title .name p {
font-size: .32rem;
margin-bottom: .2rem;
}
.test {
display: flex;
flex-wrap: wrap;
justify-content: center;
box-sizing: border-box;
overflow-y: scroll;
}
.test img {
width: 45%;
margin-bottom: .2rem;
padding: 0 0.1rem;
margin-top: 0.2rem;
}
.xiala {
position: fixed;
left: 50%;
bottom: .1rem;
color: var(--themeColor);
}