/** 
* jQuery WeUI V1.0.1 
* By 言川
* http://lihongxun945.github.io/jquery-weui/
 */

 

.weui-tab__bd {
	box-sizing: border-box;
	height: 100%
}

.weui-tab__bd .weui-tab__bd-item {
	display: none;
	height: 100%;
	overflow: auto
}

.weui-tab__bd .weui-tab__bd-item.weui-tab__bd-item--active {
	display: block
}


