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.
146 lines
2.2 KiB
146 lines
2.2 KiB
|
|
.main{
|
|
padding: 0 24rpx;
|
|
margin-top: 100rpx;
|
|
}
|
|
.custom-style {
|
|
background-color: #FAFAFA;
|
|
margin-top: 60rpx;
|
|
height: 92rpx;
|
|
border-radius: 16rpx;
|
|
line-height: 92rpx;
|
|
}
|
|
/deep/ .uni-input {
|
|
height: 90rpx;
|
|
}
|
|
.bg{
|
|
width: 702rpx;
|
|
height: 302rpx;
|
|
margin-top: 24rpx;
|
|
}
|
|
/deep/ .u-scroll-view{
|
|
border-bottom: 2rpx solid #F4F7FE;
|
|
}
|
|
/deep/ .u-tab-bar {
|
|
bottom: -3px;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
.item{
|
|
padding-top: 36rpx;
|
|
padding-bottom: 32rpx;
|
|
overflow: hidden;
|
|
}
|
|
.item .img{
|
|
width: 88rpx;
|
|
height: 88rpx;
|
|
float: left;
|
|
}
|
|
.item_con{
|
|
|
|
}
|
|
.text_con{
|
|
float: left;
|
|
margin-left: 10px;
|
|
border-bottom: 1px solid #F4F7FE;
|
|
width: 84%;
|
|
padding-bottom: 20px;
|
|
}
|
|
.text_con .text1{
|
|
font-size: 32rpx;
|
|
}
|
|
.text_con .text2{
|
|
font-size: 28rpx;
|
|
color: #7D87A6;
|
|
margin-top: 6rpx;
|
|
}
|
|
|
|
.view_con{
|
|
width: 750rpx;
|
|
background-color: #F8F8F9;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
position: relative;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
padding-top: 30rpx;
|
|
padding-left: 24rpx;
|
|
padding-right: 24rpx;
|
|
}
|
|
.tiao{
|
|
width: 96rpx;
|
|
height: 8rpx;
|
|
background-color: #C9D4EA;
|
|
border-radius: 10rpx;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
.view_con .title{
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
font-weight: 700;
|
|
margin-top: 30rpx;
|
|
}
|
|
.view_con .bottom{
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
padding-top: 50rpx;
|
|
margin-top: 70rpx;
|
|
padding-left: 38rpx;
|
|
padding-right: 38rpx;
|
|
padding-bottom: 60rpx;
|
|
}
|
|
.view_con .bottom .title2{
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #7D87A6;
|
|
}
|
|
.view_con .bottom .text{
|
|
font-size: 30rpx;
|
|
color:#0F1828;
|
|
margin-top: 40rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
.select{
|
|
margin-top: 52rpx;
|
|
}
|
|
.view_con .bg{
|
|
width: 104rpx;
|
|
height: 104rpx;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: 110rpx;
|
|
}
|
|
.view_con .img1{
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
top: 50%;
|
|
}
|
|
.select .name{
|
|
margin-left: 12rpx;
|
|
font-size: 28rpx;
|
|
color: #7D87A6;
|
|
}
|
|
.btn{
|
|
text-align: center;
|
|
background-color: #6852EC;
|
|
border-radius: 25rpx;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
line-height: 96rpx;
|
|
margin-top: 52rpx;
|
|
}
|
|
|
|
/deep/ .uni-input-wrapper {
|
|
width: 100%;
|
|
height: 88% !important;
|
|
}
|