mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修复每日材料3、2、1星武器背景不显示 (#690)
This commit is contained in:
parent
50b29402e6
commit
228ce12d60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user