修正日历在4UP角色时的展示问题

This commit is contained in:
Kokomi 2022-09-08 12:39:04 +08:00
parent 5910e0c2aa
commit e58721d1b9
2 changed files with 4 additions and 6 deletions

View File

@ -194,9 +194,8 @@ body {
.cal-list.char-3-2 .type-character.li-idx-3 { .cal-list.char-3-2 .type-character.li-idx-3 {
margin-top: -82px; margin-top: -82px;
} }
.cal-list.char-4-2 .type-character.li-idx-3, .cal-list.char-4-2 .type-character.li-idx-3 {
.cal-list.char-4-2 .type-character.li-idx-4 { margin-top: -166px;
margin-top: -164px;
} }
.cal-list .type-weapon.li-idx-2 { .cal-list .type-weapon.li-idx-2 {
margin-top: -82px; margin-top: -82px;

View File

@ -255,9 +255,8 @@ body {
} }
&.char-4-2 { &.char-4-2 {
.type-character.li-idx-3, .type-character.li-idx-3 {
.type-character.li-idx-4 { margin-top: -166px;
margin-top: -164px;
} }
} }