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

35
pages/home/index.scss Normal file
View File

@ -0,0 +1,35 @@
.container {
padding: 0 16px;
.swiper {
margin: 14px 0 18px;
}
.myAccount {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28px;
font-weight: 700;
line-height: 40px;
color: rgba(51, 51, 51, 1);
.addIcon {
width: 26px;
height: 26px;
}
}
.accountsContent {
display: flex;
flex-direction: column;
row-gap: 18px;
padding: 18px 0;
.emptyContent {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 38px;
width: 100%;
.addBtn {
width: 100%;
}
}
}
}