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.
52 lines
841 B
52 lines
841 B
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;
|
|
padding-bottom: 160rpx;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.main_con .item{
|
|
padding: 32rpx 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;
|
|
border-bottom: 2rpx solid #F5F5F5;
|
|
}
|
|
.main_con .btn{
|
|
line-height: 96rpx;
|
|
background-color: #E9ECF5;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 32rpx;
|
|
margin-top: 120rpx;
|
|
}
|