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 @@