간편결제 CSS 적용
@7675726c68b689fe6a4909e3b89e2ae546a0c0f6
--- src/main/webapp/WEB-INF/jsp/web/event/pay/EventPayViewV2.jsp
+++ src/main/webapp/WEB-INF/jsp/web/event/pay/EventPayViewV2.jsp
... | ... | @@ -808,8 +808,8 @@ |
| 808 | 808 |
</div>--%> |
| 809 | 809 |
<div> |
| 810 | 810 |
<p class="tab_tit">충전수단 선택</p> |
| 811 |
- <ul class="area_tab type03"> |
|
| 812 |
- <li class="btn_charge0 btn_tab active"><button type="button" onclick="TabTypePay(this,'0');"><i></i>간편결제</button></li> |
|
| 811 |
+ <ul class="area_tab"> |
|
| 812 |
+ <li class="btn_charge_simple btn_tab active"><button type="button" onclick="TabTypePay(this,'0');"><i></i>간편결제</button></li> |
|
| 813 | 813 |
<li class="btn_charge1 btn_tab"><button type="button" onclick="TabTypePay(this,'1');"><i></i>신용카드</button></li> |
| 814 | 814 |
<li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'2');" id="btnDdedicatedAccount"><i></i>전용계좌</button></li> |
| 815 | 815 |
<li class="btn_charge5 btn_tab"><button type="button" onclick="TabTypePay(this,'5');"><i></i>즉시이체</button></li> |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayViewV2.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayViewV2.jsp
... | ... | @@ -6,6 +6,10 @@ |
| 6 | 6 |
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> |
| 7 | 7 |
<%@ taglib prefix="ec" uri="/WEB-INF/tld/ecnet_tld.tld"%> |
| 8 | 8 |
|
| 9 |
+<style> |
|
| 10 |
+ .charg_cont .area_tab li{ width: calc((100% - 80px)/5);}
|
|
| 11 |
+</style> |
|
| 12 |
+ |
|
| 9 | 13 |
<!-- KG 모빌리언스 --> |
| 10 | 14 |
<script src="https://mup.mobilians.co.kr/js/ext/ext_inc_comm.js"></script> |
| 11 | 15 |
<script type="text/javascript" src="<c:url value='/js/MJUtill.js'/>"></script> |
... | ... | @@ -639,7 +643,7 @@ |
| 639 | 643 |
<div> |
| 640 | 644 |
<p class="tab_tit">충전수단 선택</p> |
| 641 | 645 |
<ul class="area_tab"> |
| 642 |
- <li class="btn_charge0 btn_tab active"><button type="button" onclick="TabTypePay(this,'0');"><i></i>간편결제</button></li> |
|
| 646 |
+ <li class="btn_charge_simple btn_tab active"><button type="button" onclick="TabTypePay(this,'0');"><i></i>간편결제</button></li> |
|
| 643 | 647 |
<li class="btn_charge1 btn_tab"><button type="button" onclick="TabTypePay(this,'1');"><i></i>신용카드</button></li> |
| 644 | 648 |
<li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'2');" id="btnDdedicatedAccount"><i></i>전용계좌</button></li> |
| 645 | 649 |
<!-- <li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'3');"><i></i>무통장입금</button></li> --> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?