32 lines
569 B
Plaintext
32 lines
569 B
Plaintext
.withdraw-list{
|
|
background-color: #ffffff;
|
|
margin-top:20rpx;
|
|
}
|
|
.withdraw-list .item{
|
|
padding:40rpx 30rpx;
|
|
border-bottom: 1rpx solid rgba(153, 153, 153, 0.2);
|
|
}
|
|
|
|
.withdraw-list .item .title{
|
|
display: flex;
|
|
}
|
|
.withdraw-list .item .left{
|
|
flex:1;
|
|
}
|
|
.withdraw-list .item .sub-title{
|
|
display: flex;
|
|
margin-top:38rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.withdraw-list .item .money{
|
|
color:var(--main-font-color);
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
}
|
|
.withdraw-list .item .status{
|
|
font-size: 27rpx;
|
|
}
|
|
.withdraw-list .item .status.PENDING{
|
|
color:var(--main-color);
|
|
} |