上传字体包 版本树页面

This commit is contained in:
X1627315083@163.com
2026-02-05 10:43:18 +08:00
parent 29baa2f786
commit 58c7e4187b
48 changed files with 566 additions and 246 deletions

View File

@@ -12,6 +12,7 @@ p {
}
* {
box-sizing: border-box;
font-family: 'Medium';
}
html,
body,
@@ -33,32 +34,3 @@ body,
background-image: url('@/assets/images/home-bg.png');
background-size: 100% 100%;
}
.flex {
display: flex;
}
.flex-col {
flex-direction: column;
}
.flex-center {
justify-content: center;
align-items: center;
}
.flex-1 {
flex: 1;
}
.align-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.space-between {
justify-content: space-between;
}

View File

@@ -13,6 +13,7 @@ p {
* {
box-sizing: border-box;
font-family: 'Medium';
}
html,