hookehuyr

style(WeRunAuth): 调整授权说明的文本颜色和边距

...@@ -14,12 +14,12 @@ ...@@ -14,12 +14,12 @@
14 <text class="text-gray-500 text-center mb-4 px-4"> 14 <text class="text-gray-500 text-center mb-4 px-4">
15 授权后可查看您的步数信息 15 授权后可查看您的步数信息
16 </text> 16 </text>
17 - <view class="bg-blue-50 border border-blue-200 rounded-lg p-4 mb-4 mx-4"> 17 + <view class="bg-blue-50 border border-blue-200 rounded-lg p-4 mb-4">
18 - <text class="text-blue-800 text-sm font-medium block mb-2">数据用途说明:</text> 18 + <text class="text-blue-500 text-sm font-medium block mb-2">数据用途说明:</text>
19 - <text class="text-blue-700 text-xs leading-relaxed block mb-1">• 获取您的每日步数数据,用于家庭步数统计和积分计算</text> 19 + <text class="text-blue-500 text-xs leading-relaxed block mb-1">• 获取您的每日步数数据,用于家庭步数统计和积分计算</text>
20 - <text class="text-blue-700 text-xs leading-relaxed block mb-1">• 与家庭成员共享步数信息,促进健康运动</text> 20 + <text class="text-blue-500 text-xs leading-relaxed block mb-1">• 与家庭成员共享步数信息,促进健康运动</text>
21 - <text class="text-blue-700 text-xs leading-relaxed block mb-1">• 参与活动打卡和积分兑换功能</text> 21 + <text class="text-blue-500 text-xs leading-relaxed block mb-1">• 参与活动打卡和积分兑换功能</text>
22 - <text class="text-blue-700 text-xs leading-relaxed block">• 我们承诺不会将您的数据用于其他用途,严格保护您的隐私</text> 22 + <text class="text-blue-500 text-xs leading-relaxed block">• 我们承诺不会将您的数据用于其他用途,严格保护您的隐私</text>
23 </view> 23 </view>
24 <view 24 <view
25 class="bg-blue-500 text-white px-8 py-3 rounded-full text-sm" 25 class="bg-blue-500 text-white px-8 py-3 rounded-full text-sm"
......