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.
 

35 lines
519 B

.swiper-tab {
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
height: 25px;
text-align: center;
font-size: 30rpx;
line-height: 25px;
background: white;
display: flex;
flex-direction: row;
justify-content: space-around;
border-radius: 3px;
border: 1px solid#2E8CF5;
}
.lineView{
height: 25px;
width: 0.5px;
}
.swiper-tab-list {
width: 50%;
height: 100%;
background-color:red;
color: #999;
}
.on {
background-color:#2E8CF5;
color: #2E8CF5;
}