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

39
pages/download/index.scss Normal file
View File

@ -0,0 +1,39 @@
.container {
padding: 0 16px 24px;
.swiper {
margin: 14px 0 18px;
}
.title {
margin: 14px 0 15px;
}
.downListWrapper {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 19px;
.downList {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
margin-top: 20px;
.downItem {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 13px;
padding: 23px 29px 14px;
width: 105px;
min-height: 117px;
box-sizing: border-box;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
text-align: center;
line-height: 20px;
.downItemImg {
flex-shrink: 0;
width: 48px;
height: 48px;
}
}
}
}
}