From 136ca9e2493c7e2ae9bda940baba758fcb2f5994 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 12 Feb 2026 21:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=95=86=E5=9F=8E=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=9B=BE=E7=89=87=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 3 ++ pages/plugins/points/index/index.css | 17 ++------- pages/plugins/points/index/index.vue | 54 ++++++++++++++-------------- pages/plugins/points/scan/scan.vue | 10 +++--- 4 files changed, 37 insertions(+), 47 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index 7ecbf325..8a9208c6 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -251,6 +251,9 @@ button:before { .z-i-deep { z-index: 2 !important; } +.z-i-deeps { + z-index: 3 !important; +} .z-i-deep-middle { z-index: 100 !important; } diff --git a/pages/plugins/points/index/index.css b/pages/plugins/points/index/index.css index a895100a..655e5444 100644 --- a/pages/plugins/points/index/index.css +++ b/pages/plugins/points/index/index.css @@ -50,21 +50,8 @@ background: rgba(0, 0, 0, 0.3); border-radius: 200rpx 0 0 200rpx; } - -.rule { - padding: 56rpx 24rpx; - max-height: 50vh; -} - -.rule .item { - padding-bottom: 100rpx; - max-height: calc(50vh - 164rpx); -} - -.rule button { - margin: 20rpx 70rpx 42rpx 70rpx; - height: 80rpx; - line-height: 80rpx; +.rule .content { + max-height: 80vh; } /** diff --git a/pages/plugins/points/index/index.vue b/pages/plugins/points/index/index.vue index 5b4ed652..7b2cd77e 100644 --- a/pages/plugins/points/index/index.vue +++ b/pages/plugins/points/index/index.vue @@ -1,21 +1,18 @@