fix. 썸네일 이미지 디폴트 스타일 수정
This commit is contained in:
@@ -207,10 +207,13 @@ onBeforeUnmount(() => {
|
||||
@apply border-[var(--pagination-active)];
|
||||
}
|
||||
.thumbnail-slide:hover picture,
|
||||
.thumbnail-slide.is-active picture {
|
||||
.thumbnail-slide:hover img,
|
||||
.thumbnail-slide.is-active picture,
|
||||
.thumbnail-slide.is-active img {
|
||||
@apply opacity-100;
|
||||
}
|
||||
.thumbnail-slide picture {
|
||||
.thumbnail-slide picture,
|
||||
.thumbnail-slide img {
|
||||
@apply opacity-50 transition-opacity duration-200 ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ const goToSlide = (index: number) => {
|
||||
|
||||
<style scoped>
|
||||
.splide-pagination {
|
||||
@apply flex items-center absolute bottom-10 left-1/2 -translate-x-1/2 z-[5] md:bottom-[96px];
|
||||
@apply overflow-hidden flex items-center justify-center absolute bottom-10 left-1/2 max-w-full -translate-x-1/2 z-[5] md:bottom-[96px];
|
||||
}
|
||||
.btn-pagination {
|
||||
@apply relative;
|
||||
|
||||
Reference in New Issue
Block a user