31 lines
598 B
Plaintext
31 lines
598 B
Plaintext
|
|
page {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.invoice_tip.data-v-4c7e3b70 {
|
|
padding: 20rpx;
|
|
font-size: 24rpx;
|
|
color: #3c9cff;
|
|
background-color: rgba(60, 156, 255, 0.2);
|
|
}
|
|
.invoice_tip view.data-v-4c7e3b70 {
|
|
line-height: 40rpx;
|
|
}
|
|
.invoice_list.data-v-4c7e3b70 {
|
|
padding: 15rpx 30rpx;
|
|
background-color: #fff;
|
|
}
|
|
.invoice_list_view.data-v-4c7e3b70 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 28rpx;
|
|
margin-bottom: 25rpx;
|
|
}
|
|
.invoice_list_view_left.data-v-4c7e3b70 {
|
|
color: #646368;
|
|
}
|
|
.invoice_list_view_right.data-v-4c7e3b70 {
|
|
color: #262626;
|
|
} |