fix person card

This commit is contained in:
jxxghp
2023-07-29 21:17:09 +08:00
parent b3a2585053
commit 944c34ed6f
2 changed files with 35 additions and 4 deletions

View File

@@ -54,7 +54,6 @@ onMounted(() => {
</h1>
<span class="media-attributes">
<span>{{ mediaDetail.runtime }}</span>
<span>{{ mediaDetail.genres }}</span>
</span>
</div>
<div class="media-actions" />
@@ -123,6 +122,7 @@ onMounted(() => {
}
.media-page-bg-image {
// FIXME: 前景图看不到
position: absolute;
z-index: -10;
block-size: 100%;
@@ -303,6 +303,33 @@ ul.media-crew {
}
}
.media-overview h2 {
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 700;
}
@media (min-width: 640px) {
.media-overview h2 {
font-size: 1.5rem;
line-height: 2rem;
}
}
.tagline {
margin-bottom: 1rem;
font-size: 1.25rem;
line-height: 1.75rem;
font-style: italic;
}
@media (min-width: 1024px) {
.tagline {
font-size: 1.5rem;
line-height: 2rem;
}
}
.slider-title {
display: inline-flex;
align-items: center;