From 6e5ddd5238dbeb5a4d921fef4feb54aae4e8a34b Mon Sep 17 00:00:00 2001 From: kmg Date: Tue, 6 Feb 2024 11:14:49 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/06=2020=EA=B1=B4=20=EB=AC=B8=EC=9E=90?= =?UTF-8?q?=20enter=ED=82=A4=20=EB=B0=9C=EC=86=A1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp | 5 +++-- src/main/webapp/publish/css/content.css | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp index 4556b489..942ca9e4 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp @@ -15,7 +15,7 @@ /* .send_top .send_right .phone_bottom{display:flex;align-items:center;} */ .send_top .send_right .send_rev{margin:0 !important;} .send_top .send_right .phone_bottom{bottom:130px;} -.send_top .send_right .send_rev .send_content{padding:0 !important;;} +.send_top .send_right .send_rev .send_content{padding:0 !important;} <% pageContext.setAttribute("newLineChar", "\r\n"); %> @@ -4515,8 +4515,9 @@ function getMjMsgSentListAll(pageNo) {
-
+ +
날짜 : diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index e667afa4..e1d7d057 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -532,7 +532,7 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email /* 문자 예약 */ .send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;} -.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0;} +.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0; position:relative;} .send_top .send_right .send_rev .rev_selected {background-color: #f5f5f5;padding: 15px 0 15px 10px;border: 1px solid #d6d8da;border-radius: 10px;} .send_top .send_right .send_rev .rev_radio input[type="radio"]+label {color: #555;margin-right: 8px;} .send_top .send_right .send_rev select+label {color: #555;font-weight: 300; font-size: 14px;} @@ -554,6 +554,8 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email .send_top .send_right .send_rev .send_content .rev_radio ul li input[type=radio] + label {vertical-align:top;} .send_top .send_right .send_rev .send_content .send_btn {display:flex;width:245px;justify-content:space-between;} .send_top .send_right .send_rev .send_content .send_btn button {width:calc(100%/2 - 4px);height:60px;} +.send_top .send_right .send_rev .use_enter {position:absolute; padding:3px 0 0 65px; display:flex;align-items:center;} +.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;} /* sub1 엑셀 문자(대량 전송) */ .send_top .get_excel .send_right .phone {height: 93%; position: absolute; top: 0; right: 0;}