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.
34 lines
514 B
34 lines
514 B
.main{
|
|
padding: 0 24rpx;
|
|
margin-top: 40rpx;
|
|
|
|
}
|
|
.main_con{
|
|
background-color: #fff;
|
|
border-radius: 20rpx;
|
|
box-shadow: 0 0 30rpx #EDEFF2;
|
|
padding: 0 24rpx;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.main .item{
|
|
padding: 30rpx 0;
|
|
height: 136rpx;
|
|
border-bottom: 2rpx solid #F4F7FE;
|
|
}
|
|
.main .item .text1{
|
|
font-weight: 500;
|
|
}
|
|
.img1{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.main .item .text2{
|
|
color: #A3AED0;
|
|
margin-right: 20rpx;
|
|
}
|