page {
|
|
background: #f4f4f4;
|
|
}
|
|
|
|
.topTabSwiper {
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 45px;
|
|
background: white;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
border-bottom: 0.2rpx solid rgb(223, 218, 218);
|
|
}
|
|
|
|
.tab {
|
|
font-size: 30rpx;
|
|
width: 25%;
|
|
color: #777;
|
|
}
|
|
|
|
.swiper-box {
|
|
display: block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.tabBorer {
|
|
color: #2788f8;
|
|
border-bottom: 2rpx solid #2788f8;
|
|
}
|
|
|
|
.swiper-items1 {
|
|
height: 100%;
|
|
}
|
|
|
|
.swiper-items2 {
|
|
height: 100%;
|
|
}
|
|
|
|
.scroll-views {
|
|
height: 100%;
|
|
}
|
|
|
|
.yonghu1 {
|
|
background: #fff;
|
|
border-bottom: 0.5px solid #ccc;
|
|
border-top: 0.5px solid #ccc;
|
|
}
|
|
|
|
.yonghu2 {
|
|
background: #fff;
|
|
border-bottom: 0.5px solid #ccc;
|
|
margin-top: 10px;
|
|
border-top: 0.5px solid #ccc;
|
|
}
|
|
|
|
.view1 {
|
|
margin-top: 3%;
|
|
margin-left: 17px;
|
|
color: #464646;
|
|
}
|
|
|
|
.view2 {
|
|
float: right;
|
|
margin-right: 17px;
|
|
color: #464646;
|
|
margin-top: -6.5%;
|
|
}
|
|
|
|
.view3 {
|
|
margin-top: 5%;
|
|
margin-left: 17px;
|
|
margin-bottom: 3%;
|
|
color: #888;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.view4 {
|
|
float: right;
|
|
margin-right: 17px;
|
|
color: #888;
|
|
margin-top: -8.8%;
|
|
font-size: 14px;
|
|
margin-bottom: 3%;
|
|
}
|
|
|
|
.text1 {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.text3 {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.section {
|
|
background: #fff;
|
|
/* margin-top: 10px; */
|
|
margin-bottom: 10px;
|
|
width: 80%;
|
|
text-align: center;
|
|
height: 30px;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
border-radius: 10rpx;
|
|
font-size: 16px;
|
|
color: #ccc;
|
|
border: 1rpx solid #ccc;
|
|
}
|
|
|
|
.picker {
|
|
line-height: 30px;
|
|
}
|
|
|
|
:-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|