feat: 初始化
This commit is contained in:
21
pages/fts/index.scss
Normal file
21
pages/fts/index.scss
Normal 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);
|
||||
}
|
Reference in New Issue
Block a user