This commit is contained in:
huangjinming 2022-11-17 20:36:47 +08:00
parent 76381c4d47
commit 8dca326479
5 changed files with 15 additions and 16 deletions

View File

@ -309,7 +309,7 @@
> >
<div class="rule_tit">How to play CEBG?</div> <div class="rule_tit">How to play CEBG?</div>
<div class="rule_descprition" style="display: none"> <div class="rule_descprition" style="display: none">
<a href="www.cebg.games/release/cebg.apk" <a style="color: #fff;" href="www.cebg.games/release/cebg.apk"
>Please download the game by www.cebg.games/release/cebg.apk</a >Please download the game by www.cebg.games/release/cebg.apk</a
> >
</div> </div>
@ -317,7 +317,7 @@
><img class="preload" data-src="images/sliderbtn.png" ><img class="preload" data-src="images/sliderbtn.png"
/></a> /></a>
</div> </div>
<div <!-- <div
class="rule_sliders anmode fadeUp" class="rule_sliders anmode fadeUp"
data-dura="0.6s" data-dura="0.6s"
data-delay="1s" data-delay="1s"
@ -329,7 +329,7 @@
<a href="javascript:void(0)" class="sliderbtn" <a href="javascript:void(0)" class="sliderbtn"
><img class="preload" data-src="images/sliderbtn.png" ><img class="preload" data-src="images/sliderbtn.png"
/></a> /></a>
</div> </div> -->
</div> </div>
</div> </div>
</div> </div>

View File

@ -303,12 +303,10 @@
<div class="rule_tit">How to claim your reward?</div> <div class="rule_tit">How to claim your reward?</div>
<div class="rule_descprition" style="display: none"> <div class="rule_descprition" style="display: none">
The Rally Event winners have 7 days to claim their giveaways; The Rally Event winners have 7 days to claim their giveaways;
starting from Nov. 25th, 2022 8PM SGT to Dec. 2nd, 2022 8PM SGT starting from Nov. 25th, 2022 8PM SGT to Dec. 2nd, 2022 8PM SGT<br />
Besides,<br /> <p>
the 700 Mystery Boxes winners feel free to claim the reward after Besides, the 700 Mystery Boxes winners feel free to claim the reward afterCEBG announces the access to it through official Twitter a couple of days after the event ends.
CEBG announces the access to <br /> So, please pay attention to the Twitter movement.</p>
it through official Twitter a couple of days after the event ends.
So, please pay attention to the Twitter movement.
</div> </div>
<a href="javascript:void(0)" class="sliderbtn" <a href="javascript:void(0)" class="sliderbtn"
><img class="preload" data-src="images/sliderbtn.png" ><img class="preload" data-src="images/sliderbtn.png"
@ -320,8 +318,8 @@
data-delay="0.8s" data-delay="0.8s"
> >
<div class="rule_tit">How to play CEBG?</div> <div class="rule_tit">How to play CEBG?</div>
<div class="rule_descprition" style="display: none"> <div class="rule_descprition" style="display: none;">
<a href="www.cebg.games/release/cebg.apk" <a style="color: #fff;" href="www.cebg.games/release/cebg.apk"
>Please download the game by www.cebg.games/release/cebg.apk</a >Please download the game by www.cebg.games/release/cebg.apk</a
> >
</div> </div>
@ -329,7 +327,7 @@
><img class="preload" data-src="images/sliderbtn.png" ><img class="preload" data-src="images/sliderbtn.png"
/></a> /></a>
</div> </div>
<div <!-- <div
class="rule_sliders anmode fadeUp" class="rule_sliders anmode fadeUp"
data-dura="0.6s" data-dura="0.6s"
data-delay="1s" data-delay="1s"
@ -344,7 +342,7 @@
<a href="javascript:void(0)" class="sliderbtn" <a href="javascript:void(0)" class="sliderbtn"
><img class="preload" data-src="images/sliderbtn.png" ><img class="preload" data-src="images/sliderbtn.png"
/></a> /></a>
</div> </div> -->
</div> </div>
</div> </div>
</div> </div>

View File

@ -178,7 +178,7 @@ export default {
userinfo: {}, userinfo: {},
listevent: null, listevent: null,
currentIndex: 0, currentIndex: 0,
list: [ "Registration", "Lv1 Invitation", "Lv2 Invitation" ], list: { "1":"Registration","2":"Lv1 Invitation","3":"Lv2 Invitation"},
account: "", account: "",
discord: "", discord: "",
twitter: "", twitter: "",

View File

@ -85,7 +85,7 @@ export default {
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
} }
.invitation-code { .invitation-code {
width: 74%; width: 76%;
padding-left: 1.6vw; padding-left: 1.6vw;
margin: 0 auto; margin: 0 auto;
border: 1px solid #e4e4e4; border: 1px solid #e4e4e4;
@ -124,6 +124,7 @@ export default {
font-weight: 400; font-weight: 400;
line-height: 4.5vh; line-height: 4.5vh;
font-size: 1.6rem; font-size: 1.6rem;
cursor: pointer;
color: #fffefe; color: #fffefe;
background: linear-gradient(165deg, #775437, #f2c082); background: linear-gradient(165deg, #775437, #f2c082);
border-radius: 40px; border-radius: 40px;

View File

@ -32,7 +32,7 @@
placement="bottom" placement="bottom"
> >
<div slot="content"> <div slot="content">
Invite other player to register<br /> by exlusive code/link and get Rally points<br /> Invite other player to register<br /> by exclusive code/link and get Rally points<br />
</div> </div>
<img class="i-icon" src="../../assets/mobile/i-icon.png" alt="" /> <img class="i-icon" src="../../assets/mobile/i-icon.png" alt="" />
</el-tooltip> </el-tooltip>