


diff --git a/view/molistar/activity/2024-newYear/css/index.css b/view/molistar/activity/2024-newYear/css/index.css index f47845f..194f3bf 100644 --- a/view/molistar/activity/2024-newYear/css/index.css +++ b/view/molistar/activity/2024-newYear/css/index.css @@ -784,6 +784,26 @@ body { background: url(../images/rewardBg.png) no-repeat; background-size: 100% 100%; margin: 0 auto 0; + position: relative; +} + +.page2 .content .box .bo { + position: absolute; + width: 0.69333rem; + height: 0.69333rem; + left: 1.88rem; +} + +.page2 .content .box .bo1 { + top: 9.92rem; +} + +.page2 .content .box .bo2 { + top: 23rem; +} + +.page2 .content .box .bo3 { + top: 38.56rem; } .rules { @@ -857,17 +877,60 @@ body { margin: 0.66667rem auto 2.4rem; } +.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 .header { background: url(../images/header-ar.png) no-repeat; background-size: 100% 100%; } +.arabic .page2 .content .box { + background: url(../images/rewardBg-ar.png) no-repeat; + background-size: 100% 100%; +} + .china .header { background: url(../images/header-zh.png) no-repeat; background-size: 100% 100%; } +.china .page2 .content .box { + background: url(../images/rewardBg-zh.png) no-repeat; + background-size: 100% 100%; +} + .Turkiye .header { background: url(../images/header-tr.png) no-repeat; background-size: 100% 100%; } + +.Turkiye .page2 .content .box { + background: url(../images/rewardBg-tr.png) no-repeat; + background-size: 100% 100%; +} diff --git a/view/molistar/activity/2024-newYear/css/index.scss b/view/molistar/activity/2024-newYear/css/index.scss index 63e2eec..d4531f4 100644 --- a/view/molistar/activity/2024-newYear/css/index.scss +++ b/view/molistar/activity/2024-newYear/css/index.scss @@ -790,6 +790,26 @@ body { background: url(../images/rewardBg.png) no-repeat; background-size: 100% 100%; margin: 0 auto 0; + position: relative; + + .bo { + position: absolute; + width: px2rem(52); + height: px2rem(52); + left: px2rem(141); + } + + .bo1 { + top: px2rem(744); + } + + .bo2 { + top: px2rem(1725); + } + + .bo3 { + top: px2rem(2892); + } } } } @@ -865,11 +885,44 @@ body { margin: px2rem(50) auto px2rem(180); } +.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 { .header { background: url(../images/header-ar.png) no-repeat; background-size: 100% 100%; } + + .page2 .content .box { + background: url(../images/rewardBg-ar.png) no-repeat; + background-size: 100% 100%; + } } .china { @@ -877,6 +930,11 @@ body { background: url(../images/header-zh.png) no-repeat; background-size: 100% 100%; } + + .page2 .content .box { + background: url(../images/rewardBg-zh.png) no-repeat; + background-size: 100% 100%; + } } .Turkiye { @@ -884,4 +942,9 @@ body { background: url(../images/header-tr.png) no-repeat; background-size: 100% 100%; } + + .page2 .content .box { + background: url(../images/rewardBg-tr.png) no-repeat; + background-size: 100% 100%; + } } \ No newline at end of file diff --git a/view/molistar/activity/2024-newYear/images/bo.png b/view/molistar/activity/2024-newYear/images/bo.png new file mode 100644 index 0000000..5b1d382 Binary files /dev/null and b/view/molistar/activity/2024-newYear/images/bo.png differ diff --git a/view/molistar/activity/2024-newYear/images/rewardBg-ar.png b/view/molistar/activity/2024-newYear/images/rewardBg-ar.png new file mode 100644 index 0000000..7e0bd36 Binary files /dev/null and b/view/molistar/activity/2024-newYear/images/rewardBg-ar.png differ diff --git a/view/molistar/activity/2024-newYear/images/rewardBg-tr.png b/view/molistar/activity/2024-newYear/images/rewardBg-tr.png new file mode 100644 index 0000000..5b15cc6 Binary files /dev/null and b/view/molistar/activity/2024-newYear/images/rewardBg-tr.png differ diff --git a/view/molistar/activity/2024-newYear/images/rewardBg-zh.png b/view/molistar/activity/2024-newYear/images/rewardBg-zh.png new file mode 100644 index 0000000..4973a53 Binary files /dev/null and b/view/molistar/activity/2024-newYear/images/rewardBg-zh.png differ diff --git a/view/molistar/activity/2024-newYear/images/rewardBg.png b/view/molistar/activity/2024-newYear/images/rewardBg.png index b975d40..d8c7ecf 100644 Binary files a/view/molistar/activity/2024-newYear/images/rewardBg.png and b/view/molistar/activity/2024-newYear/images/rewardBg.png differ diff --git a/view/molistar/activity/2024-newYear/index.html b/view/molistar/activity/2024-newYear/index.html index 7dc248a..5ea6cc8 100644 --- a/view/molistar/activity/2024-newYear/index.html +++ b/view/molistar/activity/2024-newYear/index.html @@ -149,7 +149,11 @@