From 3af53c876e9ad1627f92d711ee39e46af53e4872 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Thu, 27 Jul 2023 11:58:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=BE=AE=E4=BF=A1=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/yinmeng/modules/payment/css/index.css | 15 ++++----- view/yinmeng/modules/payment/css/index.scss | 35 +++++++++++---------- view/yinmeng/modules/payment/index.html | 10 +++--- view/yinmeng/modules/payment/js/index.js | 13 +++++--- 4 files changed, 40 insertions(+), 33 deletions(-) diff --git a/view/yinmeng/modules/payment/css/index.css b/view/yinmeng/modules/payment/css/index.css index 1565c1d..2ec5345 100644 --- a/view/yinmeng/modules/payment/css/index.css +++ b/view/yinmeng/modules/payment/css/index.css @@ -9,7 +9,7 @@ body { position: fixed; left: 0; top: 0; - background: #fff; + background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; z-index: 999; @@ -17,14 +17,15 @@ body { } .tips-tit p { position: absolute; - width: 100%; - text-align: center; + right: 0.2666666667rem; + top: 0.1333333333rem; + width: 50%; + background: #FFF; color: #333; - top: 50%; - left: 0; - transform: translateY(-50%); + border-radius: 0.2133333333rem; + line-height: 0.5333333333rem; + padding: 0.2666666667rem; font-size: 0.4266666667rem; - font-weight: bold; } .max { diff --git a/view/yinmeng/modules/payment/css/index.scss b/view/yinmeng/modules/payment/css/index.scss index 2332ccf..34ad28d 100644 --- a/view/yinmeng/modules/payment/css/index.scss +++ b/view/yinmeng/modules/payment/css/index.scss @@ -15,7 +15,7 @@ body { position: fixed; left: 0; top: 0; - background: #fff; + background: rgba(0, 0, 0, .5); width: 100%; height: 100%; z-index: 999; @@ -23,23 +23,23 @@ body { p { position: absolute; - width: 100%; - text-align: center; - color: #333; - top: 50%; - left: 0; - transform: translateY(-50%); - font-size: px2rem(32, ); - font-weight: bold; - // right: px2rem(20); - // top: px2rem(10); - // width: 50%; - // background: #FFF; + // width: 100%; + // text-align: center; // color: #333; - // border-radius: px2rem(16); - // line-height: px2rem(40); - // padding: px2rem(20); - // font-size: px2rem(32); + // top: 50%; + // left: 0; + // transform: translateY(-50%); + // font-size: px2rem(32, ); + // font-weight: bold; + right: px2rem(20); + top: px2rem(10); + width: 50%; + background: #FFF; + color: #333; + border-radius: px2rem(16); + line-height: px2rem(40); + padding: px2rem(20); + font-size: px2rem(32); } } @@ -694,6 +694,7 @@ body { .type { display: flex; justify-content: space-between; + // justify-content: center; div { width: px2rem(330); diff --git a/view/yinmeng/modules/payment/index.html b/view/yinmeng/modules/payment/index.html index 1ed9469..e2fda46 100644 --- a/view/yinmeng/modules/payment/index.html +++ b/view/yinmeng/modules/payment/index.html @@ -23,8 +23,8 @@
- -

暂不支持

+

点击右上角选择“在浏览器打开”或者“在Safari中打开”即可开始下一步

+