From dfcdd88fe81a14510e659cf82142afad6330ea4d Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 03:16:18 +0800 Subject: [PATCH] style: group points tip and action footer --- .../pages/points_center/points_center.vue | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/uniapp/src/packages/pages/points_center/points_center.vue b/uniapp/src/packages/pages/points_center/points_center.vue index 0f1ebdd..468ecc8 100644 --- a/uniapp/src/packages/pages/points_center/points_center.vue +++ b/uniapp/src/packages/pages/points_center/points_center.vue @@ -54,11 +54,12 @@ + + 积分不可用于提现,奖励以规则及审核结果为准 - 查看全部明细 @@ -178,17 +179,23 @@ $line: #e8ebef; min-height: 0; display: flex; flex-direction: column; - padding-bottom: 20rpx; + padding-bottom: 220rpx; overflow: hidden; box-sizing: border-box; } - &__bottom-button { + &__footer { position: fixed; - left: 28rpx; - right: 28rpx; - bottom: calc(20rpx + env(safe-area-inset-bottom)); + left: 0; + right: 0; + bottom: 0; z-index: 20; + padding: 12rpx 0 calc(12rpx + env(safe-area-inset-bottom)); + background: #fff; + } + + &__bottom-button { + margin: 12rpx 28rpx 0; height: 80rpx; display: flex; align-items: center; @@ -472,8 +479,7 @@ $line: #e8ebef; } .points-tip { - margin: 20rpx 28rpx 0; - flex-shrink: 0; + margin: 0 28rpx; min-height: 60rpx; padding: 0 20rpx; display: flex;