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.
116 lines
1.9 KiB
116 lines
1.9 KiB
page{
|
|
height:100%;
|
|
}
|
|
.main{
|
|
padding: 0 30rpx;
|
|
/* padding-bottom: 100rpx; */
|
|
}
|
|
.main_con{
|
|
background-color: #fff;
|
|
border-radius: 26rpx;
|
|
padding-left: 40rpx;
|
|
padding-right: 40rpx;
|
|
margin-top: 100rpx;
|
|
box-shadow: 0 10rpx 30rpx 10rpx #EAEDF0;
|
|
position: relative;
|
|
}
|
|
.main_con .title{
|
|
text-align: center;
|
|
color: #6AD6A8;
|
|
font-size: 32rpx;
|
|
padding-top: 60rpx;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.main_con .title_con{
|
|
padding-top: 60rpx;
|
|
padding-bottom: 34rpx;
|
|
border-bottom: 2rpx solid #F6F8FD;
|
|
}
|
|
.main_con .title_con .text1{
|
|
font-size: 28rpx;
|
|
font-size: 500;
|
|
}
|
|
.main_con .item{
|
|
padding: 34rpx 0;
|
|
border-bottom: 2rpx solid #F6F8FD;
|
|
}
|
|
.main_con .item .text1{
|
|
font-size: 28rpx;
|
|
color: #7D87A6;
|
|
}
|
|
.main_con .item .text2{
|
|
font-size: 26rpx;
|
|
margin-top: 8rpx;
|
|
word-wrap: break-word;
|
|
}
|
|
.main_con .item .text2 .img{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
margin-left: 12rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.goto{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #2F80ED;
|
|
padding: 60rpx 0 !important;
|
|
}
|
|
.yuan{
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 50%;
|
|
background-color: #fff;
|
|
position: absolute;
|
|
top:-50rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.yuan .img1{
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
.sett{
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
z-index: 999;
|
|
}
|
|
.sett .top{
|
|
background-color: #fff;
|
|
border-radius: 26rpx;
|
|
}
|
|
.sett .top .item{
|
|
line-height: 70rpx;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
color: #47548C;
|
|
border-bottom: 2rpx solid #A3AED0;
|
|
}
|
|
.sett .top .item:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.sett .cancel{
|
|
line-height: 120rpx;
|
|
text-align: center;
|
|
border-radius: 26rpx;
|
|
background-color: #fff;
|
|
font-size: 34rpx;
|
|
color: #5B53FF;
|
|
margin-top: 30rpx;
|
|
}
|
|
.scroll{
|
|
|
|
overflow-y: scroll;
|
|
}
|