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
425 B
28 lines
425 B
5 years ago
|
.toptabs {
|
||
|
/* border-bottom: 1px solid #EDEFF0; */
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
z-index: 999999;
|
||
|
width: 100%;
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
.wux-tabs__tab {
|
||
|
font-size: 32rpx !important;
|
||
|
color: #8393a0 !important;
|
||
|
}
|
||
|
|
||
|
.wux-tabs__tab--current {
|
||
|
color: #333 !important;
|
||
|
font-weight: bold;
|
||
|
font-size: 40rpx !important;
|
||
|
}
|
||
|
|
||
|
.wux-tabs__tab-bar {
|
||
|
background: #fff !important;
|
||
|
}
|
||
|
|
||
|
.swiper-item-con {
|
||
|
padding-top: 106rpx;
|
||
|
}
|