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