liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import "../../base/fn";
@import "tabbar";
@import "navbar";
 
.weui-tab {
    position: relative;
    height: 100%;
}
 
.weui-tab__panel, .weui-tab__bd {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 55px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
 
.weui-tab__bd-item {
    display: none;
}