修复每日材料3、2、1星武器背景不显示 (#690)

This commit is contained in:
Jinx 2024-01-10 14:52:27 +08:00 committed by GitHub
parent 50b29402e6
commit 228ce12d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,7 +233,7 @@ body {
}
}
.bg5, .bg4 {
.bg5, .bg4, .bg3, .bg2, .bg1 {
width: 100%;
height: 95px;
background-size: 100%;
@ -248,6 +248,18 @@ body {
background-image: url(../common/item/bg4.png);
}
.bg3 {
background-image: url(../common/item/bg3.png);
}
.bg2 {
background-image: url(../common/item/bg2.png);
}
.bg1 {
background-image: url(../common/item/bg1.png);
}
.item .text_box {
font-size: 12px;
background: #e9e5dc;