100 lines
1.8 KiB
Plaintext
100 lines
1.8 KiB
Plaintext
/* packageC/cashier/income_breakdown/income_breakdown.wxss */
|
|
.transaction_content .transactioninformation {
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.line {
|
|
width: 2rpx;
|
|
height: 172rpx;
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
.transaction_content .transactioninformation .transaction_left {
|
|
flex: 1;
|
|
}
|
|
|
|
.transaction_content .transactioninformation .transaction_right {
|
|
flex: 1;
|
|
}
|
|
|
|
.transaction_content .transactioninformation .transaction_top {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #666;
|
|
padding-bottom: 34rpx;
|
|
}
|
|
|
|
.transaction_content .transactioninformation .transaction_bottom {
|
|
font-size: 40rpx;
|
|
line-height: 36rpx;
|
|
color: #ff2c29;
|
|
}
|
|
|
|
.transaction_list .li {
|
|
padding-top: 22rpx;
|
|
background-color: #fff;
|
|
margin-bottom: 2rpx;
|
|
display: flex;
|
|
padding-left: 34rpx;
|
|
padding-right: 37rpx;
|
|
justify-content: space-between;
|
|
padding-bottom: 26rpx;
|
|
}
|
|
|
|
.transaction_list .li .li_left .order_number {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #000;
|
|
padding-bottom: 6rpx;
|
|
}
|
|
|
|
.transaction_list .li .li_left .user_name {
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.transaction_list .li .li_left .date {
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #666;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
|
|
.transaction_list .li .li_right .income {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #ff2c29;
|
|
padding-bottom: 6rpx;
|
|
}
|
|
|
|
.transaction_list .li .li_right .source {
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.loading {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.loading .content {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
|
|
.loading .content image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|