hookehuyr

fix(PointsList): 更新微信运动积分规则和样式调整

更新微信运动积分获取步骤和奖励显示格式
调整部分样式细节和间距
......@@ -31,7 +31,7 @@
background: transparent;
border: none;
outline: none;
&::placeholder {
color: #999;
}
......@@ -63,11 +63,11 @@
border-radius: 32rpx;
border: 2rpx solid transparent;
transition: all 0.3s ease;
&.active {
background-color: #e6f7ff;
border-color: #1890ff;
.category-name {
color: #1890ff;
font-weight: bold;
......@@ -101,11 +101,11 @@
padding: 32rpx 0;
border-bottom: 1rpx solid #f0f0f0;
transition: background-color 0.3s ease;
&:active {
background-color: #f8f9fa;
}
&:last-child {
border-bottom: none;
}
......@@ -130,7 +130,7 @@
}
.points-desc {
font-size: 26rpx;
font-size: 27rpx;
color: #666;
line-height: 1.5;
}
......@@ -208,7 +208,7 @@
background-color: #f0f0f0;
border-radius: 24rpx;
transition: background-color 0.3s ease;
&:active {
background-color: #e0e0e0;
}
......@@ -229,7 +229,7 @@
.detail-section {
margin-bottom: 48rpx;
&:last-child {
margin-bottom: 0;
}
......@@ -241,7 +241,7 @@
color: #333;
margin-bottom: 24rpx;
position: relative;
&::before {
content: '';
position: absolute;
......@@ -322,7 +322,7 @@
font-size: 32rpx;
color: #52c41a;
font-weight: bold;
&.bonus {
color: #fa8c16;
}
......@@ -353,20 +353,20 @@
.category-grid {
gap: 12rpx;
}
.category-item {
padding: 12rpx 24rpx;
}
.category-name {
font-size: 24rpx;
}
.points-title {
font-size: 30rpx;
}
.points-desc {
font-size: 24rpx;
}
}
\ No newline at end of file
}
......
......@@ -213,17 +213,13 @@ const pointsItems = ref([
category: 'daily',
title: '日常步数积分攻略',
description: '通过日常走路获得积分,简单易行的积分获取方式',
reward: '1分/100步',
reward: '100步=1',
steps: [
'打开微信运动,确保步数同步正常',
'在微信里,我-设置-通用-辅助功能,启用“微信运功”功能',
'每日保持运动,记录步数',
'在老来赛APP中同步当日步数',
'系统按100步=1分自动计算积分',
'普通人走1km约3000步,可获得30积分'
'打开“老来赛”小程序,就可以同步微信步数',
],
notes: [
'100步=1分的固定比例',
'步数需在当日同步',
'家庭成员步数同样按此规则计算'
]
},
......