From 6b19df867c757e74a4909ef6ccd3e7e7c90c6cb0 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 16 Jul 2024 17:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/payModify.vue | 24 ++++++++++++++-------- my/order/payModifyTc.vue | 43 +++++++++++++++++++++++----------------- 2 files changed, 41 insertions(+), 26 deletions(-) diff --git a/my/order/payModify.vue b/my/order/payModify.vue index 17f266a..5f1f9c6 100644 --- a/my/order/payModify.vue +++ b/my/order/payModify.vue @@ -146,7 +146,7 @@ - 去支付 + 去支付 @@ -1984,19 +1984,27 @@ } .pay_btn { - width: 96%; - // margin-left: 2%; + width: 100%; + height: 50px; + position: fixed; + bottom: 0px; + display: flex; + flex-direction: column; + align-items: center; + z-index: 666; + } + .pay-btns{ + display: inline-block; + width: 94%; text-align: center; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); height: 40px; - border-radius: 40px; + border-radius: 28px; color: #ffffff; line-height: 40px; - font-size: 16px; - // position: fixed; - justify-content: center; + margin-top: 5px; + font-size: 17px; } - .serverAddress { display: flex; justify-content: space-between; diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue index 4d4c515..7e37cf3 100644 --- a/my/order/payModifyTc.vue +++ b/my/order/payModifyTc.vue @@ -1,7 +1,7 @@