fix. 카드뉴스 border-radius 추가

This commit is contained in:
clkim
2026-02-12 10:31:29 +09:00
parent 78133cbc05
commit 6597da1df0

View File

@@ -80,7 +80,7 @@ const isShowOverlay = computed(() => {
@apply transition-transform duration-300 w-full h-full object-cover; @apply transition-transform duration-300 w-full h-full object-cover;
} }
.card-overlay { .card-overlay {
@apply absolute bottom-0 left-0 w-full pt-[14px] px-[18px] pb-[16px] flex flex-col justify-end border-t border-white/10 bg-black/40 shadow-[0_-10px_10px_0_rgba(0,0,0,0.25)] backdrop-blur-[25px] md:pt-[20px] text-left md:px-[26px] md:pb-[26px]; @apply absolute bottom-0 left-0 w-full pt-[14px] px-[18px] pb-[16px] flex flex-col justify-end border-t border-white/10 bg-black/40 shadow-[0_-10px_10px_0_rgba(0,0,0,0.25)] backdrop-blur-[25px] rounded-b-lg text-left md:pt-[20px] md:px-[26px] md:pb-[26px];
} }
.card-title { .card-title {
@apply text-[14px] leading-[20px] font-medium text-white line-clamp-1 md:text-[18px] md:leading-[26px]; @apply text-[14px] leading-[20px] font-medium text-white line-clamp-1 md:text-[18px] md:leading-[26px];