bitcooo
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.
 
 
 
 

95 lines
1.6 KiB

.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;
}
.zhiwen_con{
background-color: #F8F8F9;
border-radius: 26rpx 26rpx 0 0;
padding: 0 24rpx;
position: absolute;
z-index: 9999;
bottom: 0;
padding-top: 24rpx;
padding-bottom: 100rpx;
width: 100%;
}
.zhiwen_con .tiao{
width: 96rpx;
height: 8rpx;
background-color: #C9D4EA;
border-radius: 8rpx;
margin: 0 auto;
}
.zhiwen_con .bigtitle{
text-align: center;
font-weight: 700;
font-size: 36rpx;
padding-top: 34rpx;
padding-bottom: 36rpx;
}
.zhiwen_con .bottom_con {
background-color: #fff;
border-radius: 26rpx;
padding-left: 26rpx;
padding-right: 40rpx;
position: relative;
height: 480rpx;
padding-top: 100rpx;
}
.zhiwen_con .bottom_con .img1{
display: block;
width: 96rpx;
height: 106rpx;
margin: 0 auto;
}
.zhiwen_con .bottom_con .text1{
text-align: center;
color: #7D87A6;
font-size: 28rpx;
margin-top: 45rpx;
margin-bottom: 80rpx;
}
.zhiwen_con .bottom_con .con .textt1{
color: #5B53FF;
}
.zhiwen_con .bottom_con .con .textt2{
color: #639AF2;
}
.red{
color: #F16063 !important;
}
.green{
color: #6AD6A8 !important;
}