style: 更新文本和样式调整
将"积分规则"改为"积分攻略"以更符合用户理解 移除排行榜卡片底部边距并统一排名数字宽度
Showing
2 changed files
with
7 additions
and
7 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-01-09 00:00:00 | 2 | * @Date: 2025-01-09 00:00:00 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-09 14:18:28 | 4 | + * @LastEditTime: 2025-09-09 15:26:25 |
| 5 | * @FilePath: /lls_program/src/components/RankingCard.vue | 5 | * @FilePath: /lls_program/src/components/RankingCard.vue |
| 6 | * @Description: 排行榜卡片组件 | 6 | * @Description: 排行榜卡片组件 |
| 7 | --> | 7 | --> |
| ... | @@ -428,7 +428,7 @@ onMounted(async () => { | ... | @@ -428,7 +428,7 @@ onMounted(async () => { |
| 428 | display: flex; | 428 | display: flex; |
| 429 | justify-content: center; | 429 | justify-content: center; |
| 430 | align-items: flex-end; | 430 | align-items: flex-end; |
| 431 | - margin-bottom: 40rpx; | 431 | + // margin-bottom: 40rpx; |
| 432 | // height: 280rpx; | 432 | // height: 280rpx; |
| 433 | gap: -20rpx; | 433 | gap: -20rpx; |
| 434 | 434 | ||
| ... | @@ -525,7 +525,7 @@ onMounted(async () => { | ... | @@ -525,7 +525,7 @@ onMounted(async () => { |
| 525 | } | 525 | } |
| 526 | 526 | ||
| 527 | .rank-number { | 527 | .rank-number { |
| 528 | - width: 120rpx; | 528 | + width: 150rpx; |
| 529 | height: 110rpx; | 529 | height: 110rpx; |
| 530 | background: linear-gradient(135deg, #C0C0C0 0%, #A0A0A0 100%); | 530 | background: linear-gradient(135deg, #C0C0C0 0%, #A0A0A0 100%); |
| 531 | } | 531 | } |
| ... | @@ -543,7 +543,7 @@ onMounted(async () => { | ... | @@ -543,7 +543,7 @@ onMounted(async () => { |
| 543 | } | 543 | } |
| 544 | 544 | ||
| 545 | .rank-number { | 545 | .rank-number { |
| 546 | - width: 120rpx; | 546 | + width: 150rpx; |
| 547 | height: 140rpx; | 547 | height: 140rpx; |
| 548 | background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); | 548 | background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); |
| 549 | } | 549 | } |
| ... | @@ -560,7 +560,7 @@ onMounted(async () => { | ... | @@ -560,7 +560,7 @@ onMounted(async () => { |
| 560 | } | 560 | } |
| 561 | 561 | ||
| 562 | .rank-number { | 562 | .rank-number { |
| 563 | - width: 120rpx; | 563 | + width: 150rpx; |
| 564 | height: 100rpx; | 564 | height: 100rpx; |
| 565 | background: linear-gradient(135deg, #CD7F32 0%, #B8860B 100%); | 565 | background: linear-gradient(135deg, #CD7F32 0%, #B8860B 100%); |
| 566 | } | 566 | } | ... | ... |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | <!-- 积分规则提示 --> | 40 | <!-- 积分规则提示 --> |
| 41 | <view class="points-rule-tip" @tap="handleGoToPointsRule"> | 41 | <view class="points-rule-tip" @tap="handleGoToPointsRule"> |
| 42 | <!-- <view class="tip-icon">💡</view> --> | 42 | <!-- <view class="tip-icon">💡</view> --> |
| 43 | - <text class="tip-text">积分规则</text> | 43 | + <text class="tip-text">积分攻略</text> |
| 44 | </view> | 44 | </view> |
| 45 | </view> | 45 | </view> |
| 46 | <view class="flex justify-between items-center"> | 46 | <view class="flex justify-between items-center"> |
| ... | @@ -82,7 +82,7 @@ | ... | @@ -82,7 +82,7 @@ |
| 82 | <!-- 积分规则提示 --> | 82 | <!-- 积分规则提示 --> |
| 83 | <view class="points-rule-tip" @tap="handleGoToPointsRule"> | 83 | <view class="points-rule-tip" @tap="handleGoToPointsRule"> |
| 84 | <!-- <view class="tip-icon">💡</view> --> | 84 | <!-- <view class="tip-icon">💡</view> --> |
| 85 | - <text class="tip-text">积分规则</text> | 85 | + <text class="tip-text">积分攻略</text> |
| 86 | </view> | 86 | </view> |
| 87 | </view> | 87 | </view> |
| 88 | <view class="flex justify-between items-center"> | 88 | <view class="flex justify-between items-center"> | ... | ... |
-
Please register or login to post a comment