完善分享落地页
@@ -5,8 +5,48 @@ body {
|
||||
background: #E01F3F;
|
||||
}
|
||||
|
||||
.header {
|
||||
position: relative;
|
||||
}
|
||||
.header .headerImg {
|
||||
width: 100%;
|
||||
}
|
||||
.header .info {
|
||||
background-image: url("../images/touxiang.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
border-radius: 0.4266666667rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 50%;
|
||||
position: absolute;
|
||||
top: 1.2rem;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
padding: 0.08rem 0;
|
||||
}
|
||||
.header .info span {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: 0.3466666667rem;
|
||||
color: #000000;
|
||||
}
|
||||
.header .info img {
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
border-radius: 50%;
|
||||
margin-left: 0.16rem;
|
||||
}
|
||||
|
||||
.zh_content {
|
||||
margin-bottom: 2.6666666667rem;
|
||||
}
|
||||
|
||||
.game_boxwrap {
|
||||
padding: 0 0.4rem;
|
||||
margin: 0 0.4rem;
|
||||
position: relative;
|
||||
}
|
||||
.game_boxwrap .gameImg {
|
||||
@@ -17,7 +57,8 @@ body {
|
||||
border-radius: 0.4266666667rem;
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
width: 9.2rem;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.game_boxwrap .wrap .game_item {
|
||||
background: linear-gradient(0deg, #FFFCED, #FEF3BD);
|
||||
@@ -26,6 +67,15 @@ body {
|
||||
margin: 0.2666666667rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.game_boxwrap .wrap .swiper {
|
||||
height: 2.6666666667rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.game_boxwrap .wrap .swiper .swiper-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.game_boxwrap .wrap .game_content {
|
||||
margin: 0.2666666667rem 0.2666666667rem 0.2666666667rem 0.4rem;
|
||||
}
|
||||
@@ -33,6 +83,9 @@ body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.game_boxwrap .wrap .game_content .flex_box .info {
|
||||
text-align: center;
|
||||
}
|
||||
.game_boxwrap .wrap .game_content .flex_box .info img {
|
||||
width: 1.0666666667rem;
|
||||
height: 1.0666666667rem;
|
||||
@@ -43,7 +96,7 @@ body {
|
||||
font-weight: 400;
|
||||
font-size: 0.32rem;
|
||||
color: #381600;
|
||||
text-align: center;
|
||||
margin-top: 0.1066666667rem;
|
||||
}
|
||||
.game_boxwrap .wrap .game_content .flex_box .right {
|
||||
display: flex;
|
||||
@@ -76,9 +129,9 @@ body {
|
||||
}
|
||||
|
||||
.gift_boxwrap {
|
||||
padding: 0 0.4rem;
|
||||
margin: 0 0.4rem;
|
||||
position: relative;
|
||||
margin-top: 2rem;
|
||||
margin-top: 11.3333333333rem;
|
||||
}
|
||||
.gift_boxwrap .giftImg {
|
||||
width: 100%;
|
||||
@@ -88,12 +141,15 @@ body {
|
||||
border-radius: 0.4266666667rem;
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
width: 9.2rem;
|
||||
}
|
||||
.gift_boxwrap .wrap #gift_item {
|
||||
.gift_boxwrap .wrap .swiper {
|
||||
height: 2.6666666667rem;
|
||||
/* 设置一个固定高度 */
|
||||
overflow: hidden;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.gift_boxwrap .wrap .swiper .swiper-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.gift_boxwrap .wrap .gift_content {
|
||||
position: relative;
|
||||
@@ -156,11 +212,106 @@ body {
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
}
|
||||
.gift_boxwrap .wrap .content.show {
|
||||
transform: translateY(0);
|
||||
|
||||
.wealth_boxwrap {
|
||||
margin: 0 0.4rem;
|
||||
position: relative;
|
||||
margin-top: 5.3333333333rem;
|
||||
}
|
||||
.gift_boxwrap .wrap .content.hide {
|
||||
transform: translateY(-100%);
|
||||
.wealth_boxwrap .wrap {
|
||||
background: linear-gradient(0deg, #FEFEFD, #FFF4CD);
|
||||
border-radius: 0.4266666667rem;
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
}
|
||||
.wealth_boxwrap .wrap .wealth_content {
|
||||
padding-top: 0.3466666667rem;
|
||||
}
|
||||
|
||||
.invite_boxwrap {
|
||||
margin: 5.3333333333rem 0.4rem;
|
||||
position: relative;
|
||||
}
|
||||
.invite_boxwrap .wrap {
|
||||
background: linear-gradient(0deg, #FEFEFD, #FFF4CD);
|
||||
border-radius: 0.4266666667rem;
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
width: 100%;
|
||||
}
|
||||
.invite_boxwrap .wrap .invite_content {
|
||||
padding: 0.4533333333rem 0.2933333333rem;
|
||||
}
|
||||
.invite_boxwrap .wrap .invite_content .txt {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 0.4rem;
|
||||
color: #381600;
|
||||
line-height: 0.64rem;
|
||||
}
|
||||
.invite_boxwrap .wrap .invite_content #txt9,
|
||||
.invite_boxwrap .wrap .invite_content #txt11 {
|
||||
color: #D9000A;
|
||||
box-shadow: 0 -0.2133333333rem 0 #FFDF6F inset;
|
||||
}
|
||||
|
||||
.bottom_boxwrap {
|
||||
background: linear-gradient(0deg, #FFE4A2, #FFE755);
|
||||
border-radius: 0.4266666667rem 0.4266666667rem 0px 0px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
left: 0;
|
||||
right: 0;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0 0 0.4rem;
|
||||
z-index: 99;
|
||||
}
|
||||
.bottom_boxwrap .logo img {
|
||||
width: 1.4133333333rem;
|
||||
height: 1.4133333333rem;
|
||||
}
|
||||
.bottom_boxwrap .detail {
|
||||
margin-left: 0.2666666667rem;
|
||||
}
|
||||
.bottom_boxwrap .detail .title {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: 0.4266666667rem;
|
||||
color: #381600;
|
||||
}
|
||||
.bottom_boxwrap .detail .txt {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 0.3733333333rem;
|
||||
color: #381600;
|
||||
margin-top: 0.2666666667rem;
|
||||
}
|
||||
.bottom_boxwrap .detail .txt img {
|
||||
width: 0.3466666667rem;
|
||||
height: 0.3466666667rem;
|
||||
}
|
||||
.bottom_boxwrap .open {
|
||||
background-image: url("../images/btn.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
/* 居中 */
|
||||
width: 3.1466666667rem;
|
||||
height: 2.1333333333rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-left: 0.24rem;
|
||||
margin-left: auto;
|
||||
margin-right: 0.1333333333rem;
|
||||
}
|
||||
.bottom_boxwrap .open .txt {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: 0.4533333333rem;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.txt_bottom {
|
||||
|
@@ -10,13 +10,48 @@ body {
|
||||
}
|
||||
|
||||
.header {
|
||||
position: relative;
|
||||
.headerImg {
|
||||
// width: 100%;
|
||||
width: 100%;
|
||||
// height: px2rem(458);
|
||||
}
|
||||
|
||||
.info {
|
||||
background-image: url('../images/touxiang.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
border-radius: px2rem(32);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 50%;
|
||||
position: absolute;
|
||||
top: px2rem(90);
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
padding: px2rem(6) 0;
|
||||
span {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: px2rem(26);
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
img {
|
||||
width: px2rem(60);
|
||||
height: px2rem(60);
|
||||
border-radius: 50%;
|
||||
margin-left: px2rem(12);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.zh_content{
|
||||
margin-bottom: px2rem(200);
|
||||
}
|
||||
.game_boxwrap {
|
||||
padding: 0 px2rem(30);
|
||||
margin: 0 px2rem(30);
|
||||
position: relative;
|
||||
|
||||
// height: px2rem(500);
|
||||
@@ -29,7 +64,9 @@ body {
|
||||
border-radius: px2rem(32);
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
width: px2rem(690);
|
||||
// width: px2rem(690);
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
.game_item {
|
||||
background: linear-gradient(0deg, #FFFCED, #FEF3BD);
|
||||
@@ -37,6 +74,22 @@ body {
|
||||
border: px2rem(2) solid #FFAB6B;
|
||||
margin: px2rem(20);
|
||||
margin-bottom: 0;
|
||||
// height: px2rem(198);
|
||||
// /* 设置一个固定高度 */
|
||||
// overflow: hidden;
|
||||
// position: relative;
|
||||
|
||||
}
|
||||
|
||||
.swiper {
|
||||
height: px2rem(200);
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
.swiper-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.game_content {
|
||||
@@ -48,6 +101,8 @@ body {
|
||||
align-items: center;
|
||||
|
||||
.info {
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
width: px2rem(80);
|
||||
height: px2rem(80);
|
||||
@@ -59,7 +114,7 @@ body {
|
||||
font-weight: 400;
|
||||
font-size: px2rem(24);
|
||||
color: #381600;
|
||||
text-align: center;
|
||||
margin-top: px2rem(8);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,9 +158,9 @@ body {
|
||||
}
|
||||
|
||||
.gift_boxwrap {
|
||||
padding: 0 px2rem(30);
|
||||
margin: 0 px2rem(30);
|
||||
position: relative;
|
||||
margin-top: px2rem(150);
|
||||
margin-top: px2rem(850);
|
||||
|
||||
.giftImg {
|
||||
width: 100%;
|
||||
@@ -116,12 +171,24 @@ body {
|
||||
border-radius: px2rem(32);
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
width: px2rem(690);
|
||||
// width: px2rem(690);
|
||||
|
||||
#gift_item {
|
||||
// height: px2rem(200);
|
||||
// /* 设置一个固定高度 */
|
||||
// overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.swiper {
|
||||
height: px2rem(200);
|
||||
/* 设置一个固定高度 */
|
||||
overflow: hidden;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
.swiper-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.gift_content {
|
||||
@@ -204,13 +271,132 @@ body {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content.show {
|
||||
transform: translateY(0);
|
||||
.wealth_boxwrap {
|
||||
margin: 0 px2rem(30);
|
||||
position: relative;
|
||||
margin-top: px2rem(400);
|
||||
|
||||
.wrap {
|
||||
background: linear-gradient(0deg, #FEFEFD, #FFF4CD);
|
||||
border-radius: px2rem(32);
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
|
||||
.wealth_content {
|
||||
padding-top: px2rem(26);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.invite_boxwrap {
|
||||
margin: px2rem(400) px2rem(30);
|
||||
position: relative;
|
||||
|
||||
.wrap {
|
||||
background: linear-gradient(0deg, #FEFEFD, #FFF4CD);
|
||||
border-radius: px2rem(32);
|
||||
position: absolute;
|
||||
top: 90%;
|
||||
width: 100%;
|
||||
|
||||
.invite_content {
|
||||
padding: px2rem(34) px2rem(22);
|
||||
|
||||
.txt {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: px2rem(30);
|
||||
color: #381600;
|
||||
line-height: px2rem(48);
|
||||
}
|
||||
|
||||
#txt9,
|
||||
#txt11 {
|
||||
color: #D9000A;
|
||||
box-shadow: 0 px2rem(-16) 0 #FFDF6F inset;
|
||||
}
|
||||
|
||||
// #txt9 ,#txt11::after{
|
||||
// content: '';
|
||||
// position: absolute;
|
||||
// left: 0;
|
||||
// bottom: 0;
|
||||
// width: 100%;
|
||||
// height: 0.2rem;
|
||||
// background-color: red;
|
||||
// transform: translateY(-50%);
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bottom_boxwrap {
|
||||
background: linear-gradient(0deg, #FFE4A2, #FFE755);
|
||||
border-radius: px2rem(32) px2rem(32) 0px 0px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
left: 0;
|
||||
right: 0;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0 0 px2rem(30);
|
||||
z-index: 99;
|
||||
.logo {
|
||||
img {
|
||||
width: px2rem(106);
|
||||
height: px2rem(106);
|
||||
}
|
||||
}
|
||||
|
||||
.detail {
|
||||
margin-left: px2rem(20);
|
||||
|
||||
.title {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: px2rem(32);
|
||||
color: #381600;
|
||||
}
|
||||
|
||||
.content.hide {
|
||||
transform: translateY(-100%);
|
||||
.txt {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: px2rem(28);
|
||||
color: #381600;
|
||||
margin-top: px2rem(20);
|
||||
|
||||
img {
|
||||
width: px2rem(26);
|
||||
height: px2rem(26);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.open {
|
||||
background-image: url('../images/btn.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
/* 居中 */
|
||||
width: px2rem(236);
|
||||
height: px2rem(160);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-left: px2rem(18);
|
||||
margin-left: auto;
|
||||
margin-right: px2rem(10);
|
||||
|
||||
.txt {
|
||||
font-family: PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: px2rem(34);
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
13
view/molistar/activity/shortLink/css/swiper-bundle.min.css
vendored
Normal file
BIN
view/molistar/activity/shortLink/images/btn.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
view/molistar/activity/shortLink/images/caifu-ar.png
Normal file
After Width: | Height: | Size: 71 KiB |
BIN
view/molistar/activity/shortLink/images/caifu-en.png
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
view/molistar/activity/shortLink/images/caifu-tr.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
view/molistar/activity/shortLink/images/fuzhi.png
Normal file
After Width: | Height: | Size: 519 B |
BIN
view/molistar/activity/shortLink/images/jinbi.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
view/molistar/activity/shortLink/images/logo.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 78 KiB |
BIN
view/molistar/activity/shortLink/images/touxiang.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
view/molistar/activity/shortLink/images/wealth.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
view/molistar/activity/shortLink/images/yaoqing-ar.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
view/molistar/activity/shortLink/images/yaoqing-en.png
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
view/molistar/activity/shortLink/images/yaoqing-tr.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
view/molistar/activity/shortLink/images/zhtu.png
Normal file
After Width: | Height: | Size: 556 KiB |
@@ -7,68 +7,137 @@
|
||||
<link rel="stylesheet" href="../../common/css/reset.css" />
|
||||
<link rel="stylesheet" href="../../common/css/animate.css" />
|
||||
<link rel="stylesheet" href="./css/index.css?v=1.1" />
|
||||
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<img src="./images/top-en.png" id="headerImg" alt="" class="headerImg" />
|
||||
<!-- <div class="info">
|
||||
<span id="invition_txt">INVITATION FROM</span>
|
||||
<img
|
||||
src="https://image.molistar.xyz/image/2f871546aff0ecd641eaa8509728a8b9.jpeg"
|
||||
alt=""
|
||||
/>
|
||||
</div> -->
|
||||
</div>
|
||||
<!-- 小游戏 -->
|
||||
<div class="game_boxwrap">
|
||||
<img src="./images/gift-en.png" id="gameImg" alt="" class="gameImg" />
|
||||
<div class="wrap">
|
||||
<div class="game_item">
|
||||
<div class="game_content">
|
||||
<div class="flex_box">
|
||||
<div class="info">
|
||||
<img
|
||||
src="https://image.molistar.xyz/b0cb0f37-7eec-4013-9cd7-f041d97d47a2.jpg"
|
||||
alt=""
|
||||
/>
|
||||
<div class="name">A****</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<img src="./images/win.png" alt="" class="win" />
|
||||
<img
|
||||
src="https://image.molistar.xyz/DragonandTiger.png"
|
||||
alt=""
|
||||
class="game_link"
|
||||
/>
|
||||
<div class="coins">10000</div>
|
||||
</div>
|
||||
<!-- 中文页面 -->
|
||||
<div class="zh_content" style="display: none;">
|
||||
<img src="./images/zhtu.png" alt="" />
|
||||
</div>
|
||||
<!-- 非中文页面 -->
|
||||
<div class="wai_content">
|
||||
<!-- 小游戏 -->
|
||||
<div class="game_boxwrap">
|
||||
<img src="./images/gift-en.png" id="gameImg" alt="" class="gameImg" />
|
||||
<div class="wrap">
|
||||
<div class="game_item" id="game_item">
|
||||
<div class="swiper" id="gameSwiper">
|
||||
<div class="swiper-wrapper"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="txt_bottom">
|
||||
<div id="gift_txt1">
|
||||
* Display data comes from real records in the App
|
||||
</div>
|
||||
<div id="gift_txt2">* 1$=7K coins in the App</div>
|
||||
<div id="gift_txt3">
|
||||
* Coins obtained in luck can only be used in the app and cannot be
|
||||
exchanged for cash
|
||||
</div>
|
||||
<div class="tip">Spend 120 Coins Win 54 Times</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="txt_bottom">
|
||||
<div id="gift_txt1">
|
||||
* Display data comes from real records in the App
|
||||
</div>
|
||||
<!-- 财富榜 -->
|
||||
<div class="wealth_boxwrap">
|
||||
<img
|
||||
src="./images/caifu-en.png"
|
||||
id="wealthImg"
|
||||
alt=""
|
||||
class="wealthImg"
|
||||
/>
|
||||
<div class="wrap">
|
||||
<div class="wealth_content">
|
||||
<img src="./images/wealth.png" alt="" />
|
||||
</div>
|
||||
<div id="gift_txt2">* 1$=7K coins in the App</div>
|
||||
<div id="gift_txt3">
|
||||
* Coins obtained in luck can only be used in the app and cannot be
|
||||
exchanged for cash
|
||||
<div class="txt_bottom">
|
||||
<div id="gift_txt4">
|
||||
* Display data comes from real records in the App
|
||||
</div>
|
||||
<div id="gift_txt5">* 1$=7K coins in the App</div>
|
||||
<div id="gift_txt6">
|
||||
* Coins obtained in luck can only be used in the app and cannot be
|
||||
exchanged for cash
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 幸运礼物 -->
|
||||
<div class="gift_boxwrap">
|
||||
<img src="./images/gift-en.png" id="giftImg" alt="" class="giftImg" />
|
||||
<div class="wrap">
|
||||
<div id="gift_item">
|
||||
<div class="swiper" id="giftSwiper">
|
||||
<div class="swiper-wrapper"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="txt_bottom">
|
||||
<div id="gift_txt1">
|
||||
* Display data comes from real records in the App
|
||||
</div>
|
||||
<div id="gift_txt2">* 1$=7K coins in the App</div>
|
||||
<div id="gift_txt3">
|
||||
* Coins obtained in luck can only be used in the app and cannot be
|
||||
exchanged for cash
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 邀请好友 -->
|
||||
<div class="invite_boxwrap">
|
||||
<img
|
||||
src="./images/yaoqing-en.png"
|
||||
id="inviteImg"
|
||||
alt=""
|
||||
class="inviteImg"
|
||||
/>
|
||||
<div class="wrap">
|
||||
<div class="invite_content">
|
||||
<div class="txt" id="txt7">Invite friends to recharge!</div>
|
||||
<div class="txt">
|
||||
<span id="txt8">He recharges!</span>
|
||||
<span id="txt9">You get coins! !</span>
|
||||
</div>
|
||||
<div class="txt">
|
||||
<span id="txt10">His friends recharge!</span>
|
||||
<span id="txt11">You can also get coins! ! !</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 幸运礼物 -->
|
||||
<!-- <div class="gift_boxwrap">
|
||||
<img src="./images/gift-en.png" id="giftImg" alt="" class="giftImg" />
|
||||
<div class="wrap">
|
||||
<div id="gift_item"></div>
|
||||
<div class="txt_bottom">
|
||||
<div id="gift_txt1">
|
||||
* Display data comes from real records in the App
|
||||
</div>
|
||||
<div id="gift_txt2">* 1$=7K coins in the App</div>
|
||||
<div id="gift_txt3">
|
||||
* Coins obtained in luck can only be used in the app and cannot be
|
||||
exchanged for cash
|
||||
</div>
|
||||
|
||||
<!-- 底部 -->
|
||||
<div class="bottom_boxwrap">
|
||||
<div class="logo">
|
||||
<img src="./images/logo.png" alt="" />
|
||||
</div>
|
||||
<div class="detail">
|
||||
<div class="title" id="txt12">MoliStar</div>
|
||||
<div class="txt">
|
||||
<span id="txt13">Invitation code</span>:<span id="inviteCode"
|
||||
>dsajkz</span
|
||||
>
|
||||
<img src="./images/fuzhi.png" alt="" id="copyBtn" />
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="open">
|
||||
<!-- <img src="./images/btn.png" alt=""> -->
|
||||
<div class="txt" id="txt14">Open</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<script src="../../common/js/flexible.js"></script>
|
||||
@@ -85,3 +154,4 @@
|
||||
<script src="../../common/local/langHandler.js"></script>
|
||||
<script src="../../common/js/svga.min.js"></script>
|
||||
<script src="./js/index.js?v=1.0"></script>
|
||||
<script src="./js/swiper-bundle.min.js"></script>
|
||||
|
14
view/molistar/activity/shortLink/js/swiper-bundle.min.js
vendored
Normal file
@@ -5,6 +5,8 @@ langAr = {
|
||||
headerImg: "./images/top-ar.png",
|
||||
gameImg: "./images/game-ar.png",
|
||||
giftImg: "./images/gift-ar.png",
|
||||
wealthImg: "./images/caifu-ar.png",
|
||||
inviteImg: "./images/yaoqing-ar.png",
|
||||
gift1:'500059 I',
|
||||
Send:'أرسل',
|
||||
Won:'عدد',
|
||||
@@ -20,6 +22,18 @@ langAr = {
|
||||
gift_txt1:'* تأتي بيانات العرض من سجلات حقيقية في التطبيق',
|
||||
gift_txt2:'* 1$=7K coin في التطبيق',
|
||||
gift_txt3:'* يمكن استخدام العملات التي تم الحصول عليها في اللعبة فقط في التطبيق ولا يمكن استبدالها نقدًا.',
|
||||
gift_txt4:'* شارك في اللعبة لمشاركة مجموعة العملات كل أسبوع.',
|
||||
gift_txt5:'* 1$=7K coin في التطبيق',
|
||||
gift_txt6:'* يمكن استخدام العملات التي تم الحصول عليها فقط في التطبيق ولا يمكن استبدالها نقدًا.',
|
||||
txt7:'ادعُ أصدقاءك لإعادة الشحن!',
|
||||
txt8:'أنت !',
|
||||
txt9:'أنت تحصل على عملات! !',
|
||||
txt10:'صدقائه إعادة شحن !',
|
||||
txt11:'! يمكنك أيضًا الحصول على عملات! ! !',
|
||||
invition_txt:'دعوة من',
|
||||
txt12:'حفلة مولستار',
|
||||
txt13:'رمز الدعوة',
|
||||
txt14:'افتح',
|
||||
}
|
||||
|
||||
}
|
@@ -3,6 +3,8 @@ langEn = {
|
||||
headerImg: "./images/top-en.png",
|
||||
gameImg: "./images/game-en.png",
|
||||
giftImg: "./images/gift-en.png",
|
||||
wealthImg: "./images/caifu-en.png",
|
||||
inviteImg: "./images/yaoqing-en.png",
|
||||
gift1:'500059 I',
|
||||
Send:'Send',
|
||||
Won:'Won',
|
||||
@@ -18,5 +20,17 @@ langEn = {
|
||||
gift_txt1:'* Display data comes from real records in the App',
|
||||
gift_txt2:'* 1$=7K coins in the App',
|
||||
gift_txt3:'* Coins obtained in the game can only be used in the app and cannot be exchanged for cash.',
|
||||
gift_txt4:'* Participate in the game to share the coin pool every week.',
|
||||
gift_txt5:'* 1$=7K coins in the App',
|
||||
gift_txt6:'* Coins obtained can only be used in the app and cannot be exchanged for cash.',
|
||||
txt7:'Invite friends to recharge!',
|
||||
txt8:'He recharges! ',
|
||||
txt9:'You get coins! !',
|
||||
txt10:'His friends recharge! ',
|
||||
txt11:'You can also get coins! ! !',
|
||||
invition_txt:'INVITATION FROM',
|
||||
txt12:'Molistar Party',
|
||||
txt13:'Invitation code',
|
||||
txt14:'Open',
|
||||
},
|
||||
}
|
||||
|
@@ -3,6 +3,8 @@ langTr = {
|
||||
headerImg: "./images/top-tr.png",
|
||||
gameImg: "./images/game-tr.png",
|
||||
giftImg: "./images/gift-tr.png",
|
||||
wealthImg: "./images/caifu-tr.png",
|
||||
inviteImg: "./images/yaoqing-tr.png",
|
||||
gift1:'500059 I',
|
||||
Send:'Gönder',
|
||||
Won:'Kazanılan',
|
||||
@@ -18,6 +20,19 @@ langTr = {
|
||||
gift_txt1:'* Görüntülenen veriler Uygulamadaki gerçek kayıtlardan gelir',
|
||||
gift_txt2:'* 1$=Uygulamadaki 7K jeton',
|
||||
gift_txt3:'* Oyunda elde edilen jetonlar yalnızca uygulamada kullanılabilir ve nakitle değiştirilemez.',
|
||||
gift_txt4:'* Jeton havuzunu her hafta paylaşmak için oyuna katılın.',
|
||||
gift_txt5:'* 1$=Uygulamadaki 7K jeton',
|
||||
gift_txt6:'* Elde edilen jetonlar yalnızca uygulamada kullanılabilir ve nakitle değiştirilemez.',
|
||||
txt7:'Arkadaşlarınızı şarj etmeye davet edin!',
|
||||
txt8:'O şarj eder!',
|
||||
txt9:'Siz jeton kazanırsınız! !',
|
||||
txt10:'Arkadaşları şarj eder! ',
|
||||
txt11:'Siz de jeton kazanabilirsiniz! ! !',
|
||||
invition_txt:'DAVET',
|
||||
txt12:'Molistar Partisi',
|
||||
txt13:'Davet kodu',
|
||||
txt14:'Açık',
|
||||
|
||||
}
|
||||
|
||||
}
|
@@ -18,6 +18,15 @@ langZh = {
|
||||
gift_txt1:'* 展示數據來自App內真實記錄',
|
||||
gift_txt2:'* App內1$=7K 金幣',
|
||||
gift_txt3:'* 遊戲中獲得的金幣僅可在app內使用,不支援兌換為現金。',
|
||||
txt7:'邀請好友儲值!',
|
||||
txt8:'他充值!',
|
||||
txt9:'你獲得金幣! !',
|
||||
txt10:'他的好友儲值!',
|
||||
txt11:'你也可以獲得金幣! ! !',
|
||||
invition_txt:'邀請來自',
|
||||
txt12:'Molistar Party',
|
||||
txt13:'邀請碼',
|
||||
txt14:'打開',
|
||||
}
|
||||
|
||||
}
|