项目初始化

This commit is contained in:
2025-08-09 17:41:14 +08:00
parent a35ecb09f3
commit 7e60227aa6
24 changed files with 1103 additions and 60 deletions

View File

@@ -0,0 +1,15 @@
.avatar-box{
width: 100vw;
height: 30vh;
display: flex;
justify-content: center;
align-items: center;
}
.button {
margin: 0 32rpx;
display: flex;
flex-direction: column; /* 垂直排列子元素 */
align-items: center; /* 水平居中子元素 */
gap: 2vh;
}