hookehuyr

style: 更新活动海报和奖励详情页面的样式

调整活动海报默认图片链接和奖励详情页分享按钮的样式
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-19 14:15:56 4 + * @LastEditTime: 2025-09-19 14:27:33
5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue 5 * @FilePath: /lls_program/src/pages/ActivitiesCover/index.vue
6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权 6 * @Description: 活动海报页面 - 展示活动信息并处理定位授权
7 --> 7 -->
...@@ -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_7.jpg'; 149 +const defaultPoster = 'https://cdn.ipadbiz.cn/lls_prog/images/welcome_8.jpg';
150 /** 150 /**
151 * 活动海报页面组件 151 * 活动海报页面组件
152 * 功能:展示活动信息、处理定位授权、跳转到活动页面 152 * 功能:展示活动信息、处理定位授权、跳转到活动页面
......
1 <template> 1 <template>
2 <view class="min-h-screen bg-white pb-24"> 2 <view class="min-h-screen bg-white pb-24">
3 <!-- 分享按钮 --> 3 <!-- 分享按钮 -->
4 - <button id="share" data-name="shareBtn" open-type="share" style="font-size: 0.83rem; line-height: 3; padding: 0; position: absolute; right: 40rpx; top: 40rpx; z-index: 1000;color: white; width: 70rpx; height: 70rpx; border-radius: 50%; background: rgba(0, 0, 0, 0.6);">分享</button> 4 + <button id="share" data-name="shareBtn" open-type="share" style="font-size: 26rpx; padding: 0; position: absolute; right: 40rpx; top: 40rpx; z-index: 1000;color: white; width: 80rpx; background: rgba(0, 0, 0, 0.6);">分享</button>
5 <!-- 内容区域 --> 5 <!-- 内容区域 -->
6 <!-- Top Image --> 6 <!-- Top Image -->
7 <view class="w-full h-48"> 7 <view class="w-full h-48">
......