替换头图

This commit is contained in:
dragon
2025-01-23 11:17:26 +08:00
parent 3bfda4a63e
commit c1d5993c23
4 changed files with 24 additions and 1 deletions

View File

@@ -750,6 +750,11 @@ body {
font-weight: 400;
}
.arabic .header {
background: url(../images/header-ar.png) no-repeat;
background-size: 100% 100%;
}
.arabic .lastRank .lastRank_in .box .top1 {
transform: translateX(-86%);
}
@@ -789,3 +794,8 @@ body {
direction: ltr;
text-align: left;
}
.Turkiye .header {
background: url(../images/header-tr.png) no-repeat;
background-size: 100% 100%;
}

View File

@@ -761,6 +761,11 @@ body {
}
.arabic {
.header {
background: url(../images/header-ar.png) no-repeat;
background-size: 100% 100%;
}
.lastRank .lastRank_in .box .top1 {
transform: translateX(-86%);
}
@@ -790,10 +795,18 @@ body {
}
.danmu .my_container {
.send,
.win{
.win {
direction: ltr;
text-align: left;
}
}
}
.Turkiye {
.header {
background: url(../images/header-tr.png) no-repeat;
background-size: 100% 100%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB