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%; + } }