16 lines
185 B
CSS
16 lines
185 B
CSS
![]() |
.container {
|
||
|
padding: 0 16px;
|
||
|
}
|
||
|
.title {
|
||
|
margin: 14px 0;
|
||
|
}
|
||
|
.ftsSegmentedWrapper {
|
||
|
z-index: 999;
|
||
|
padding-top: 12px;
|
||
|
background: #fff;
|
||
|
height: 49px;
|
||
|
}
|
||
|
.webViewWrapper {
|
||
|
flex: 1;
|
||
|
}
|