From 622921f64b147206a502c4c53b6faaf8b15b44ad Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 02:48:38 +0800 Subject: [PATCH] deploy: auto commit repo-root changes 2026-08-03 02:48:38 --- .../pages/points_center/points_center.vue | 96 +-- .../lottery_analysis/lottery_analysis.vue | 698 ++++++++++++++---- 2 files changed, 601 insertions(+), 193 deletions(-) diff --git a/uniapp/src/packages/pages/points_center/points_center.vue b/uniapp/src/packages/pages/points_center/points_center.vue index 9a8a8fe..cc4d95f 100644 --- a/uniapp/src/packages/pages/points_center/points_center.vue +++ b/uniapp/src/packages/pages/points_center/points_center.vue @@ -139,7 +139,7 @@ $line: #e8ebef; color: $text; &__nav { - height: 104rpx; + height: 96rpx; padding: 0 36rpx; display: flex; align-items: center; @@ -150,7 +150,7 @@ $line: #e8ebef; &__back { width: 80rpx; color: #111827; - font-size: 76rpx; + font-size: 64rpx; font-family: Arial, sans-serif; font-weight: 200; line-height: 70rpx; @@ -158,7 +158,7 @@ $line: #e8ebef; } &__title { - font-size: 40rpx; + font-size: 36rpx; font-weight: 700; letter-spacing: 2rpx; } @@ -166,26 +166,26 @@ $line: #e8ebef; &__rules { width: 150rpx; color: $blue; - font-size: 30rpx; + font-size: 26rpx; text-align: right; } &__scroll { - height: calc(100vh - 104rpx); + height: calc(100vh - 96rpx); box-sizing: border-box; } &__bottom-button { - margin: 28rpx 38rpx 0; - height: 92rpx; + margin: 24rpx 38rpx 0; + height: 80rpx; display: flex; align-items: center; justify-content: center; - border-radius: 28rpx; + border-radius: 24rpx; color: #fff; background: linear-gradient(100deg, #0869ed, #277ff1); box-shadow: 0 12rpx 26rpx rgba(8, 105, 237, .18); - font-size: 32rpx; + font-size: 28rpx; font-weight: 700; } @@ -196,7 +196,7 @@ $line: #e8ebef; .points-card { position: relative; - height: 304rpx; + height: 280rpx; margin: 0 36rpx 20rpx; overflow: hidden; border-radius: 28rpx; @@ -206,49 +206,49 @@ $line: #e8ebef; &__content { position: relative; z-index: 2; - padding: 42rpx 0 0 50rpx; + padding: 36rpx 0 0 44rpx; } &__label { display: block; - font-size: 32rpx; + font-size: 28rpx; font-weight: 600; } &__value { display: block; - margin-top: 20rpx; - font-size: 82rpx; + margin-top: 16rpx; + font-size: 72rpx; line-height: 1; font-weight: 800; } &__desc { display: block; - margin-top: 22rpx; - font-size: 28rpx; + margin-top: 18rpx; + font-size: 24rpx; } &__detail { position: absolute; - right: 34rpx; - bottom: 44rpx; + right: 28rpx; + bottom: 36rpx; z-index: 3; - height: 68rpx; - padding: 0 28rpx; + height: 60rpx; + padding: 0 24rpx; display: flex; align-items: center; gap: 14rpx; - border-radius: 22rpx; + border-radius: 18rpx; color: $blue; background: #fff; box-shadow: 0 10rpx 20rpx rgba(4, 65, 150, .14); - font-size: 28rpx; + font-size: 25rpx; font-weight: 600; } &__detail-icon { - font-size: 34rpx; + font-size: 30rpx; line-height: 1; } @@ -294,11 +294,11 @@ $line: #e8ebef; .quick-item { position: relative; - height: 144rpx; - padding: 0 42rpx; + height: 124rpx; + padding: 0 34rpx; display: flex; align-items: center; - gap: 26rpx; + gap: 20rpx; box-sizing: border-box; &:nth-child(odd) { @@ -310,8 +310,8 @@ $line: #e8ebef; } &__icon { - width: 70rpx; - height: 70rpx; + width: 60rpx; + height: 60rpx; flex-shrink: 0; display: flex; align-items: center; @@ -319,12 +319,12 @@ $line: #e8ebef; border-radius: 50%; color: $blue; background: #edf4ff; - font-size: 48rpx; + font-size: 40rpx; line-height: 1; } &__label { - font-size: 30rpx; + font-size: 26rpx; font-weight: 600; white-space: nowrap; } @@ -332,7 +332,7 @@ $line: #e8ebef; &__arrow { margin-left: auto; color: #8b929e; - font-size: 46rpx; + font-size: 38rpx; font-family: Arial, sans-serif; font-weight: 200; } @@ -353,12 +353,12 @@ $line: #e8ebef; display: flex; align-items: center; color: $muted; - font-size: 26rpx; + font-size: 24rpx; } &__arrow { margin-left: 8rpx; - font-size: 38rpx; + font-size: 34rpx; line-height: 1; } } @@ -372,8 +372,8 @@ $line: #e8ebef; } .detail-item { - min-height: 116rpx; - padding: 22rpx 0; + min-height: 100rpx; + padding: 18rpx 0; display: flex; align-items: center; box-sizing: border-box; @@ -383,15 +383,15 @@ $line: #e8ebef; } &__icon { - width: 70rpx; - height: 70rpx; - margin-right: 26rpx; + width: 60rpx; + height: 60rpx; + margin-right: 20rpx; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 20rpx; - font-size: 40rpx; + font-size: 34rpx; } &__icon--expense { @@ -409,32 +409,32 @@ $line: #e8ebef; flex: 1; display: flex; flex-direction: column; - gap: 8rpx; + gap: 6rpx; } &__title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - font-size: 28rpx; + font-size: 25rpx; font-weight: 600; } &__time, &__status { color: $muted; - font-size: 24rpx; + font-size: 21rpx; } &__amount { - margin-left: 18rpx; + margin-left: 14rpx; flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; - gap: 8rpx; + gap: 6rpx; color: #151922; - font-size: 30rpx; + font-size: 26rpx; font-weight: 700; } @@ -452,15 +452,15 @@ $line: #e8ebef; .points-tip { margin: 20rpx 40rpx 0; - min-height: 68rpx; - padding: 0 24rpx; + min-height: 60rpx; + padding: 0 20rpx; display: flex; align-items: center; gap: 14rpx; border-radius: 20rpx; color: #738096; background: #eef5ff; - font-size: 24rpx; + font-size: 22rpx; &__icon { color: $blue; diff --git a/uniapp/src/pages/lottery_analysis/lottery_analysis.vue b/uniapp/src/pages/lottery_analysis/lottery_analysis.vue index 0dcce6b..b910c8e 100644 --- a/uniapp/src/pages/lottery_analysis/lottery_analysis.vue +++ b/uniapp/src/pages/lottery_analysis/lottery_analysis.vue @@ -1,162 +1,115 @@