From b59670f0a9e22153b074e91e9cf7a441b6d9387b Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Sun, 5 Mar 2023 12:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=A5=97=E9=A4=90?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/package-list/index.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/package-list/index.vue b/src/views/package-list/index.vue index 397b3b5..f320dfa 100644 --- a/src/views/package-list/index.vue +++ b/src/views/package-list/index.vue @@ -1,7 +1,7 @@ @@ -52,11 +52,11 @@ 合计{{item.packagePrice}}元

-
+

支付方式:

@@ -88,6 +88,11 @@
+
+
+

第一步:充值话费

+
+
@@ -522,7 +527,7 @@ export default { .package-order-container { position: relative; margin: 10px 0; - padding: 0 20px; + /* padding: 0 20px; */ z-index: 999; box-shadow: rgba(14, 30, 37, 0.12) 0 3px 5px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0; @@ -560,7 +565,7 @@ export default { } } .order-content { - padding: 15px 0; + padding: 15px 10px; .title { display: flex; justify-content: flex-start; @@ -618,10 +623,11 @@ export default { } } .package-buy { + @include center(); padding: 5px 8px; .buy-btn { height: 40px; - width: 150px; + width: 200px; padding: 0 5px; display: flex; justify-content: center;