Files
HTFX-CRM-APP/pages/pamm/index.scss

21 lines
295 B
SCSS
Raw Permalink Normal View History

2025-07-07 15:55:44 +08:00
.container {
padding: 0 16px;
.swiper {
margin: 14px 0 18px;
}
.title {
margin: 14px 0 21px;
}
}
.pammSegmentedWrapper {
position: sticky;
top: 44px;
z-index: 90;
padding-top: 12px;
background-color: #fff;
}
.webViewWrapper {
flex: 1;
width: 100%;
height: calc(100vh - 170px);
}