From 8dab5dcc62323a75a1d4de6394c42d88df8f25f8 Mon Sep 17 00:00:00 2001 From: kmg Date: Wed, 27 Dec 2023 17:25:04 +0900 Subject: [PATCH] =?UTF-8?q?2023/12/27=20=ED=9B=84=EB=B6=88=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=20=EC=9A=94=EA=B8=88=20=EC=83=81=EC=84=B8=EB=82=B4?= =?UTF-8?q?=EC=97=AD=20=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/content.css | 15 + src/main/webapp/publish/guide_2022.html | 1 + .../publish/images/content/history_icon4.png | Bin 0 -> 3979 bytes src/main/webapp/publish/index_2023.html | 17 +- src/main/webapp/publish/payment6.html | 589 ++++++++++++++++++ 5 files changed, 619 insertions(+), 3 deletions(-) create mode 100644 src/main/webapp/publish/images/content/history_icon4.png create mode 100644 src/main/webapp/publish/payment6.html diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 3c6878dc..eb0d3f87 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -1050,6 +1050,21 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .hisroy_price .hisroy_price_in>div>p:first-child {float: left;} .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>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;} +.hisroy_price .hisroy_defprice_in:nth-child(2) i {background-image: url(/publish/images/content/history_icon2.png); width: 26px; height: 24px; margin: 0 10px 2px 0;} +.hisroy_price .hisroy_defprice_in:nth-child(3) i {background-image: url(/publish/images/content/history_icon4.png); width: 22px; height: 24px; margin: 0 10px 2px 0;} +.hisroy_price .hisroy_defprice_in:nth-child(4) i {background-image: url(/publish/images/content/history_icon3.png); width: 21px; height: 21px; margin: 0 10px 2px 0;} +.hisroy_price .hisroy_defprice_in>div {background-color: #fff; height: 50px; padding: 0 20px; border-radius: 5px; line-height: 50px; box-sizing: border-box;} +.hisroy_price .hisroy_defprice_in>div:last-child {margin-top: 10px;} +.hisroy_price .hisroy_defprice_in>div>p {font-size: 17px; font-weight: 300;} +.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;} + .history_details .tType1_title{margin: 0;} .history_details .tType1_title img{margin: -4px 0 0 0;} .history_details .details_wrap{width: 100%; background-color: #f2f2f2; border-radius: 5px; padding: 15px 20px 15px 20px; box-sizing: border-box;} diff --git a/src/main/webapp/publish/guide_2022.html b/src/main/webapp/publish/guide_2022.html index 7bf04e8f..db7d4962 100644 --- a/src/main/webapp/publish/guide_2022.html +++ b/src/main/webapp/publish/guide_2022.html @@ -18,6 +18,7 @@