hookehuyr

style: 调整页面样式和更新海报图片

- 将家训口令描述文本对齐方式改为左对齐
- 更新活动海报图片的显示模式为 aspectFill
- 更换默认海报图片链接
1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-17 20:04:48 4 + * @LastEditTime: 2025-09-19 14:15:56
5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue 5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权 6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权
7 --> 7 -->
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
11 <image 11 <image
12 :src="defaultPoster" 12 :src="defaultPoster"
13 class="background-image" 13 class="background-image"
14 - mode="scaleToFill" 14 + mode="aspectFill"
15 /> 15 />
16 16
17 <!-- 分享按钮组件 --> 17 <!-- 分享按钮组件 -->
...@@ -146,7 +146,7 @@ import { handleSharePageAuth, addShareFlag } from '@/utils/authRedirect' ...@@ -146,7 +146,7 @@ import { handleSharePageAuth, addShareFlag } from '@/utils/authRedirect'
146 import { THEME_COLORS } from '@/utils/config'; 146 import { THEME_COLORS } from '@/utils/config';
147 147
148 // 默认海报图 148 // 默认海报图
149 -const defaultPoster = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_6.png'; 149 +const defaultPoster = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_7.jpg';
150 /** 150 /**
151 * 活动海报页面组件 151 * 活动海报页面组件
152 * 功能:展示活动信息、处理定位授权、跳转到活动页面 152 * 功能:展示活动信息、处理定位授权、跳转到活动页面
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 输入家训口令 6 输入家训口令
7 </h2> 7 </h2>
8 <!-- Description --> 8 <!-- Description -->
9 - <view class="text-gray-600 text-center text-sm mb-6"> 9 + <view class="text-gray-600 text-left text-sm mb-6">
10 请输入家人提供的家训口令,加入家庭一起参与健康挑战 10 请输入家人提供的家训口令,加入家庭一起参与健康挑战
11 </view> 11 </view>
12 <!-- Input boxes --> 12 <!-- Input boxes -->
......