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