12345678910111213141516171819202122232425262728293031323334353637 |
- .weui-tabs {
- width: 100%;
- /* height: 2500rpx; */
- }
- .weui-tabs-bar__wrp {
- width: 100%;
- background: #fff
- }
- .weui-tabs-bar__content {
- width: 100%;
-
- }
- .tab-content{
- height: 100rpx;
- line-height: 100rpx;
- white-space: nowrap;
- display: flex;
- justify-content: space-around;
- border-bottom: 1rpx solid #ECECEC;
- }
- .weui-tabs-bar__item {
- display: inline-block;
- /* letter-spacing: 2rpx; */
- }
- .weui-tabs-bar__title {
- display: inline-block;
- border-bottom-width: 2px;
- border-bottom-style: solid;
- border-bottom-color: transparent
- }
|