6,630
个编辑
标签:撤销 |
小 (曲目信息样式更新) |
||
第68行: | 第68行: | ||
/* 曲目信息模板 */ | /* 曲目信息模板 */ | ||
. | .arcaeabox { | ||
display: grid; | display: grid; | ||
grid-template-columns: 1fr 2fr 2fr 2fr auto; | grid-template-columns: 1fr 2fr 2fr 2fr auto; | ||
第98行: | 第98行: | ||
} | } | ||
. | .arcaeabox > div { | ||
word-wrap: break-word; | word-wrap: break-word; | ||
border-bottom: 1px solid #eaecf0; | border-bottom: 1px solid #eaecf0; | ||
第108行: | 第108行: | ||
} | } | ||
. | .arcaeabox > .header, | ||
. | .arcaeabox > .label, | ||
. | .arcaeabox > .pst-label, | ||
. | .arcaeabox > .prs-label, | ||
. | .arcaeabox > .ftr-label, | ||
. | .arcaeabox > .byd-label, | ||
. | .arcaeabox > #right-image, | ||
. | .arcaeabox > #top-image{ | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
第121行: | 第121行: | ||
} | } | ||
. | .arcaeabox > .byd-label{ | ||
display:unset; | display:unset; | ||
} | } | ||
. | .arcaeabox.byd { | ||
grid-template-columns: 1fr 2fr 2fr 2fr 2fr auto; | grid-template-columns: 1fr 2fr 2fr 2fr 2fr auto; | ||
} | } | ||
第259行: | 第259行: | ||
@media all and (min-width: 950px) { | @media all and (min-width: 950px) { | ||
. | .arcaeabox { | ||
width: min-content; | width: min-content; | ||
min-width: 800px; | min-width: 800px; |