hookehuyr

style: 更新文本和样式调整

将"积分规则"改为"积分攻略"以更符合用户理解
移除排行榜卡片底部边距并统一排名数字宽度
<!--
* @Date: 2025-01-09 00:00:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-09 14:18:28
* @LastEditTime: 2025-09-09 15:26:25
* @FilePath: /lls_program/src/components/RankingCard.vue
* @Description: 排行榜卡片组件
-->
......@@ -428,7 +428,7 @@ onMounted(async () => {
display: flex;
justify-content: center;
align-items: flex-end;
margin-bottom: 40rpx;
// margin-bottom: 40rpx;
// height: 280rpx;
gap: -20rpx;
......@@ -525,7 +525,7 @@ onMounted(async () => {
}
.rank-number {
width: 120rpx;
width: 150rpx;
height: 110rpx;
background: linear-gradient(135deg, #C0C0C0 0%, #A0A0A0 100%);
}
......@@ -543,7 +543,7 @@ onMounted(async () => {
}
.rank-number {
width: 120rpx;
width: 150rpx;
height: 140rpx;
background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}
......@@ -560,7 +560,7 @@ onMounted(async () => {
}
.rank-number {
width: 120rpx;
width: 150rpx;
height: 100rpx;
background: linear-gradient(135deg, #CD7F32 0%, #B8860B 100%);
}
......
......@@ -40,7 +40,7 @@
<!-- 积分规则提示 -->
<view class="points-rule-tip" @tap="handleGoToPointsRule">
<!-- <view class="tip-icon">💡</view> -->
<text class="tip-text">积分规则</text>
<text class="tip-text">积分攻略</text>
</view>
</view>
<view class="flex justify-between items-center">
......@@ -82,7 +82,7 @@
<!-- 积分规则提示 -->
<view class="points-rule-tip" @tap="handleGoToPointsRule">
<!-- <view class="tip-icon">💡</view> -->
<text class="tip-text">积分规则</text>
<text class="tip-text">积分攻略</text>
</view>
</view>
<view class="flex justify-between items-center">
......