diff --git a/packageB/invoice/addHead.vue b/packageB/invoice/addHead.vue index 7ff419a..e216347 100644 --- a/packageB/invoice/addHead.vue +++ b/packageB/invoice/addHead.vue @@ -32,9 +32,9 @@ - + - @@ -656,6 +656,7 @@ } .container { + min-height: 90vh; padding: 30rpx 0; background-color: #f5f5f5; // justify-content: center; diff --git a/packageB/invoice/addInvoice.vue b/packageB/invoice/addInvoice.vue index 756d0c7..5c3278b 100644 --- a/packageB/invoice/addInvoice.vue +++ b/packageB/invoice/addInvoice.vue @@ -14,7 +14,7 @@ ¥ {{detailAny.payprice}} - + 已选择{{num}}个订单 预计发票金额:¥ {{totalPrice}} @@ -52,9 +52,9 @@ - + - @@ -189,7 +189,7 @@ - + 专用发票抬头 个人发票抬头 @@ -208,8 +208,8 @@ - + 个人发票抬头 @@ -226,7 +226,7 @@ - --> + @@ -822,6 +822,102 @@ padding-top: 20rpx; display: grid; justify-content: center; + + .manageList-item { + background-color: #f8f8f8; + padding: 20rpx 0; + width: 710rpx; + // margin-left: 20rpx; + // margin-bottom: 30rpx; + margin: 0 auto; + border-radius: 20rpx; + + .manage-type { + width: 100%; + height: 32rpx; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 28rpx; + color: #3D3D3D; + line-height: 32rpx; + // text-align: center; + font-style: normal; + text-transform: none; + // margin: 20rpx; + padding: 30rpx; + } + + .manageLine { + width: 100%; + height: 1rpx; + background: #EEEEEE; + border-radius: 0rpx 0rpx 0rpx 0rpx; + } + + .manageCon { + display: flex; + justify-content: space-between; + // justify-content: center; + // margin: 20rpx; + padding: 30rpx; + align-items: center; + + .messContext { + display: grid; + + + .textFir { + display: flex; + justify-content: left; + align-items: center; + + + .defaultBox { + width: 68rpx; + height: 32rpx; + background: #FFEEEE; + border-radius: 6rpx; + color: #EB1B1B; + border: 2rpx solid #EB1B1B; + text-align: center; + font-size: 22rpx; + font-weight: 500; + margin-right: 10rpx; + // padding: 10rpx; + } + + .manageName { + height: 32rpx; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 28rpx; + color: #3D3D3D; + line-height: 32rpx; + font-style: normal; + text-transform: none; + } + } + + .textSec { + margin-top: 20rpx; + height: 32rpx; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 28rpx; + color: #999999; + line-height: 32rpx; + font-style: normal; + text-transform: none; + } + } + + .manageEdit { + width: 50rpx; + height: 50rpx; + } + } + } + .manageList-itemSpec { background-color: #f8f8f8; @@ -829,6 +925,7 @@ width: 690rpx; margin-bottom: 20rpx; border-radius: 20rpx; + height: 237rpx; // margin-left: 5%; // margin: 0 20rpx; @@ -916,11 +1013,13 @@ .manageList-itemPer { background-color: #f8f8f8; padding: 20rpx 0; - width: 90%; + // width: 90%; + width: 690rpx; margin-bottom: 20rpx; border-radius: 20rpx; - margin-top: 20rpx; - margin-left: 5%; + // margin: 0 auto; + // margin-left: 5%; + height: 203rpx; .manage-type { width: 100%; @@ -1008,6 +1107,7 @@ justify-content: center; align-items: center; width: 100%; + height: 500rpx; position: relative; // top:20rpx; z-index: 10000; diff --git a/packageB/invoice/invoiceCenter.vue b/packageB/invoice/invoiceCenter.vue index 26fbc83..0c07e67 100644 --- a/packageB/invoice/invoiceCenter.vue +++ b/packageB/invoice/invoiceCenter.vue @@ -649,6 +649,19 @@ } + + + + } + + .bottom_box { + display: grid; + justify-content: center; + align-items: center; + width: 100%; + // height: 900rpx; + position: absolute; + top: 40%; } .invoiceBtn { @@ -812,7 +825,7 @@ margin-top: 20rpx; padding: 20rpx 30rpx; height: auto; - margin: 0 auto; + // margin: 0 auto; .reListIts-item { display: flex; @@ -910,15 +923,26 @@ } } } + + .bottom_box { + display: grid; + justify-content: center; + align-items: center; + width: 100%; + height: 1000rpx; + // position: absolute; + // top: 50%; + } + } .manageRecord { z-index: 100; position: fixed; - top: 70rpx; + top: 76rpx; // width: 100%; // margin: 0rpx 20rpx 20rpx 20rpx; - padding: 20rpx 30rpx; + padding: 30rpx; font-family: PingFang SC, PingFang SC; font-weight: 400; font-size: 28rpx; @@ -1068,20 +1092,25 @@ margin-left: 5%; } } - + + .bottom_box { + display: grid; + justify-content: center; + align-items: center; + width: 100%; + height: 1000rpx; + // position: absolute; + // top: 50%; + } + } - + + + } - .bottom_box { - display: grid; - justify-content: center; - align-items: center; - width: 100%; - position: absolute; - top: 40%; - } + }