日照项目的居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
580 B

.wux-tabs {
display: -ms-flexbox;
display: flex;
width: 100%;
height: 88rpx;
line-height: 88rpx;
box-sizing: border-box;
position: relative;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-align: center;
align-items: center;
background: #fff
}
.wux-tabs--scroll {
display: block;
overflow: auto;
white-space: nowrap
}
.wux-tabs--vertical {
display: -ms-inline-flexbox;
display: inline-flex;
width: auto;
height: auto;
max-height: 540rpx;
-ms-flex-direction: column;
flex-direction: column
}