#面板练度统计角色及武器的名称居中

This commit is contained in:
yoimiya-kokomi 2022-08-09 05:58:51 +08:00
parent 7f7a0c7f94
commit ee26c9ba74
2 changed files with 16 additions and 0 deletions

View File

@ -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;

View File

@ -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 {