From 77e3dc17aa46c35ec2fc19f429da64436c7b67a4 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Jan 2025 09:55:28 +0900 Subject: [PATCH] =?UTF-8?q?25/01/02=20=ED=8C=9D=EC=97=85=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp | 6 +++--- src/main/webapp/kofair_case_seed/usr/style/index.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 391d475a..e336d26a 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -378,7 +378,7 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) { position: fixed; /* 화면에 고정 */ left: 0; /* 초기 위치 설정 */ top: 50%; /* 화면 중앙에 위치 */ - min-width: 300px; /* 팝업 너비 */ + min-width: 400px; /* 팝업 너비 */ height: auto; /* 높이를 내용에 맞게 자동 조정 */ border: 1px solid #e5e5e5; background-color: #f4f5f6; @@ -386,8 +386,8 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) { z-index: 1000; /* 다른 요소들 위에 표시되도록 설정 */ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 그림자 효과 */ } - .popup_wrap{position:fixed;width:100%;height:100%;padding:30px;left:0;top:0;z-index:999;} - .pop-conts{display:flex;background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;} + .popup_wrap{position:fixed;padding:100px 30px;left:0;top:0;z-index:10;} + .pop-conts{display:flex;background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;padding:20px 0;} .btn-r{display:flex;height:45px;padding:0 15px;justify-content:space-between;align-items:center;} .today_close{display:flex;font-size:1.5rem;color:#222;gap:6px;} .today_close [type="checkbox"]{width:16px;height:16px;} diff --git a/src/main/webapp/kofair_case_seed/usr/style/index.css b/src/main/webapp/kofair_case_seed/usr/style/index.css index ef142f88..5888a394 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/index.css +++ b/src/main/webapp/kofair_case_seed/usr/style/index.css @@ -143,7 +143,7 @@ .news_content .title{font-size:2.7rem;font-weight:bold;color:#333;line-height:1.2;margin:0 0 20px 0;} .news_content .title span{display:block;width:100%;margin:15px 0 0 0;font-size:1.9rem;font-weight:400;color:#888;} .news_content .news_list{margin:20px 0 15px 0;} -.news_content a{position:relative;display:inline-block;padding:0 20px 12px 12px;font-size:2.1rem;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;} +.news_content a{position:relative;display:inline-block;max-width:100%;padding:0 20px 12px 12px;font-size:2.1rem;color:#333;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;} .news_content a.new::before{position:absolute;content:"N";font-size:1.6rem;font-weight:900;color:#f96502;right:0;top:3px;} .news_content a::after{position:absolute;content:"";width:4px;height:4px;background:#b4b4b4;left:0;top:12.5px;} .news_content .btn_wrap{margin:10px 0 0 0;gap:5px}