
diff --git a/view/molistar/activity/rechargeNew/css/index.css b/view/molistar/activity/rechargeNew/css/index.css index 73e78f4..6647cac 100644 --- a/view/molistar/activity/rechargeNew/css/index.css +++ b/view/molistar/activity/rechargeNew/css/index.css @@ -235,11 +235,43 @@ body { background-size: 100% 100%; } -.recharge10 .content img { +.recharge10 .content .rewardImg { display: block; width: 9.06667rem; - height: 3.38667rem; + height: 8.26667rem; margin: 0 auto 0; + background: url(../images/recharge10.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; +} + +.recharge10 .content .rewardImg .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.8rem; +} + +.recharge10 .content .rewardImg .ts canvas { + position: absolute; + left: 0; + top: 0; +} + +.recharge10 .content .rewardImg .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.2rem; +} + +.recharge10 .content .rewardImg .zj canvas { + position: absolute; + left: 0; + top: 0; } .recharge100 { @@ -306,11 +338,43 @@ body { background-size: 100% 100%; } -.recharge100 .content img { +.recharge100 .content .rewardImg { display: block; width: 9.06667rem; - height: 3.38667rem; + height: 8.26667rem; margin: 0 auto 0; + background: url(../images/recharge100.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; +} + +.recharge100 .content .rewardImg .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.8rem; +} + +.recharge100 .content .rewardImg .ts canvas { + position: absolute; + left: 0; + top: 0; +} + +.recharge100 .content .rewardImg .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.2rem; +} + +.recharge100 .content .rewardImg .zj canvas { + position: absolute; + left: 0; + top: 0; } .recharge300 { @@ -380,8 +444,40 @@ body { .recharge300 .content .rewardImg { display: block; width: 9.06667rem; - height: 9.76rem; + height: 9.53333rem; margin: 0 auto 0; + background: url(../images/recharge300.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; +} + +.recharge300 .content .rewardImg .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.2rem; +} + +.recharge300 .content .rewardImg .ts canvas { + position: absolute; + left: 0; + top: 0; +} + +.recharge300 .content .rewardImg .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.87rem; +} + +.recharge300 .content .rewardImg .zj canvas { + position: absolute; + left: 0; + top: 0; } .recharge300 .content .topTitle { @@ -527,6 +623,38 @@ body { width: 9.06667rem; height: 9.76rem; margin: 0 auto 0; + background: url(../images/recharge500.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; +} + +.recharge500 .content .rewardImg .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.2rem; +} + +.recharge500 .content .rewardImg .ts canvas { + position: absolute; + left: 0; + top: 0; +} + +.recharge500 .content .rewardImg .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.2rem; +} + +.recharge500 .content .rewardImg .zj canvas { + position: absolute; + left: 0; + top: 0; } .recharge500 .content .topTitle { @@ -672,6 +800,38 @@ body { width: 9.06667rem; height: 9.76rem; margin: 0 auto 0; + background: url(../images/recharge1000.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; +} + +.recharge1000 .content .rewardImg .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.2rem; +} + +.recharge1000 .content .rewardImg .ts canvas { + position: absolute; + left: 0; + top: 0; +} + +.recharge1000 .content .rewardImg .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.95rem; +} + +.recharge1000 .content .rewardImg .zj canvas { + position: absolute; + left: 0; + top: 0; } .recharge1000 .content .topTitle { @@ -815,8 +975,35 @@ body { .recharge3000 .content .rewardImg { display: block; width: 9.06667rem; - height: 14.66667rem; + height: 17.54667rem; margin: 0 auto 0; + background: url(../images/recharge3000.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; +} + +.recharge3000 .content .rewardImg .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + left: 1.6rem; + top: 11.1rem; +} + +.recharge3000 .content .rewardImg .ts canvas { + position: absolute; + left: 0; + top: 0; +} + +.recharge3000 .content .rewardImg .bo { + width: 0.69333rem; + height: 0.69333rem; + position: absolute; + top: 6.53333rem; + right: 2rem; + z-index: 2; } .recharge3000 .content .topTitle { @@ -986,6 +1173,34 @@ body { font-weight: 400; } +.video { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + background: rgba(0, 0, 0, 0.5); + z-index: 99; + display: none; +} + +.video video { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + width: 65%; +} + +.video .close { + width: 0.90667rem; + height: 0.90667rem; + position: absolute; + top: 10%; + right: 0.93333rem; + z-index: 9; +} + .arabic .back img { left: auto; right: 0.24rem; @@ -1009,3 +1224,33 @@ body { margin-right: 0; margin-left: 0.62667rem; } + +.arabic .recharge10 .content .rewardImg { + background: url(../images/recharge10-ar.png) no-repeat; + background-size: 100% 100%; +} + +.arabic .recharge100 .content .rewardImg { + background: url(../images/recharge100-ar.png) no-repeat; + background-size: 100% 100%; +} + +.arabic .recharge300 .content .rewardImg { + background: url(../images/recharge300-ar.png) no-repeat; + background-size: 100% 100%; +} + +.arabic .recharge500 .content .rewardImg { + background: url(../images/recharge500-ar.png) no-repeat; + background-size: 100% 100%; +} + +.arabic .recharge1000 .content .rewardImg { + background: url(../images/recharge1000-ar.png) no-repeat; + background-size: 100% 100%; +} + +.arabic .recharge3000 .content .rewardImg { + background: url(../images/recharge3000-ar.png) no-repeat; + background-size: 100% 100%; +} diff --git a/view/molistar/activity/rechargeNew/css/index.scss b/view/molistar/activity/rechargeNew/css/index.scss index 8556f8f..634595b 100644 --- a/view/molistar/activity/rechargeNew/css/index.scss +++ b/view/molistar/activity/rechargeNew/css/index.scss @@ -237,11 +237,43 @@ body { background: url(../images/bgCentent.png) no-repeat; background-size: 100% 100%; - img { + .rewardImg { display: block; width: px2rem(680); - height: px2rem(254); + height: px2rem(620); margin: 0 auto 0; + background: url(../images/recharge10.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; + + .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.8rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } + + .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.2rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } } } } @@ -308,11 +340,43 @@ body { background: url(../images/bgCentent.png) no-repeat; background-size: 100% 100%; - img { + .rewardImg { display: block; width: px2rem(680); - height: px2rem(254); + height: px2rem(620); margin: 0 auto 0; + background: url(../images/recharge100.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; + + .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.8rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } + + .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.2rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } } } } @@ -382,8 +446,40 @@ body { .rewardImg { display: block; width: px2rem(680); - height: px2rem(732); + height: px2rem(715); margin: 0 auto 0; + background: url(../images/recharge300.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; + + .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.2rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } + + .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.87rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } } .topTitle { @@ -535,6 +631,38 @@ body { width: px2rem(680); height: px2rem(732); margin: 0 auto 0; + background: url(../images/recharge500.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; + + .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.2rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } + + .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.2rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } } .topTitle { @@ -686,6 +814,38 @@ body { width: px2rem(680); height: px2rem(732); margin: 0 auto 0; + background: url(../images/recharge1000.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; + + .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + right: 1.1rem; + top: 0.2rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } + + .zj { + width: 3.75rem; + height: 7.37rem; + position: absolute; + left: 1.1rem; + top: 0.95rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } } .topTitle { @@ -835,8 +995,35 @@ body { .rewardImg { display: block; width: px2rem(680); - height: px2rem(1100); + height: px2rem(1316); margin: 0 auto 0; + background: url(../images/recharge3000.png) no-repeat; + background-size: 100% 100%; + position: relative; + overflow: hidden; + + .ts { + width: 2.2rem; + height: 2.2rem; + position: absolute; + left: 1.6rem; + top: 11.1rem; + + canvas { + position: absolute; + left: 0; + top: 0; + } + } + + .bo { + width: px2rem(52); + height: px2rem(52); + position: absolute; + top: px2rem(490); + right: px2rem(150); + z-index: 2; + } } .topTitle { @@ -1014,6 +1201,34 @@ body { font-weight: 400; } +.video { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + background: rgba(0, 0, 0, .5); + z-index: 99; + display: none; + + video { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + width: 65%; + } + + .close { + width: px2rem(68); + height: px2rem(68); + position: absolute; + top: 10%; + right: px2rem(70); + z-index: 9; + } +} + .arabic { .back img { left: auto; @@ -1038,4 +1253,34 @@ body { margin-right: 0; margin-left: 0.62667rem; } + + .recharge10 .content .rewardImg { + background: url(../images/recharge10-ar.png) no-repeat; + background-size: 100% 100%; + } + + .recharge100 .content .rewardImg { + background: url(../images/recharge100-ar.png) no-repeat; + background-size: 100% 100%; + } + + .recharge300 .content .rewardImg { + background: url(../images/recharge300-ar.png) no-repeat; + background-size: 100% 100%; + } + + .recharge500 .content .rewardImg { + background: url(../images/recharge500-ar.png) no-repeat; + background-size: 100% 100%; + } + + .recharge1000 .content .rewardImg { + background: url(../images/recharge1000-ar.png) no-repeat; + background-size: 100% 100%; + } + + .recharge3000 .content .rewardImg { + background: url(../images/recharge3000-ar.png) no-repeat; + background-size: 100% 100%; + } } \ No newline at end of file diff --git a/view/molistar/activity/rechargeNew/images/bo.png b/view/molistar/activity/rechargeNew/images/bo.png new file mode 100644 index 0000000..24864ea Binary files /dev/null and b/view/molistar/activity/rechargeNew/images/bo.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge10-ar.png b/view/molistar/activity/rechargeNew/images/recharge10-ar.png new file mode 100644 index 0000000..e114280 Binary files /dev/null and b/view/molistar/activity/rechargeNew/images/recharge10-ar.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge10.png b/view/molistar/activity/rechargeNew/images/recharge10.png index e5c8448..a4c70d2 100644 Binary files a/view/molistar/activity/rechargeNew/images/recharge10.png and b/view/molistar/activity/rechargeNew/images/recharge10.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge100-ar.png b/view/molistar/activity/rechargeNew/images/recharge100-ar.png new file mode 100644 index 0000000..3fcd176 Binary files /dev/null and b/view/molistar/activity/rechargeNew/images/recharge100-ar.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge100.png b/view/molistar/activity/rechargeNew/images/recharge100.png index e5c8448..42fe0ff 100644 Binary files a/view/molistar/activity/rechargeNew/images/recharge100.png and b/view/molistar/activity/rechargeNew/images/recharge100.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge1000-ar.png b/view/molistar/activity/rechargeNew/images/recharge1000-ar.png new file mode 100644 index 0000000..4f453c4 Binary files /dev/null and b/view/molistar/activity/rechargeNew/images/recharge1000-ar.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge1000.png b/view/molistar/activity/rechargeNew/images/recharge1000.png index 502a0bf..d5640e2 100644 Binary files a/view/molistar/activity/rechargeNew/images/recharge1000.png and b/view/molistar/activity/rechargeNew/images/recharge1000.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge300-ar.png b/view/molistar/activity/rechargeNew/images/recharge300-ar.png new file mode 100644 index 0000000..b3cb8ba Binary files /dev/null and b/view/molistar/activity/rechargeNew/images/recharge300-ar.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge300.png b/view/molistar/activity/rechargeNew/images/recharge300.png index 41adcee..dccd06c 100644 Binary files a/view/molistar/activity/rechargeNew/images/recharge300.png and b/view/molistar/activity/rechargeNew/images/recharge300.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge3000-ar.png b/view/molistar/activity/rechargeNew/images/recharge3000-ar.png new file mode 100644 index 0000000..005a32f Binary files /dev/null and b/view/molistar/activity/rechargeNew/images/recharge3000-ar.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge3000.png b/view/molistar/activity/rechargeNew/images/recharge3000.png index 15bb2c7..dd18ca3 100644 Binary files a/view/molistar/activity/rechargeNew/images/recharge3000.png and b/view/molistar/activity/rechargeNew/images/recharge3000.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge500-ar.png b/view/molistar/activity/rechargeNew/images/recharge500-ar.png new file mode 100644 index 0000000..de8b2c2 Binary files /dev/null and b/view/molistar/activity/rechargeNew/images/recharge500-ar.png differ diff --git a/view/molistar/activity/rechargeNew/images/recharge500.png b/view/molistar/activity/rechargeNew/images/recharge500.png index 502a0bf..0b4fcd9 100644 Binary files a/view/molistar/activity/rechargeNew/images/recharge500.png and b/view/molistar/activity/rechargeNew/images/recharge500.png differ diff --git a/view/molistar/activity/rechargeNew/index.html b/view/molistar/activity/rechargeNew/index.html index e691c95..1789f44 100644 --- a/view/molistar/activity/rechargeNew/index.html +++ b/view/molistar/activity/rechargeNew/index.html @@ -51,7 +51,10 @@