From 7b915afd849afb2b31edb9ed6eabc9e8a5ef0db9 Mon Sep 17 00:00:00 2001
From: wangzimeng <3297159934@qq.com>
Date: Sat, 12 Jul 2025 09:46:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E4=B8=AD=E5=BF=83=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/invoice/invoiceCenter.vue | 122 +++++++++++++++++++++--------
1 file changed, 88 insertions(+), 34 deletions(-)
diff --git a/packageB/invoice/invoiceCenter.vue b/packageB/invoice/invoiceCenter.vue
index 5c659e8..7717511 100644
--- a/packageB/invoice/invoiceCenter.vue
+++ b/packageB/invoice/invoiceCenter.vue
@@ -18,7 +18,14 @@
-
+
+
+
+
+
+ 抬头信息仅用于开具发票,请勿用于转账等其他用途谨防受骗
+
+
@@ -49,7 +56,7 @@
申请开票
-
@@ -57,10 +64,8 @@
-
-
@@ -149,7 +154,7 @@
-
@@ -158,14 +163,9 @@
+
-
-
-
-
- 抬头信息仅用于开具发票,请勿用于转账等其他用途谨防受骗
-
专业发票抬头
@@ -203,11 +203,14 @@
-->
-
- 添加发票抬头
+
-
@@ -659,11 +662,12 @@
.record-tabs {
- // background: #ffffff;
+ background: #f5f5f5;
width: 100%;
+ z-index: 1000;
display: flex;
overflow-x: auto;
- position: relative;
+ position: fixed;
top: 90rpx;
margin: 10rpx 0;
border-radius: 30rpx;
@@ -686,6 +690,7 @@
line-height: 26rpx;
flex: 0 0 auto;
position: relative;
+ z-index: 1000;
}
.s-header.selected {
@@ -696,6 +701,7 @@
// font-size: 32rpx;
color: #323232;
line-height: 28rpx;
+ z-index: 1000;
}
}
@@ -706,6 +712,7 @@
height: auto;
display: block;
justify-content: center;
+ margin-top: 120rpx;
.recordList-item {
@@ -889,28 +896,35 @@
}
}
}
-
+
+ .manageRecord {
+ z-index: 100;
+ position: fixed;
+ top: 70rpx;
+ // width: 100%;
+ // margin: 0rpx 20rpx 20rpx 20rpx;
+ padding: 20rpx ;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 400;
+ font-size: 28rpx;
+ color: #EB1B1B;
+ line-height: 32rpx;
+ text-align: left;
+ font-style: normal;
+ text-transform: none;
+ align-items: center;
+ display: flex;
+ justify-content: center;
+ background-color: #f5f5f5;
+ // margin: 0 auto;
+ }
+
.manageList {
display: grid;
justify-content: center;
+ margin-top: 80rpx;
// padding-top: 20rpx;
- .manageRecord {
- margin: 20rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #EB1B1B;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- text-transform: none;
- align-items: center;
- display: flex;
- justify-content: center;
- // margin: 0 auto;
- }
-
.manageList-item {
background-color: #ffffff;
padding: 20rpx 0;
@@ -998,10 +1012,50 @@
}
}
}
-
+
+ .footer-mangBtn {
+ width: 100%;
+ height: 160rpx;
+ background-color: #ffffff;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+
+ .invoiceBtn {
+ width: 90%;
+ height: 90rpx;
+ background-color: #323232;
+ border-radius: 148rpx;
+ color: #BBFC5B;
+ font-size: 36rpx;
+ font-weight: 400;
+ line-height: 50rpx;
+ font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
+ text-transform: none;
+ font-style: normal;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ position: fixed;
+ bottom: 32rpx;
+ margin-left: 5%;
+ }
+ }
+
}
}
+
+
+ .bottom_box{
+ display: grid;
+ justify-content: center;
+ align-items: center;
+ width: 100%;
+ position: absolute;
+ top:40%;
+ }
}