hookehuyr

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

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