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.
76 lines
1.1 KiB
76 lines
1.1 KiB
.main_con{
|
|
padding: 0 24rpx;
|
|
padding-bottom: 250rpx;
|
|
margin-top: 60rpx;
|
|
}
|
|
.main_con .title{
|
|
padding-top: 36rpx;
|
|
padding-bottom: 28rpx;
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
color: #0F1828;
|
|
}
|
|
.main{
|
|
background-color: #fff;
|
|
border-radius: 15rpx;
|
|
padding: 0 24rpx;
|
|
box-shadow: 0 20rpx 20rpx 20rpx #ECEFF2;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.title_item{
|
|
padding-top: 32rpx;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 2rpx solid #F4F7FE;
|
|
color: #7D87A6;
|
|
font-size: 26rpx;
|
|
}
|
|
.title_item .imgcon{
|
|
|
|
}
|
|
.green{
|
|
background-color: #6FCF97;
|
|
}
|
|
.red{
|
|
background-color: #EB5757;
|
|
}
|
|
.main .item{
|
|
border-bottom: 2rpx solid #F4F7FE;
|
|
padding-top: 40rpx;
|
|
padding-bottom: 32rpx;
|
|
}
|
|
.main .item .text2{
|
|
color: #0F1828;
|
|
font-size: 30rpx;
|
|
font-weight: 500;
|
|
}
|
|
.main .item .text2 .t1{
|
|
color: #7D87A6;
|
|
font-size: 28rpx;
|
|
}
|
|
.main .item .btn{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 8rpx;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
height: 80rpx;
|
|
width: 176rpx;
|
|
}
|
|
|
|
.main .item .btn .img1{
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
.Colorimg{
|
|
display: block;
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
.title_item .imgcon{
|
|
margin-left: 14rpx;
|
|
}
|