Template:曲包信息/styles.css:修订间差异
(创建页面,内容为“.packbox { display: grid; grid-template-columns: 1fr 1fr 7fr auto; text-align: center; color: #202122; word-wrap: break-word; font: inherit; border-collapse:…”) |
无编辑摘要 |
||
第1行: | 第1行: | ||
.packbox > #append-image { | |||
.packbox > #append | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
第45行: | 第5行: | ||
} | } | ||
div:not(.appendpack) > #append-image { | |||
display:none; | display:none; | ||
} | } | ||
第73行: | 第14行: | ||
} | } | ||
.packbox > # | .packbox > #append-image { | ||
grid-column: 1 / 5; | grid-column: 1 / 5; | ||
} | } | ||
.both > #date-label { | |||
.both > # | |||
grid-row-end: span 2; | grid-row-end: span 2; | ||
} | } | ||
2021年8月24日 (二) 19:03的版本
.packbox > #append-image {
display: flex;
justify-content: center;
align-items: center;
}
div:not(.appendpack) > #append-image {
display:none;
}
#appendpack > #right-image,
#appendpack > #top-image {
display:none;
}
.packbox > #append-image {
grid-column: 1 / 5;
}
.both > #date-label {
grid-row-end: span 2;
}
@media all and (min-width: 950px) {
#appendpack > #top-image {
display: flex;
}
#title {
grid-column: 1 / 5;
}
}
/* 背景色定义 */
.packbox>.label,
.packbox>#title,
.packbox>.header,
.packbox>div>div>.label-text,
.packbox>div>div>div>.label-text {
background-color: #e8eaf3;
}