[260218]
- 카드 깜빡임 보완 - 모달 상태, 가격 표시 방법 수정
This commit is contained in:
10
index.html
10
index.html
@@ -248,9 +248,9 @@
|
||||
<span id="modal-custom-tag" class="inline-flex shrink-0 px-2 py-0.5 sm:px-2.5 sm:py-1 rounded-md sm:rounded-lg text-[10px] sm:text-[11px] md:text-xs font-bold uppercase tracking-wider whitespace-nowrap"></span>
|
||||
</div>
|
||||
<!-- Title: 중간 사이즈까지 단계별 크기 + 자연스러운 줄바꿈 -->
|
||||
<h1 id="modal-title" class="text-[#111418] dark:text-white text-lg sm:text-xl md:text-2xl lg:text-3xl font-black leading-tight tracking-tight mb-2 wrap-break-word hyphens-auto break-keep">Sony WH-1000XM5 Noise Canceling Headphones</h1>
|
||||
<h1 id="modal-title" class="text-[#111418] dark:text-white text-lg sm:text-xl md:text-2xl lg:text-3xl font-black leading-tight tracking-tight mb-2 wrap-break-word hyphens-auto break-keep">product</h1>
|
||||
<!-- Price: 중간 사이즈 대응 -->
|
||||
<p id="modal-price" class="text-[#111418] dark:text-white text-xl sm:text-2xl md:text-3xl lg:text-4xl font-bold mb-6 sm:mb-8">₩320,000</p>
|
||||
<!-- <p id="modal-price" class="text-[#111418] dark:text-white text-xl sm:text-2xl md:text-3xl lg:text-4xl font-bold mb-6 sm:mb-8">₩320,000</p> -->
|
||||
<!-- Spec List: 라벨/값 줄바꿈 정리 -->
|
||||
<div class="space-y-0 mb-6 sm:mb-8">
|
||||
<div id="modal-date-row" class="flex items-center justify-between gap-3 py-3 sm:py-4 border-t border-gray-100 dark:border-gray-800">
|
||||
@@ -267,6 +267,12 @@
|
||||
<span id="modal-condition" class="text-[#111418] dark:text-white text-xs sm:text-sm font-semibold text-right wrap-break-word"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start sm:items-center justify-between gap-3 py-3 sm:py-4 border-t border-gray-100 dark:border-gray-800">
|
||||
<span class="shrink-0 text-gray-500 dark:text-gray-400 text-xs sm:text-sm font-medium uppercase tracking-tight">판매가</span>
|
||||
<div id="modal-price-row" class="flex items-center justify-end gap-1.5 min-w-0">
|
||||
<span id="modal-price" class="text-[#111418] dark:text-white text-xs sm:text-sm font-semibold text-right wrap-break-word"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Description -->
|
||||
<div class="mb-6">
|
||||
|
||||
Reference in New Issue
Block a user