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.
40 lines
731 B
40 lines
731 B
page{
|
|
background: #F7F7F7;
|
|
}
|
|
.page-content{
|
|
margin-top: 10rpx;
|
|
background: #fff;
|
|
padding: 30rpx;
|
|
padding-top: 0;
|
|
}
|
|
.flow-item{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 30rpx 0;
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
.serial-number{
|
|
font-family: 'PingFang SC', sans-serif;
|
|
font-size: 26rpx;
|
|
color: #454545;
|
|
font-weight: bold;
|
|
}
|
|
.withdrawal-status{
|
|
font-family: 'PingFang SC', sans-serif;
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
padding: 10rpx 0;
|
|
}
|
|
.withdrawal-time{
|
|
font-family: 'PingFang SC', sans-serif;
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
}
|
|
.withdrawal-limit{
|
|
font-family: 'PingFang SC', sans-serif;
|
|
font-size: 26rpx;
|
|
color: #454545;
|
|
font-weight: bold;
|
|
}
|
|
|