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.

101 lines
2.4 KiB

.reservation-page.data-v-3b486ae1 {
background: linear-gradient(180deg, #eaf3ff 0%, #f6faff 100%);
min-height: 100vh;
padding-bottom: 40rpx;
}
.fixed-nav.data-v-3b486ae1 {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
background: linear-gradient(180deg, #cbe6ff 0%, #f6faff 100%);
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.content-area.data-v-3b486ae1 {
padding: 220rpx 24rpx 120rpx 24rpx;
}
.invoice-card.data-v-3b486ae1, .invoice-header.data-v-3b486ae1, .status-tag.data-v-3b486ae1, .invoice-date.data-v-3b486ae1, .invoice-amount.data-v-3b486ae1, .invoice-batch.data-v-3b486ae1, .invoice-actions.data-v-3b486ae1, .invoice-detail-btn.data-v-3b486ae1, .invoice-detail-btn.issue.data-v-3b486ae1, .invoice-btn.data-v-3b486ae1 {
display: none !important;
}
.invoice-section.data-v-3b486ae1 {
background: #fff;
border-radius: 16rpx;
box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.04);
padding: 32rpx 28rpx 8rpx 28rpx;
margin-bottom: 32rpx;
}
.invoice-title.data-v-3b486ae1 {
font-size: 30rpx;
font-weight: bold;
margin-bottom: 24rpx;
}
.invoice-row.data-v-3b486ae1 {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
color: #222;
padding: 18rpx 0;
border-bottom: 1rpx solid #f2f4f8;
}
.invoice-row.data-v-3b486ae1:last-child {
border-bottom: none;
}
.invoice-label.data-v-3b486ae1 {
color: #3b4a6b;
min-width: 180rpx;
font-size: 28rpx;
}
.invoice-value.data-v-3b486ae1 {
flex: 1;
text-align: right;
color: #222;
font-size: 28rpx;
background: transparent;
border: none;
outline: none;
}
.pay-status.data-v-3b486ae1 {
background: #217aff;
color: #fff;
border-radius: 24rpx;
padding: 4rpx 24rpx;
font-size: 24rpx;
margin-left: 12rpx;
}
.pay-total-num.data-v-3b486ae1 {
color: #217aff;
font-size: 32rpx;
font-weight: bold;
}
.pay-total.data-v-3b486ae1 {
font-weight: bold;
}
.invoice-bottom-bar.data-v-3b486ae1 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #fff;
box-shadow: 0 -2rpx 16rpx rgba(59,124,255,0.08);
padding: 24rpx 24rpx 32rpx 24rpx;
z-index: 999;
display: flex;
justify-content: center;
}
.invoice-issue-btn.data-v-3b486ae1 {
min-width: 320rpx;
height: 72rpx;
border-radius: 36rpx;
background: #217aff;
color: #fff;
font-size: 32rpx;
font-weight: 500;
border: none;
outline: none;
box-shadow: 0 4rpx 16rpx rgba(33,122,255,0.08);
}