diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index ae8a01f5..ee4f4508 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -1073,7 +1073,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .pay_cont .tType1 button {height: 40px; margin-right: 2px;} .pay_cont .tType1 .btnType17 {font-size: 16px; width: 100px;} .pay_cont .excel_middle {margin: 20px 0 10px 0;} -.pay_cont .excel_middle .selType2 {width: 82px; height: 32px; margin-left: 0;} +.pay_cont .excel_middle .selType2 {/* width: 82px; */height: 32px; margin-left: 0;} +.pay_cont .select_btnWrap{display:flex;justify-content:space-between;align-items:center;} .pay_cont .select_btnWrap .add_text2 {font-size: 16px; padding-top: 7px; color: #666; font-weight: 300;} .pay_cont .select_btnWrap .add_text2 .accountinfo {padding:2px 0 0 10px; color:#21376c; font-weight:400;} .pay_cont .select_btnWrap .add_text2 .accountinfo span {font-size:14px; color:#697593; padding:0 0 0 10px;} @@ -1081,7 +1082,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .pay_cont .excel_middle .level_btn{margin: 0 5px; border: 1px solid #002c9a; color: #002c9a;} .pay_cont .excel_middle .level_btn img{margin-top: -3px;} -.pay_cont .excel_middle .print_btn {margin: 0 5px;} +/* .pay_cont .excel_middle .print_btn {margin: 0 5px;} */ .pay_cont .pay_info {display: flex; justify-content: center; background-color: #efeff0; width: 100%; padding: 16px 0; border-radius: 5px; margin: 20px 0 50px 0; box-sizing: border-box; } .pay_cont .pay_info p:nth-child(1) {font-size: 18px;} .pay_cont .pay_info p:nth-child(2), .pay_cont .pay_info p:nth-child(3) {font-size: 16px; font-weight: 300;} @@ -1131,6 +1132,9 @@ 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;} + +.price_history_cont .tType4 .btnType20{margin:0;} + /*후불회원 요금 사용내역*/ .hisroy_price .hisroy_defprice_in {position:relative; background-color: #f2f2f2; width: calc(100%/4 - 10px); 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';} @@ -1227,13 +1231,20 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .pay_cont .bill_tab p {padding:0 0 0 20px;} .pay_cont .bill_content_wrap .bill_content {display:none;} -.pay3_list td.td_payInfo span{position: relative; margin: 0 8px;} +/* .pay3_list td.td_payInfo span{position: relative; margin: 0 8px;} .pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);} +.pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;} .pay3_list td button{margin-right: 5px; padding: 0 10px; width: auto;} .pay3_list td button:last-child{margin-right: 0;} .pay3_list td button.btnType.btnType20 {display:block;margin:5px auto;} .pay3_list td button.btnType.btnType20:first-child {margin-top:10px;} .pay3_list td button.btnType.btnType20:last-child {margin-bottom:10px;} +.pay3_list td button.btnType.btn_use_status{display:inline-block;margin:0;} */ + +.pay3_list td.td_payInfo span{position: relative; margin: 0 8px;} +.pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);} +.pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;} +.pay3_list td button{width:auto;padding:0 10px;margin:0;} /* 결제하기 */ .charg_cont {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;} diff --git a/src/main/webapp/publish/css/estimate.css b/src/main/webapp/publish/css/estimate.css index a1d37130..65fdf828 100644 --- a/src/main/webapp/publish/css/estimate.css +++ b/src/main/webapp/publish/css/estimate.css @@ -31,6 +31,7 @@ .est_body .cont2 {background-color: #f2f2f2; padding: 0 20px; border: 1px solid #ccc; border-radius: 5px; margin: 13px 0 20px 0; height: 50px; line-height: 50px; box-sizing: border-box;} .est_body .cont2 p:first-child {float: left; font-size: 16px; font-weight: 500;} +.est_body .cont2 p:first-child span{font-size:13px;font-weight:400;color:#666;} .est_body .cont2 p:last-child {float: right; font-size: 13px; font-weight: 300;} .est_body .cont2 p span {font-size: 20px; font-weight: 700;} diff --git a/src/main/webapp/publish/js/content.js b/src/main/webapp/publish/js/content.js index 1bb43796..33c04a56 100644 --- a/src/main/webapp/publish/js/content.js +++ b/src/main/webapp/publish/js/content.js @@ -694,6 +694,9 @@ function TabType2(obj, tabId) { //해시태그 $('.tab_depth4 .tDep2_hashTag a').removeClass('on'); $('.tab_depth4 .tDep2_hashTag a').eq(0).addClass('on'); + + $(".api_guide_con").not($tabCn).removeClass("current"); + $(".api_guide_con").not($tabCn).fadeOut(0); currTabId = tabId; diff --git a/src/main/webapp/publish/payment3.html b/src/main/webapp/publish/payment3.html index 69263d81..e5f1a00a 100644 --- a/src/main/webapp/publish/payment3.html +++ b/src/main/webapp/publish/payment3.html @@ -252,12 +252,13 @@
세금계산서 발행완료
+세금계산서 발행대기
+세금계산서 발행완료
+세금계산서 발행대기