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.
69 lines
1.1 KiB
69 lines
1.1 KiB
page{
|
|
background-color: #fafafa;
|
|
}
|
|
.aaa{
|
|
background-color: #fafafa !important;
|
|
}
|
|
.main{
|
|
padding: 0 24rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
.main_con{
|
|
padding: 0 24rpx;
|
|
background-color: #fff;
|
|
border-radius: 24rpx;
|
|
box-shadow: 0 24rpx 24rpx 24rpx #EBEEF1;
|
|
padding-bottom: 80rpx;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.main_con .item{
|
|
padding: 48rpx 0;
|
|
border-bottom: 2rpx solid #F5F5F5;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
.main_con .item .imgcon .img{
|
|
width: 54rpx;
|
|
height: 54rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
.flex2{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main_con .item2{
|
|
margin-bottom: 50rpx;
|
|
}
|
|
.main_con .item2 .title{
|
|
}
|
|
.main_con .item2 .input{
|
|
height: 100rpx;
|
|
background-color: #FAFAFA;
|
|
border-radius: 20rpx;
|
|
padding-left: 24rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.main_con .btn{
|
|
line-height: 96rpx;
|
|
background-color: #5B53FF;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 32rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
.lfetimg{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
.back{
|
|
width: 16rpx;
|
|
height: 24rpx;
|
|
position: absolute;
|
|
left:36rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|