Add Kia CSS and update product styles

- Introduced a new CSS file for Kia styles, enhancing the overall design and responsiveness.
- Updated product styles to include new discount display and button styles.
- Adjusted layout for better alignment and visual consistency across different screen sizes.
This commit is contained in:
2025-04-26 19:31:09 +09:00
parent 4e029aac76
commit 0a4ba52a8e
8 changed files with 1568 additions and 4 deletions

View File

@@ -397,7 +397,11 @@
<input type="radio" name="radioBtn" id="radioOne" value="평생이용권 150000">
<label for="radioOne">
<span>평생 이용</span>
<strong>₩ 29,900</strong>
<span>
<span class="discount"><i>₩ 29,900</i></span>
<span class="price"><b class="dc">16%</b><strong>₩ 5,000</strong></span>
</span>
</label>
</div>
</div>
@@ -405,9 +409,9 @@
<div class="priceTotal">
<dl class="total">
<dt>총 결제 금액</dt>
<dd>29,900</dd>
<dd>5,000</dd>
</dl>
<div class="paymentButton oneButton">
<div class="paymentButton oneButtonLine">
<!-- <button class="cartBtn leftBtn"><p>장바구니</p></button> -->
<button class="PurchaseBtn leftBtn"><p>바로구매</p></button>
</div>