diff --git a/packageB/invoice/invoiceCenter.vue b/packageB/invoice/invoiceCenter.vue index 0c07e67..ea0ad06 100644 --- a/packageB/invoice/invoiceCenter.vue +++ b/packageB/invoice/invoiceCenter.vue @@ -20,7 +20,7 @@ - 抬头信息仅用于开具发票,请勿用于转账等其他用途谨防受骗 @@ -929,7 +929,7 @@ justify-content: center; align-items: center; width: 100%; - height: 1000rpx; + // height: 1000rpx; // position: absolute; // top: 50%; } @@ -939,7 +939,7 @@ .manageRecord { z-index: 100; position: fixed; - top: 76rpx; + top: 78rpx; // width: 100%; // margin: 0rpx 20rpx 20rpx 20rpx; padding: 30rpx; @@ -963,7 +963,7 @@ display: grid; justify-content: center; position: relative; - top: 90rpx; + top: 120rpx; margin: 0 auto; row-gap: 20rpx; // padding-top: 20rpx; @@ -971,17 +971,17 @@ .manageList-item { background-color: #ffffff; padding: 20rpx 0; - width: 710rpx; + width: 690rpx; // margin-left: 20rpx; // margin-bottom: 30rpx; margin: 0 auto; border-radius: 20rpx; .manage-type { - width: 100%; + width: 92%; height: 32rpx; font-family: PingFang SC, PingFang SC; - font-weight: 400; + font-weight: 800; font-size: 28rpx; color: #3D3D3D; line-height: 32rpx; @@ -1014,7 +1014,7 @@ .textFir { display: flex; justify-content: left; - align-items: center; + // align-items: center; .defaultBox {