调整文案

This commit is contained in:
Dragon
2024-02-27 22:03:08 +08:00
parent 9b09374128
commit 7a7e65d421
3 changed files with 7 additions and 6 deletions

View File

@@ -19,10 +19,11 @@
<body> <body>
<div class="wrap"> <div class="wrap">
<div class="fixed_wrap" style="background: #F4F4FA;"> <div class="fixed_wrap" style="background: #F4F4FA;">
<div class="tip">送出幸运礼物,获得不同图标和特效</div> <!-- <div class="tip">送出幸运礼物,获得不同图标和特效</div> -->
<div class="rule"> <div class="rule">
<p>送出幸运礼物,获得不同图标和特效</p>
<p>您知悉“幸运礼物”是旨在提升平台娱乐性和用户活跃度的互动功能,该活动仅供互动娱乐,用户通过活动获取的礼物仅限在平台内消耗使用;</p> <p>您知悉“幸运礼物”是旨在提升平台娱乐性和用户活跃度的互动功能,该活动仅供互动娱乐,用户通过活动获取的礼物仅限在平台内消耗使用;</p>
<p>活动期间,用户应当遵守法律法规及平台规则,如发现用户违规 (包括但不限于使用外挂作弊、套现、反向兑换现金、倒买倒卖、洗钱等违背诚实信用或损害其他用户、平台及任何第三方合法权益的行为),平台有权撤销用户活动参与资格,收回全部权益,必要时追究法律责任,并有权视情况对用户采取限制、封禁帐号、冻结资金以做进一步查证处理。您也可通过点击用户资料,右上角进行举报。</p> <p>活动期间,用户应当遵守法律法规及平台规则,如发现用户违规 (包括但不限于使用外挂作弊、套现、回收等等违反平台规则或损害其他用户、平台及任何第三方合法权益的行为),平台有权撤销用户活动参与资格,收回全部权益,必要时追究法律责任,并有权视情况对用户采取限制、封禁帐号、冻结资金以做进一步查证处理。您也可通过点击用户资料,右上角进行举报。</p>
<p>本活动仅限年龄18岁及以上用户参加请参与互动玩法的用户务必注意健康娱乐适度消费;</p> <p>本活动仅限年龄18岁及以上用户参加请参与互动玩法的用户务必注意健康娱乐适度消费;</p>
</div> </div>
<div class="gift_list_contain"> <div class="gift_list_contain">

View File

@@ -11,7 +11,7 @@
} }
.wrap .fixed_wrap .tip { .wrap .fixed_wrap .tip {
text-align: center; text-align: left;
font-size: 0.32rem; font-size: 0.32rem;
color: #666; color: #666;
margin-top: 0.64rem; margin-top: 0.64rem;
@@ -22,7 +22,7 @@
font-size: 0.32rem; font-size: 0.32rem;
color: #666; color: #666;
width: 85%; width: 85%;
margin: 0 auto 0.45333rem; margin: 0.64rem auto 0.45333rem;
line-height: 0.45rem; line-height: 0.45rem;
} }

View File

@@ -13,7 +13,7 @@
background-color: #fff; background-color: #fff;
.tip { .tip {
text-align: center; text-align: left;
font-size: px2rem(24); font-size: px2rem(24);
color: #666; color: #666;
margin-top: px2rem(48); margin-top: px2rem(48);
@@ -25,7 +25,7 @@
// margin-top: px2rem(48); // margin-top: px2rem(48);
// margin-bottom: px2rem(34); // margin-bottom: px2rem(34);
width: 85%; width: 85%;
margin: 0 auto px2rem(34); margin: px2rem(48) auto px2rem(34);
line-height: 0.45rem; line-height: 0.45rem;
p{ p{
margin-bottom: px2rem(10); margin-bottom: px2rem(10);