2024/01/09 후불회원 > 당월 납부 예상금액 포인트 안내문구 추가
This commit is contained in:
parent
d22035dc85
commit
3cd6192d61
@ -358,6 +358,10 @@ function fnRevDetailPop03(msgGroupId){
|
||||
</span>원
|
||||
</p>
|
||||
</div>
|
||||
<dl>
|
||||
<dt>* 당월 납부 예상 포인트</dt>
|
||||
<dd>- 납부 예상금액 결제 시 적립되는 포인트</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<%-- 현재 회원의 보유잔액(캐시) --%>
|
||||
|
||||
@ -1051,7 +1051,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.hisroy_price .hisroy_price_in>div>p:last-child {float: right;}
|
||||
.hisroy_price .hisroy_price_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}
|
||||
/*후불회원 요금 사용내역*/
|
||||
.hisroy_price .hisroy_defprice_in {background-color: #f2f2f2; width: calc(100%/4 - 20px); padding: 28px 22px; border-radius: 5px; box-sizing: border-box;}
|
||||
.hisroy_price .hisroy_defprice_in {position:relative; background-color: #f2f2f2; width: calc(100%/4 - 20px); padding: 28px 22px 40px 22px; border-radius: 5px; box-sizing: border-box;}
|
||||
.hisroy_price .hisroy_defprice_in>p {font-size: 20px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';}
|
||||
.hisroy_price .hisroy_defprice_in i{background-size: 100%;}
|
||||
.hisroy_price .hisroy_defprice_in:nth-child(1) i {background-image: url(/publish/images/content/history_icon1.png); width: 23px; height: 26px; margin: 0 10px 2px 0;}
|
||||
@ -1064,6 +1064,11 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.hisroy_price .hisroy_defprice_in>div>p:first-child {float: left;}
|
||||
.hisroy_price .hisroy_defprice_in>div>p:last-child {float: right;}
|
||||
.hisroy_price .hisroy_defprice_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}
|
||||
.hisroy_price .hisroy_defprice_in .clearfix{ display: flex; justify-content: space-between; align-items: center; height: 40px; background-color: #fff; padding: 5px 15px; border-radius: 5px; margin: 0 0 10px 0;}
|
||||
.hisroy_price .hisroy_defprice_in .clearfix:last-child{margin: 0 0 0 0; text-align: right;}
|
||||
.hisroy_price .hisroy_defprice_in .clearfix p:nth-child(2n){width: calc(100% - 50px); text-align: right;}
|
||||
.hisroy_price .hisroy_defprice_in dl {position: absolute; font-size:13px; color:#777; padding:0; top:178px;}
|
||||
.hisroy_price .hisroy_defprice_in dl dd {padding:2px 0 0 8px;}
|
||||
|
||||
.history_details .tType1_title{margin: 0;}
|
||||
.history_details .tType1_title img{margin: -4px 0 0 0;}
|
||||
@ -2076,6 +2081,10 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right button{font-size:14px;letter-spacing:-1px;}
|
||||
.sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right .btn_gray.fill{padding:0 5px;}
|
||||
.sub .election .receipt_number_table_wrap+.list_bottom .list_bottom_right .btn_yellow.fill{padding:0 3px;}
|
||||
|
||||
/* 후불회원 요금사용내역*/
|
||||
.hisroy_price .hisroy_defprice_in>p {font-size: 18px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';}
|
||||
.hisroy_price .hisroy_defprice_in>div>p>span {font-size: 18px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1480px){
|
||||
@ -2216,7 +2225,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.kakaotalkset_cont .kakao_wrap .template_category{width: 259px;}
|
||||
|
||||
/* 선거문자 */
|
||||
.sub .election .list_bottom .list_bottom_right button{width:90px;height:30px;font-size:14px;letter-spacing:-1.4px;}
|
||||
.sub .election .list_bottom .list_bottom_right button{width:90px;height:30px;font-size:14px;letter-spacing:-1.4px;}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1300px){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user