This commit is contained in:
2026-05-01 00:33:39 +08:00
parent 61969c5116
commit fe02603ba1
68 changed files with 4586 additions and 748 deletions

View File

@@ -3933,6 +3933,59 @@ button {
object-fit: cover;
}
.platform-work-detail__cover-nav {
position: absolute;
top: 50%;
z-index: 2;
display: inline-flex;
height: 2.4rem;
width: 2.4rem;
align-items: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.34);
border-radius: 999px;
background: rgba(15, 23, 42, 0.36);
color: #fff;
transform: translateY(-50%);
backdrop-filter: blur(14px);
}
.platform-work-detail__cover-nav--prev {
left: 0.8rem;
}
.platform-work-detail__cover-nav--next {
right: 0.8rem;
}
.platform-work-detail__cover-dots {
position: absolute;
right: 1rem;
bottom: 0.8rem;
left: 1rem;
z-index: 2;
display: flex;
justify-content: center;
gap: 0.38rem;
}
.platform-work-detail__cover-dot {
height: 0.45rem;
width: 0.45rem;
border: 0;
border-radius: 999px;
background: rgba(255, 255, 255, 0.46);
padding: 0;
transition:
background 160ms ease,
width 160ms ease;
}
.platform-work-detail__cover-dot--active {
width: 1.25rem;
background: #fff;
}
.platform-work-detail__cover-fallback {
position: absolute;
inset: 0;