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.
23 lines
413 B
23 lines
413 B
.wux-tabs {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
background: #fff
|
|
}
|
|
.wux-tabs--scroll {
|
|
display: block;
|
|
overflow: auto;
|
|
white-space: nowrap
|
|
}
|
|
.wux-tabs--vertical {
|
|
display: inline-flex;
|
|
width: auto;
|
|
height: auto;
|
|
max-height: 540rpx;
|
|
flex-direction: column
|
|
}
|