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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user