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.
107 lines
1.7 KiB
107 lines
1.7 KiB
.main{
|
|
margin-top: 120rpx;
|
|
}
|
|
|
|
.swiper-item .img1{
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 410rpx;
|
|
height: 460rpx;
|
|
}
|
|
.wrap{
|
|
margin-top: 52rpx;
|
|
}
|
|
/deep/ uni-swiper .uni-swiper-wrapper{
|
|
overflow: visible !important;
|
|
}
|
|
/deep/ uni-swiper-item {
|
|
overflow: visible !important;
|
|
}
|
|
.swiper-item .text_con{
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
width: 520rpx;
|
|
margin-top: 54rpx;
|
|
}
|
|
.swiper-item .text_con .text1{
|
|
font-size: 48rpx;
|
|
font-weight: 500;
|
|
}
|
|
.swiper-item .text_con .text2{
|
|
font-size: 32rpx;
|
|
color: #7D87A6;
|
|
margin-top: 32rpx;
|
|
}
|
|
/deep/ uni-swiper {
|
|
height: 780rpx;
|
|
}
|
|
/deep/ uni-swiper .uni-swiper-dots-horizontal {
|
|
left: 50%;
|
|
bottom: -5px;
|
|
}
|
|
/deep/ .uni-swiper-dot{
|
|
width: 20rpx !important;
|
|
height: 20rpx !important;
|
|
background-color: #E0E5F2 !important;
|
|
}
|
|
/deep/ .uni-swiper-dot-active{
|
|
width: 48rpx !important;
|
|
height: 20rpx !important;
|
|
border-radius: 20px !important;
|
|
background-color: #5B53FF!important;
|
|
}
|
|
.reg_con{
|
|
margin-top: 60rpx;
|
|
padding: 0 40rpx;
|
|
}
|
|
.reg{
|
|
border: 2rpx solid #E3E9F9;
|
|
border-radius: 24rpx;
|
|
|
|
}
|
|
.reg .item{
|
|
padding-left: 26rpx;
|
|
padding-right: 48rpx;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.border{
|
|
border-bottom: 2rpx solid #E3E9F9;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.reg_con .rigimg{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
.reg_con .letimg{
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
}
|
|
.reg .item .textcon{
|
|
margin-left: 13rpx;
|
|
}
|
|
.reg .item .textcon .text1{
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
}
|
|
.reg .item .textcon .text2{
|
|
font-size: 24rpx;
|
|
color: #7D87A6;
|
|
}
|
|
.select{
|
|
margin-top: 30rpx;
|
|
padding-bottom: 50rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.select .name{
|
|
font-size: 26rpx;
|
|
}
|
|
.active{
|
|
color: #2F80ED;
|
|
margin-left: 8rpx;
|
|
}
|