diff --git a/view/molistar/activity/luckyNumbers/css/index.css b/view/molistar/activity/luckyNumbers/css/index.css index 8f7f360..c4b9452 100644 --- a/view/molistar/activity/luckyNumbers/css/index.css +++ b/view/molistar/activity/luckyNumbers/css/index.css @@ -53,8 +53,9 @@ body { font-weight: 600; font-size: 0.5866666667rem; color: #FDF565; + line-height: 1.2rem; position: absolute; - top: 0.2666666667rem; + top: 0; left: 0.2533333333rem; } .top_bg .countdown_box .time_kuang .time_type { @@ -242,12 +243,12 @@ body { } .fortunate_number .num_show .left_txt { position: absolute; - top: 0.8rem; + top: 0.7733333333rem; left: 1.0933333333rem; } .fortunate_number .num_show .right_txt { position: absolute; - top: 0.8rem; + top: 0.7733333333rem; right: 1.0666666667rem; } @keyframes scrollUpDown { @@ -536,12 +537,12 @@ body { } .popup_history .popup_content .history_list .history_box .right .left_txt { position: absolute; - top: 0.4266666667rem; + top: 0.4666666667rem; left: 0.4533333333rem; } .popup_history .popup_content .history_list .history_box .right .right_txt { position: absolute; - top: 0.4266666667rem; + top: 0.4666666667rem; right: 0.4533333333rem; } @@ -667,9 +668,6 @@ body { height: 0.8rem; } -.arabic .top_bg .rules { - justify-content: center; -} -.arabic .fortunate_number .history_btn { - justify-content: center; +.arabic .top_bg { + background-image: url("../images/top_bg-ar.png"); } \ No newline at end of file diff --git a/view/molistar/activity/luckyNumbers/css/index.scss b/view/molistar/activity/luckyNumbers/css/index.scss index 1f2f917..d1b6039 100644 --- a/view/molistar/activity/luckyNumbers/css/index.scss +++ b/view/molistar/activity/luckyNumbers/css/index.scss @@ -62,9 +62,9 @@ body { font-weight: 600; font-size: px2rem(44); color: #FDF565; - // line-height: px2rem(90); + line-height: px2rem(90); position: absolute; - top: px2rem(20); + top: 0; left: px2rem(19) } @@ -277,13 +277,13 @@ body { .left_txt { position: absolute; - top: px2rem(60); + top: px2rem(58); left: px2rem(82); } .right_txt { position: absolute; - top: px2rem(60); + top: px2rem(58); right: px2rem(80); } @@ -618,13 +618,13 @@ body { .left_txt { position: absolute; - top: px2rem(32); + top: px2rem(35); left: px2rem(34); } .right_txt { position: absolute; - top: px2rem(32); + top: px2rem(35); right: px2rem(34); } } @@ -773,10 +773,7 @@ body { } } .arabic{ - .top_bg .rules{ - justify-content: center; - } - .fortunate_number .history_btn{ - justify-content: center; + .top_bg { + background-image: url("../images/top_bg-ar.png"); } } \ No newline at end of file diff --git a/view/molistar/activity/luckyNumbers/images/top_bg-ar.png b/view/molistar/activity/luckyNumbers/images/top_bg-ar.png new file mode 100644 index 0000000..a57cb85 Binary files /dev/null and b/view/molistar/activity/luckyNumbers/images/top_bg-ar.png differ diff --git a/view/molistar/activity/luckyNumbers/images/top_bg.png b/view/molistar/activity/luckyNumbers/images/top_bg.png index cd45865..b1b0750 100644 Binary files a/view/molistar/activity/luckyNumbers/images/top_bg.png and b/view/molistar/activity/luckyNumbers/images/top_bg.png differ