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

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

View File

@ -209,7 +209,10 @@ body {
box-shadow: 0 0 2px 0 #000;
}
.bg5,
.bg4 {
.bg4,
.bg3,
.bg2,
.bg1 {
width: 100%;
height: 95px;
background-size: 100%;
@ -221,6 +224,15 @@ body {
.bg4 {
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;
@ -493,4 +505,4 @@ body {
text-align: center;
line-height: 16px;
}
/*# sourceMappingURL=today-material.css.map */
/*# sourceMappingURL=today-material.css.map */