红绿项目
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.
 
 
 
 

71 lines
1012 B

.record_body{
padding: 0 36rpx;
}
.flex{
display: flex;
justify-content: space-between;
align-items: center;
}
.record_item{
height: 144rpx;
border-bottom: 2rpx solid #F5F7FA;
}
.numcon .img1{
width: 80rpx;
height: 80rpx;
}
.num{
margin-left: 20rpx;
text-transform: capitalize;
}
.rec{
color: #303133;
font-size: 32rpx;
}
.cpay{
color: #909399;
font-size: 28rpx;
}
.time{
width: 48rpx;
line-height: 48rpx;
text-align: center;
border-radius: 50%;
background-color: #BFC2CC;
color: #fff;
font-size: 28rpx;
}
.select_con{
width: 750rpx;
height: 446rpx;
background-color: #fff;
border-radius: 40rpx 40rpx 0 0;
position: fixed;
bottom: 0;
left: 0;
z-index: 999;
padding-top: 48rpx;
}
.select{
text-align: center;
color: #303133;
font-size: 36rpx;
}
.ed_con{
margin-top: 48rpx;
padding: 0 36rpx;
}
.ed{
line-height: 96rpx;
}
.img{
width: 48rpx;
height: 48rpx;
vertical-align: text-bottom;
}
.text{
font-size: 32rpx;
margin-left: 24rpx;
}