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

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

View File

@@ -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");
}

View File

@@ -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");
}
}

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