feat:调整伤害统计样式

This commit is contained in:
ZyeAlex 2024-07-26 15:23:00 +08:00
parent 01666bee89
commit f7602c497f
3 changed files with 133 additions and 35 deletions

View file

@ -79,8 +79,10 @@
.card .basic .char .avatar img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top center;
object-position: top center;
position: absolute;
}
.card .basic .char .skills {
@ -369,6 +371,7 @@
display: flex;
flex-direction: column;
justify-content: stretch;
width: -moz-max-content;
width: max-content;
}
.card .basic .info .weapon_info .info .main .addition {
@ -539,7 +542,8 @@
.card .equip-list .box .icon img {
width: 100%;
height: 100%;
object-fit: contain;
-o-object-fit: contain;
object-fit: contain;
display: block;
}
.card .equip-list .box .info {
@ -617,16 +621,29 @@
z-index: 5;
}
.damage-title {
padding-top: 1.2em;
}
.damagelist {
margin-left: 2em;
}
.damagelist th {
text-align: center;
padding: 0.3em 0.3em;
width:33%;
width: 9em;
}
.damagelist th:first-child {
text-align: left;
padding-left: 4em;
width: 14em;
}
.damagelist td {
text-align: center;
padding: 0.3em 0.3em;
width:33%;
width: 9em;
}
/*# sourceMappingURL=card.css.map */
.damagelist td:first-child {
width: 14em;
text-align: left;
}/*# sourceMappingURL=card.css.map */