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

21
pages/fts/index.scss Normal file
View File

@ -0,0 +1,21 @@
.container {
padding: 0 16px;
.swiper {
margin: 14px 0 18px;
}
.title {
margin: 14px 0 21px;
}
}
.ftsSegmentedWrapper {
position: sticky;
top: 44px;
z-index: 999;
padding-top: 12px;
background-color: #fff;
}
.webViewWrapper {
flex: 1;
width: 100%;
height: calc(100vh - 90px);
}