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,25 @@
/* 公共css */
.padding {
padding-left: 0.725rem;
padding-right: 0.75rem;
}
.flex {
display: flex;
}
.flex-align-items {
display: flex;
align-items: center;
}
.bottom-line::after {
content: "";
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 1px;
background: #ededed;
transform: scaleY(0.5);
}