2024/02/07 엔터키 위치 변경 및 css 수정
@9014abfc26f57381046a6e90ace24a3aab24c7a2
--- src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
... | ... | @@ -4538,6 +4538,11 @@ |
| 4538 | 4538 |
<button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button> |
| 4539 | 4539 |
</div> |
| 4540 | 4540 |
</div> |
| 4541 |
+ <!-- 엔터키로 발송 체크박스 --> |
|
| 4542 |
+ <div class="use_enter"> |
|
| 4543 |
+ <input type="checkbox" id="enterChk" name="enterChk"> |
|
| 4544 |
+ <label for="enterChk">Enter키로 발송하기</label><!-- 예약일땐 'Enter키로 예약하기'로 변경부탁드려요 --> |
|
| 4545 |
+ </div> |
|
| 4541 | 4546 |
<div class="rev_selected"> |
| 4542 | 4547 |
<div class="rev_top"> |
| 4543 | 4548 |
<span>날짜 :</span> |
... | ... | @@ -4592,11 +4597,6 @@ |
| 4592 | 4597 |
<label for="divideTime">간격</label> |
| 4593 | 4598 |
</div> --> |
| 4594 | 4599 |
</div> |
| 4595 |
- <!-- 엔터키로 발송 체크박스 --> |
|
| 4596 |
- <div class="use_enter"> |
|
| 4597 |
- <input type="checkbox" id="enterChk" name="enterChk"> |
|
| 4598 |
- <label for="enterChk">Enter키로 발송하기</label> |
|
| 4599 |
- </div> |
|
| 4600 | 4600 |
</div> |
| 4601 | 4601 |
</div> |
| 4602 | 4602 |
</div> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -520,7 +520,7 @@ |
| 520 | 520 |
.preview_auto p {word-break: break-all;}
|
| 521 | 521 |
.preview_auto .none_txt {color: #999; font-weight: 300;}
|
| 522 | 522 |
/* 핸드폰 안에 내용 길어져서 스크롤 생길 때 */ |
| 523 |
-.send_top .send_right .phone .addText {color: #002c9a;text-align: center; font-size: 14px; padding-top: 10px;}
|
|
| 523 |
+.send_top .send_right .phone .addText {color: #002c9a;text-align: center; font-size: 14px; padding-top: 10px; margin:0 0 10px 0;}
|
|
| 524 | 524 |
|
| 525 | 525 |
/* 그림 문자 */ |
| 526 | 526 |
.send_top .send_right .phone .text_length2 .photo_msg_num {margin-left: 3px; float: left;}
|
... | ... | @@ -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; position:relative;}
|
|
| 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,7 +554,7 @@ |
| 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;}
|
|
| 557 |
+.send_top .send_right .send_rev .use_enter {/*position:absolute;*/ padding:3px 0 8px 65px; display:flex;align-items:center;}
|
|
| 558 | 558 |
.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;}
|
| 559 | 559 |
|
| 560 | 560 |
/* sub1 엑셀 문자(대량 전송) */ |
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?