tabs.wxss
409 Bytes
/* page/subPackage/pages/zeroSell/components/tabs.wxss */
.tabs {
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 90rpx;
z-index: 2;
background-color: white;
}
.tab {
flex: 1;
text-align: center;
line-height: 90rpx;
font-size: 32rpx;
color: #B0B0B0;
background-color: white;
font-weight: bold;
}
.active {
color: black;
}
button::after {
border: 0;
}