From 55873b445ca3ab3f45404e869c3650afb02136c6 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 19 Oct 2023 14:01:15 +0900 Subject: [PATCH 1/3] =?UTF-8?q?2023/10/19=20=EC=A1=B0=EC=A0=95=EC=82=AC?= =?UTF-8?q?=EA=B1=B4=20=EA=B8=B0=EB=A1=9D=20=EC=97=B4=EB=9E=8C=20=EC=8B=A0?= =?UTF-8?q?=EC=B2=AD=20=EA=B4=80=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/kccadrPb/adm/css/content.css | 3 + src/main/webapp/kccadrPb/adm/guide_2023.html | 4 + .../adm/history_read_ask_detail_post.html | 118 ++++ .../adm/history_read_ask_detail_visit.html | 117 ++++ .../kccadrPb/adm/history_read_ask_list.html | 226 +++++++ src/main/webapp/kccadrPb/adm/popup_fee03.html | 48 ++ src/main/webapp/kccadrPb/adm/popup_rej.html | 44 ++ src/main/webapp/kccadrPb/usr/css/content.css | 10 +- src/main/webapp/kccadrPb/usr/guide2022.html | 7 +- .../webapp/kccadrPb/usr/history_read_ask.html | 585 ++++++++++++++++++ .../kccadrPb/usr/history_read_ask_list.html | 570 +++++++++++++++++ .../usr/history_read_detail_post.html | 438 +++++++++++++ .../usr/history_read_detail_visit.html | 373 +++++++++++ 13 files changed, 2539 insertions(+), 4 deletions(-) create mode 100644 src/main/webapp/kccadrPb/adm/history_read_ask_detail_post.html create mode 100644 src/main/webapp/kccadrPb/adm/history_read_ask_detail_visit.html create mode 100644 src/main/webapp/kccadrPb/adm/history_read_ask_list.html create mode 100644 src/main/webapp/kccadrPb/adm/popup_fee03.html create mode 100644 src/main/webapp/kccadrPb/adm/popup_rej.html create mode 100644 src/main/webapp/kccadrPb/usr/history_read_ask.html create mode 100644 src/main/webapp/kccadrPb/usr/history_read_ask_list.html create mode 100644 src/main/webapp/kccadrPb/usr/history_read_detail_post.html create mode 100644 src/main/webapp/kccadrPb/usr/history_read_detail_visit.html diff --git a/src/main/webapp/kccadrPb/adm/css/content.css b/src/main/webapp/kccadrPb/adm/css/content.css index 7c735fe0..8e2de5ac 100644 --- a/src/main/webapp/kccadrPb/adm/css/content.css +++ b/src/main/webapp/kccadrPb/adm/css/content.css @@ -169,6 +169,9 @@ p+.list_util{width: auto;} .btnType07 {height:46px;padding:0 15px;font-size:18px;font-weight:400;color:#555;border:1px solid #555;border-radius:5px;transition:all 0.1s linear;} .btnType07:hover {background:#fafafa;} .btnType08 {display:inline-block;width:95px;height:33px;padding:0 10px;font-size:15px;line-height:30px;text-align:left;color:#666;border:1px solid #d5d5d5;background:url(/kccadrPb/adm/image/icon_btnType08.png) no-repeat right center;border-radius:5px;box-sizing:border-box;} +.btnType09{min-width: 80px; height: 46px; padding: 0 12px; font-size: 18px; font-weight: 400; background-color: #fdeded; color: #e40000; border:1px solid #e40000; border-radius: 5px; transition: all 0.1s linear;} +.btnType09:hover{background-color: #e40000; color: #fff; transition: all 0.1s linear;} + p+.sortBtn{display:inline-block;border:0;width:14px;height:100%;background:url(/kccadrPb/adm/image/sort_btn_img.png) no-repeat right center;margin: 0 0 0 4px;} p+button.sortBtn{height:8px;} diff --git a/src/main/webapp/kccadrPb/adm/guide_2023.html b/src/main/webapp/kccadrPb/adm/guide_2023.html index 1bd037ca..7b7a4c2c 100644 --- a/src/main/webapp/kccadrPb/adm/guide_2023.html +++ b/src/main/webapp/kccadrPb/adm/guide_2023.html @@ -52,6 +52,10 @@ -->