From 3cd6192d61e6895e555a1e4ee099d0bfde791233 Mon Sep 17 00:00:00 2001
From: kmg
Date: Tue, 9 Jan 2024 15:24:02 +0900
Subject: [PATCH] =?UTF-8?q?2024/01/09=20=ED=9B=84=EB=B6=88=ED=9A=8C?=
=?UTF-8?q?=EC=9B=90=20>=20=EB=8B=B9=EC=9B=94=20=EB=82=A9=EB=B6=80=20?=
=?UTF-8?q?=EC=98=88=EC=83=81=EA=B8=88=EC=95=A1=20=ED=8F=AC=EC=9D=B8?=
=?UTF-8?q?=ED=8A=B8=20=EC=95=88=EB=82=B4=EB=AC=B8=EA=B5=AC=20=EC=B6=94?=
=?UTF-8?q?=EA=B0=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp | 4 ++++
src/main/webapp/publish/css/content.css | 14 ++++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp b/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
index a9f70a21..c3bad9a2 100644
--- a/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
@@ -358,6 +358,10 @@ function fnRevDetailPop03(msgGroupId){
원
+
+ - * 당월 납부 예상 포인트
+ - - 납부 예상금액 결제 시 적립되는 포인트
+
<%-- 현재 회원의 보유잔액(캐시) --%>
diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css
index 2ea86334..67bc9a3e 100644
--- a/src/main/webapp/publish/css/content.css
+++ b/src/main/webapp/publish/css/content.css
@@ -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){