|
@@ -13,9 +13,9 @@
|
|
<!-- 立即参与页面 -->
|
|
<!-- 立即参与页面 -->
|
|
<view class="page-1" v-if="pageIndex == 1" style="padding: 0 16rpx">
|
|
<view class="page-1" v-if="pageIndex == 1" style="padding: 0 16rpx">
|
|
<view class="activity-info">
|
|
<view class="activity-info">
|
|
- <text class="title">{{ acticve_detail?.name }}</text>
|
|
|
|
|
|
+ <!-- <text class="title">{{ acticve_detail?.name }}</text> -->
|
|
<view class="active-rule">
|
|
<view class="active-rule">
|
|
- <rich-text :nodes="acticve_detail.active_rule" class="rich_text"></rich-text>
|
|
|
|
|
|
+ <rich-text :nodes="acticve_detail.active_rule" class="rich_text" style="font-size: 36rpx; font-weight: 300"></rich-text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="activity-btn" @click="_handleChangePage(1)">立即参与</view>
|
|
<view class="activity-btn" @click="_handleChangePage(1)">立即参与</view>
|
|
@@ -25,7 +25,7 @@
|
|
<view class="page-2" v-if="pageIndex == 2">
|
|
<view class="page-2" v-if="pageIndex == 2">
|
|
<!-- 题干区域 -->
|
|
<!-- 题干区域 -->
|
|
<view class="question">
|
|
<view class="question">
|
|
- <text>猜灯谜:{{ question.title }}</text>
|
|
|
|
|
|
+ <text style="font-weight: bold">猜灯谜:{{ question.title }}</text>
|
|
<br />
|
|
<br />
|
|
<view style="margin-top: 20rpx">(请从下面选择正确答案提交)</view>
|
|
<view style="margin-top: 20rpx">(请从下面选择正确答案提交)</view>
|
|
</view>
|
|
</view>
|
|
@@ -172,7 +172,7 @@ onShareAppMessage((res) => {
|
|
return {
|
|
return {
|
|
title: "正月十五猜灯谜",
|
|
title: "正月十五猜灯谜",
|
|
path: `/pages/activity/index?id=${detialId.value}`,
|
|
path: `/pages/activity/index?id=${detialId.value}`,
|
|
- imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-115640.jpg",
|
|
|
|
|
|
+ imageUrl: "https://kailin-mp.oss-cn-shenzhen.aliyuncs.com/static/lottery/20250210-143021.jpg",
|
|
};
|
|
};
|
|
});
|
|
});
|
|
|
|
|
|
@@ -400,14 +400,15 @@ const _handleChangeRule = (type) => {
|
|
.question {
|
|
.question {
|
|
// 题干的样式
|
|
// 题干的样式
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
- max-height: 300rpx;
|
|
|
|
|
|
+ height: 300rpx;
|
|
border-radius: 6rpx;
|
|
border-radius: 6rpx;
|
|
padding: 26rpx;
|
|
padding: 26rpx;
|
|
- opacity: 0.95;
|
|
|
|
|
|
+ opacity: 0.8;
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
width: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
|
+ margin-top: -75rpx;
|
|
}
|
|
}
|
|
.options {
|
|
.options {
|
|
// 选项的样式
|
|
// 选项的样式
|
|
@@ -571,8 +572,8 @@ const _handleChangeRule = (type) => {
|
|
.lottery-entrance {
|
|
.lottery-entrance {
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
- right: 20rpx;
|
|
|
|
- bottom: 100rpx;
|
|
|
|
|
|
+ right: 5rpx;
|
|
|
|
+ top: 240rpx;
|
|
image {
|
|
image {
|
|
width: 160rpx;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
height: 160rpx;
|