38 lines
734 B
Plaintext
38 lines
734 B
Plaintext
|
|
page {
|
||
|
|
background-color: #f8f8f8;
|
||
|
|
}
|
||
|
|
.page_title {
|
||
|
|
font-size: 30rpx;
|
||
|
|
font-weight: 500;
|
||
|
|
padding: 30rpx 30rpx 0 30rpx;
|
||
|
|
}
|
||
|
|
.issue_invoice_card {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
background-color: #fff;
|
||
|
|
margin: 30rpx;
|
||
|
|
font-size: 23rpx;
|
||
|
|
text-align: center;
|
||
|
|
padding: 0 30rpx 30rpx 30rpx;
|
||
|
|
border-radius: 15rpx;
|
||
|
|
}
|
||
|
|
.issue_invoice_card .item {
|
||
|
|
width: 25%;
|
||
|
|
color: #333;
|
||
|
|
padding: 30rpx 0 0 0;
|
||
|
|
}
|
||
|
|
.issue_invoice_card .item .icon {
|
||
|
|
width: 70rpx;
|
||
|
|
height: 70rpx;
|
||
|
|
background-color: #f0f7ff;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
border-radius: 100rpx;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.issue_invoice_card .item .name {
|
||
|
|
padding: 10rpx 0 0 0;
|
||
|
|
}
|