样式优化

This commit is contained in:
dragon
2024-12-31 14:42:00 +08:00
parent 9d57da5a82
commit 720f7b180a
2 changed files with 16 additions and 0 deletions

View File

@@ -936,3 +936,11 @@ body {
background: url(../images/rewardBg-tr.png) no-repeat;
background-size: 100% 100%;
}
.Turkiye .timeBox {
width: 10rem;
}
.Turkiye .timeBox div {
width: 1.6rem;
}

View File

@@ -949,4 +949,12 @@ body {
background: url(../images/rewardBg-tr.png) no-repeat;
background-size: 100% 100%;
}
.timeBox {
width: px2rem(750);
div {
width: 1.6rem;
}
}
}