feat: 初始化

This commit is contained in:
George
2025-07-07 15:55:44 +08:00
commit 9b7bfcfe5a
969 changed files with 123036 additions and 0 deletions

View File

@ -0,0 +1,26 @@
.container {
padding: 0 16px 24px;
.pageTitle {
margin: 14px 0 15px;
}
.resultContent {
display: flex;
flex-direction: column;
row-gap: 10px;
align-items: center;
margin-top: 118px;
.title {
text-align: center;
font-size: 24px;
font-weight: 700;
}
.backBtn {
width: 100%;
margin-top: 116px;
}
.b2Info {
padding-left: 52px;
align-self: flex-start;
}
}
}