修改幸运数字首页样式,头图

This commit is contained in:
chenruiye
2025-05-19 17:27:44 +08:00
parent db7d1872cc
commit 39854a7fd1
4 changed files with 16 additions and 21 deletions

View File

@@ -53,8 +53,9 @@ body {
font-weight: 600; font-weight: 600;
font-size: 0.5866666667rem; font-size: 0.5866666667rem;
color: #FDF565; color: #FDF565;
line-height: 1.2rem;
position: absolute; position: absolute;
top: 0.2666666667rem; top: 0;
left: 0.2533333333rem; left: 0.2533333333rem;
} }
.top_bg .countdown_box .time_kuang .time_type { .top_bg .countdown_box .time_kuang .time_type {
@@ -242,12 +243,12 @@ body {
} }
.fortunate_number .num_show .left_txt { .fortunate_number .num_show .left_txt {
position: absolute; position: absolute;
top: 0.8rem; top: 0.7733333333rem;
left: 1.0933333333rem; left: 1.0933333333rem;
} }
.fortunate_number .num_show .right_txt { .fortunate_number .num_show .right_txt {
position: absolute; position: absolute;
top: 0.8rem; top: 0.7733333333rem;
right: 1.0666666667rem; right: 1.0666666667rem;
} }
@keyframes scrollUpDown { @keyframes scrollUpDown {
@@ -536,12 +537,12 @@ body {
} }
.popup_history .popup_content .history_list .history_box .right .left_txt { .popup_history .popup_content .history_list .history_box .right .left_txt {
position: absolute; position: absolute;
top: 0.4266666667rem; top: 0.4666666667rem;
left: 0.4533333333rem; left: 0.4533333333rem;
} }
.popup_history .popup_content .history_list .history_box .right .right_txt { .popup_history .popup_content .history_list .history_box .right .right_txt {
position: absolute; position: absolute;
top: 0.4266666667rem; top: 0.4666666667rem;
right: 0.4533333333rem; right: 0.4533333333rem;
} }
@@ -667,9 +668,6 @@ body {
height: 0.8rem; height: 0.8rem;
} }
.arabic .top_bg .rules { .arabic .top_bg {
justify-content: center; background-image: url("../images/top_bg-ar.png");
}
.arabic .fortunate_number .history_btn {
justify-content: center;
} }

View File

@@ -62,9 +62,9 @@ body {
font-weight: 600; font-weight: 600;
font-size: px2rem(44); font-size: px2rem(44);
color: #FDF565; color: #FDF565;
// line-height: px2rem(90); line-height: px2rem(90);
position: absolute; position: absolute;
top: px2rem(20); top: 0;
left: px2rem(19) left: px2rem(19)
} }
@@ -277,13 +277,13 @@ body {
.left_txt { .left_txt {
position: absolute; position: absolute;
top: px2rem(60); top: px2rem(58);
left: px2rem(82); left: px2rem(82);
} }
.right_txt { .right_txt {
position: absolute; position: absolute;
top: px2rem(60); top: px2rem(58);
right: px2rem(80); right: px2rem(80);
} }
@@ -618,13 +618,13 @@ body {
.left_txt { .left_txt {
position: absolute; position: absolute;
top: px2rem(32); top: px2rem(35);
left: px2rem(34); left: px2rem(34);
} }
.right_txt { .right_txt {
position: absolute; position: absolute;
top: px2rem(32); top: px2rem(35);
right: px2rem(34); right: px2rem(34);
} }
} }
@@ -773,10 +773,7 @@ body {
} }
} }
.arabic{ .arabic{
.top_bg .rules{ .top_bg {
justify-content: center; background-image: url("../images/top_bg-ar.png");
}
.fortunate_number .history_btn{
justify-content: center;
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 891 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

After

Width:  |  Height:  |  Size: 875 KiB