gov_propagandize/components/tabs/index.wxss
itgaojian163 6b33fab527 tabs
2025-01-07 16:21:18 +08:00

24 lines
368 B
Plaintext

.weui-tabs {
width: 100%
}
.weui-tabs-bar__wrp {
width: 100%;
background: #fff
}
.weui-tabs-bar__content {
width: 100%;
white-space: nowrap
}
.weui-tabs-bar__item {
display: inline-block
}
.weui-tabs-bar__title {
display: inline-block;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: transparent
}