From 63e9f3467cd1ab117ac57750ab0cde70b3b05e5e Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Wed, 6 Mar 2024 19:07:25 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=99=9A=E6=8B=9F=E5=B8=81=E5=BC=80=E5=8F=91?= =?UTF-8?q?--=E9=A6=96=E9=A1=B5=E5=BC=80=E5=8F=91=202024.3.6=20sws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/coin/recharge/recharge.css | 7 +++++++ pages/plugins/coin/recharge/recharge.vue | 23 +++++++++-------------- pages/plugins/coin/user/user.css | 9 +++++++-- pages/plugins/coin/user/user.vue | 22 ++++++++++++---------- 4 files changed, 35 insertions(+), 26 deletions(-) diff --git a/pages/plugins/coin/recharge/recharge.css b/pages/plugins/coin/recharge/recharge.css index e69de29b..47c98109 100644 --- a/pages/plugins/coin/recharge/recharge.css +++ b/pages/plugins/coin/recharge/recharge.css @@ -0,0 +1,7 @@ +.recharge-title { + background: radial-gradient( 60% 70% at 90% 79%, rgba(33,125,239,0.85) 0%, #A6C8F3 100%); + padding-top: 130rpx; + /* #ifndef H5 */ + padding-top: calc(var(--status-bar-height) + 5px + 130rpx); + /* #endif */ +} \ No newline at end of file diff --git a/pages/plugins/coin/recharge/recharge.vue b/pages/plugins/coin/recharge/recharge.vue index 24cabdce..2b823cc0 100644 --- a/pages/plugins/coin/recharge/recharge.vue +++ b/pages/plugins/coin/recharge/recharge.vue @@ -3,30 +3,25 @@ - + - - 总数量 - {{ is_price_show ? '5410.00' : '***' }} + + + BTC + + + 38000 - - - - - - {{ item.name }} - - - + - + {{ item.name }} diff --git a/pages/plugins/coin/user/user.css b/pages/plugins/coin/user/user.css index bfbc87e7..c4ee538b 100644 --- a/pages/plugins/coin/user/user.css +++ b/pages/plugins/coin/user/user.css @@ -15,9 +15,14 @@ border-radius: 32rpx; } -.coin-content { - +.coin-content .coin-item { + max-height: calc(100vh - 688rpx); + /* #ifndef H5 */ + max-height: calc(100vh - 688rpx - var(--status-bar-height) - 5px); + /* #endif */ + overflow-y: auto; } + .coin-content-list-img { --size: 80rpx; width: var(--size); diff --git a/pages/plugins/coin/user/user.vue b/pages/plugins/coin/user/user.vue index c2a47642..35436195 100644 --- a/pages/plugins/coin/user/user.vue +++ b/pages/plugins/coin/user/user.vue @@ -3,7 +3,7 @@ - + 总数量 @@ -23,15 +23,17 @@ - - - - - {{ item.name }} - - - {{ item.num }} - {{ item.price }} + + + + + + {{ item.name }} + + + {{ item.num }} + {{ item.price }} +