.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;
|
|
}
|