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.
43 lines
710 B
43 lines
710 B
.main{
|
|
padding: 0 24rpx;
|
|
padding-bottom: 350rpx;
|
|
}
|
|
page{
|
|
overflow-y: hidden;
|
|
}
|
|
.main_con{
|
|
background-color: #fff;
|
|
border-radius: 24rpx;
|
|
margin-top: 32rpx;
|
|
padding: 0 24rpx;
|
|
padding-top: 40rpx;
|
|
box-shadow: 0 20rpx 20rpx 20rpx #EAEDF0;
|
|
}
|
|
.main_con .title{
|
|
font-size: 28rpx;
|
|
padding-bottom: 10rpx;
|
|
color: #7D87A6;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.main_con .item{
|
|
padding: 32rpx 0;
|
|
border-top: 2rpx solid #F6F8FD;
|
|
border-bottom: 2rpx solid #F6F8FD;
|
|
}
|
|
.main_con .item .img1{
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
}
|
|
.main_con .item .text1{
|
|
font-size: 28rpx;
|
|
margin-left: 24rpx;
|
|
}
|
|
.main_con .item .img2{
|
|
width: 14rpx;
|
|
height: 24rpx;
|
|
margin-right: 20rpx;
|
|
}
|