22 lines
295 B
SCSS
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);
|
|
}
|