From 3a68edcd1b05ed7d5e4a42591ecd180fb00f6995 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 28 Aug 2025 09:53:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=94=EA=B8=88=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EB=82=B4=EC=97=AD=20>=20=EC=B9=9C=EA=B5=AC=ED=86=A1=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/popupLayer.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css index 8bd79e24..334e876c 100644 --- a/src/main/webapp/publish/css/popupLayer.css +++ b/src/main/webapp/publish/css/popupLayer.css @@ -512,8 +512,7 @@ /* 예약관리 */ /* 예약관리 - 문자내용 */ .rev_pop_in input[type="text"] {background-color: #f2f2f2; width: 100%; height: 50px; border-radius: 5px;} -.rev_pop_in input[type="text"]::placeholder {font-size: 17px; color: #222; font-weight: 400 -;} +.rev_pop_in input[type="text"]::placeholder {font-size: 17px; color: #222; font-weight: 400;} .rev_pop_in input[type="text"]-ms-input-placeholder {font-size: 17px; color: #222; font-weight: 400;} .rev_pop_middle {margin:0 0 10px;} .rev_pop_middle span:first-child {float: left; font-size: 16px; font-weight: 300; padding-top: 5px;} @@ -1077,6 +1076,7 @@ .kakao_rev_popup .kakao_wrap .allimtalk_title::after{position: absolute; content: " "; width: 42px; height: 42px; background: url(/publish/images/content/icon_kakao01.png) no-repeat; right: -20px; top: -10px;} .kakao_rev_popup .kakao_wrap .allimtalk_title img{margin: 0 8px 0 0; vertical-align: bottom;} .kakao_rev_popup .kakao_wrap .allimtalk_content{width: calc(100% - 60px);background-color: #fff; border-radius: 0 0 5px 5px; padding: 0 0 10px 0; margin: 0 0 20px 0;} +.kakao_rev_popup .kakao_wrap .friendtalk .allimtalk_content{margin:0;} .kakao_rev_popup .kakao_wrap .allimtalk_content .kakao_image img{width: 100%;} .kakao_rev_popup .kakao_wrap .allimtalk_content p{width: calc(100% - 20px); white-space: normal; word-break: break-all; line-height: 1.4; padding: 0 10px; margin: 0 auto;} .kakao_rev_popup .kakao_wrap .allimtalk_content .template_text,.kakao_rev_popup .kakao_wrap .allimtalk_content .emphasis_title_text{font-size: 16px; font-weight: 500; color: #222;} @@ -1091,6 +1091,15 @@ .kakao_rev_popup .kakao_wrap .allimtalk_content .template_text+.btn_kakao_type{margin-top: 8px;} .kakao_rev_popup .kakao_wrap .allimtalk_content .btn_kakao_channel{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ffea00;} .kakao_rev_popup .kakao_wrap .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;} +.kakao_rev_popup .tab_phone .addText{margin:8px 0 0 0;color:#002c9a;font-size:14px;} + +/* 카카오톡 발송결과, 예약관리 문자내용 보기 - 친구톡 */ +.kakao_rev_popup .kakao_wrap .friendtalk .allimtalk_content{border-radius:5px;} +.kakao_rev_popup .kakao_wrap .friendtalk .kakao_image{border-radius:5px 5px 0 0;overflow:hidden;} +.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt{padding:20px;} +.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt p {margin:0 0 10px 0;font-size: 15px;color:#777;} +.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt .template_text{padding:10px 10px 0 10px;} +.kakao_rev_popup .kakao_wrap .friendtalk .rev_pop_txt p.kakao_block_text{width:calc(100% - 60px);text-align:right;font-size:13px;color:#555;font-weight:300;margin:10px 0 0 0;} /* 카카오테스트발송 팝업 */ .test_sendpop.kakao_rev_popup .kakao_wrap .phone .phoneIn{height: 620px; background-image: url(/publish/images/content/kakaoBg.png);padding: 28px 19px 0 19px;}