mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 15:36:27 +00:00
#面板练度统计
角色及武器的名称居中
This commit is contained in:
parent
7f7a0c7f94
commit
ee26c9ba74
@ -117,6 +117,7 @@
|
||||
}
|
||||
.cont .item-name {
|
||||
text-shadow: 0 0 1px #000, 1px 1px 2px rgba(0, 0, 0, 0.8);
|
||||
text-align: center;
|
||||
}
|
||||
.cont .item-name.star4 {
|
||||
color: #dfbeff;
|
||||
@ -155,6 +156,9 @@
|
||||
width: 150px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.cont .tr .td-name .item-name {
|
||||
width: 50px;
|
||||
}
|
||||
.cont .tr .td-name .char-icon {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@ -200,6 +204,9 @@
|
||||
.cont .tr .td-weapon .cons {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
.cont .tr .td-weapon .item-name {
|
||||
width: 70px;
|
||||
}
|
||||
.cont .tr .weapon-icon {
|
||||
width: 25px;
|
||||
height: 22px;
|
||||
|
@ -102,6 +102,7 @@
|
||||
|
||||
.item-name {
|
||||
text-shadow: 0 0 1px #000, 1px 1px 2px rgba(0, 0, 0, .8);
|
||||
text-align: center;
|
||||
|
||||
&.star4 {
|
||||
color: #dfbeff;
|
||||
@ -153,6 +154,10 @@
|
||||
width: 150px;
|
||||
padding-left: 8px;
|
||||
|
||||
.item-name {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
|
||||
.char-icon {
|
||||
width: 30px;
|
||||
@ -208,6 +213,10 @@
|
||||
.cons {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
.item-name {
|
||||
width: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
.weapon-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user