Files
HTFX-CRM-APP/pages/fts/index.scss
2025-07-07 15:55:44 +08:00

22 lines
295 B
SCSS

.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);
}