增加新项目

This commit is contained in:
2025-03-16 23:01:07 +08:00
parent 3f86afc191
commit 353b15385f
49 changed files with 4407 additions and 2 deletions

View File

@@ -0,0 +1,32 @@
body,p {
font-size: 0;
margin: 0;
line-height: 1;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a {
text-decoration: none;
color: var(--textColor);
}
input {
line-height: 0;
}
img {
width: 100%;
}
::-webkit-scrollbar {
width: 0;
height: 0;
}