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.
73 lines
964 B
73 lines
964 B
.record_body{
|
|
padding: 0 36rpx;
|
|
position: relative;
|
|
height: 800rpx;
|
|
}
|
|
.auto{
|
|
height: auto !important ;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
.record_item{
|
|
height: 144rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
.numcon .img1{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
vertical-align: middle;
|
|
margin-right: 20rpx;
|
|
}
|
|
.num{
|
|
margin-left: 20rpx;
|
|
}
|
|
.rec{
|
|
color: #303133;
|
|
font-size: 32rpx;
|
|
}
|
|
.cpay{
|
|
text-align: right;
|
|
color: #909399;
|
|
font-size: 28rpx;
|
|
}
|
|
.time{
|
|
color: #909399;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.status{
|
|
margin-bottom: 18rpx;
|
|
text-align: right;
|
|
font-size: 28rpx;
|
|
}
|
|
.red{
|
|
color: #F25B5B !important;
|
|
}
|
|
.green{
|
|
color:#00B977 !important;
|
|
}
|
|
.noRes{
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
.noRes .imgcon{
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.noRes .imgcon image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.noRes .res{
|
|
text-align: center;
|
|
color: #BFC2CC;
|
|
font-size: 28rpx;
|
|
margin-top: 24rpx;
|
|
}
|
|
|