From e6e1728632ad84df7ec8bd5ec02eda863918fe63 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Mon, 30 Dec 2024 17:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=83=BD=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/pay/index.wxml | 10 ++++++++-- pages/order/pay/index.wxss | 11 +++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/pages/order/pay/index.wxml b/pages/order/pay/index.wxml index 80c6d17..fef6fdf 100644 --- a/pages/order/pay/index.wxml +++ b/pages/order/pay/index.wxml @@ -17,7 +17,10 @@ - 数字人民币 + + 数字人民币 + 新能源车补专用支付通道 + @@ -35,7 +38,10 @@ - 数字人民币 + + 数字人民币 + 新能源车补专用支付通道 + diff --git a/pages/order/pay/index.wxss b/pages/order/pay/index.wxss index 3a1fe89..8957da5 100644 --- a/pages/order/pay/index.wxss +++ b/pages/order/pay/index.wxss @@ -82,4 +82,15 @@ page { padding:50rpx 0; color: #000; font-size: 36rpx; +} +.carPayTip{ + font-family: PingFang SC; + font-weight: 500; + font-size: 23rpx; + color: #D62828; + line-height: 55rpx; + position: absolute; + height: 22rpx; + bottom: -20rpx; + left: 0; } \ No newline at end of file