初始化仓库

This commit is contained in:
yiqiuyang
2025-09-10 00:13:57 +08:00
commit 17180ec339
417 changed files with 285450 additions and 0 deletions

View File

@ -0,0 +1,38 @@
body,
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
Microsoft YaHei, Arial, sans-serif;
user-select: none;
scrollbar-width: none;
-ms-overflow-style: none;
}
.flex {
display: flex;
}
.j-s {
justify-content: space-between;
}
.j-a {
justify-content: space-around;
}
.j-c {
justify-content: center;
}
.a-c {
align-items: center;
}
.column {
flex-direction: column;
}
.HYZongYiTiJ {
font-family: "HYZongYiTiJ" !important;
}
.flex-warp {
flex-wrap: wrap;
}