2024/02/06 20건 문자 enter키 발송 추가
@6e5ddd5238dbeb5a4d921fef4feb54aae4e8a34b
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 |
/* .send_top .send_right .phone_bottom{display:flex;align-items:center;} */
|
| 16 | 16 |
.send_top .send_right .send_rev{margin:0 !important;}
|
| 17 | 17 |
.send_top .send_right .phone_bottom{bottom:130px;}
|
| 18 |
-.send_top .send_right .send_rev .send_content{padding:0 !important;;}
|
|
| 18 |
+.send_top .send_right .send_rev .send_content{padding:0 !important;}
|
|
| 19 | 19 |
</style> |
| 20 | 20 |
|
| 21 | 21 |
<% pageContext.setAttribute("newLineChar", "\r\n"); %>
|
... | ... | @@ -4515,8 +4515,9 @@ |
| 4515 | 4515 |
<div class="send_btn"> |
| 4516 | 4516 |
<button type="button" class="btnType btnType11" onclick="javascript:fn_sendMsgData(); return false;">발송하기</button> |
| 4517 | 4517 |
<button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button> |
| 4518 |
- </div> |
|
| 4518 |
+ </div> |
|
| 4519 | 4519 |
</div> |
| 4520 |
+ <!-- Enter키로 발송하기 <div class="use_enter"><input type="checkbox" id=""><label for="">Enter키로 발송하기</label></div>--> |
|
| 4520 | 4521 |
<div class="rev_selected"> |
| 4521 | 4522 |
<div class="rev_top"> |
| 4522 | 4523 |
<span>날짜 :</span> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -532,7 +532,7 @@ |
| 532 | 532 |
|
| 533 | 533 |
/* 문자 예약 */ |
| 534 | 534 |
.send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;}
|
| 535 |
-.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0;}
|
|
| 535 |
+.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0; position:relative;}
|
|
| 536 | 536 |
.send_top .send_right .send_rev .rev_selected {background-color: #f5f5f5;padding: 15px 0 15px 10px;border: 1px solid #d6d8da;border-radius: 10px;}
|
| 537 | 537 |
.send_top .send_right .send_rev .rev_radio input[type="radio"]+label {color: #555;margin-right: 8px;}
|
| 538 | 538 |
.send_top .send_right .send_rev select+label {color: #555;font-weight: 300; font-size: 14px;}
|
... | ... | @@ -554,6 +554,8 @@ |
| 554 | 554 |
.send_top .send_right .send_rev .send_content .rev_radio ul li input[type=radio] + label {vertical-align:top;}
|
| 555 | 555 |
.send_top .send_right .send_rev .send_content .send_btn {display:flex;width:245px;justify-content:space-between;}
|
| 556 | 556 |
.send_top .send_right .send_rev .send_content .send_btn button {width:calc(100%/2 - 4px);height:60px;}
|
| 557 |
+.send_top .send_right .send_rev .use_enter {position:absolute; padding:3px 0 0 65px; display:flex;align-items:center;}
|
|
| 558 |
+.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;}
|
|
| 557 | 559 |
|
| 558 | 560 |
/* sub1 엑셀 문자(대량 전송) */ |
| 559 | 561 |
.send_top .get_excel .send_right .phone {height: 93%; position: absolute; top: 0; right: 0;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?