1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user