--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
... | ... | @@ -4160,6 +4160,13 @@ |
| 4160 | 4160 |
</div> |
| 4161 | 4161 |
</div> |
| 4162 | 4162 |
<p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p> |
| 4163 |
+ <div class="preview_util"> |
|
| 4164 |
+ <button type="button"><img src="/publish/images/content/page_first.png"></button> |
|
| 4165 |
+ <button type="button"><img src="/publish/images/content/page_prev.png"></button> |
|
| 4166 |
+ <p>미리보기</p> |
|
| 4167 |
+ <button type="button"><img src="/publish/images/content/page_next.png"></button> |
|
| 4168 |
+ <button type="button"><img src="/publish/images/content/page_last.png"></button> |
|
| 4169 |
+ </div> |
|
| 4163 | 4170 |
</div> |
| 4164 | 4171 |
<div class="phone_bottom"> |
| 4165 | 4172 |
<div class="send_rev"> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -534,6 +534,11 @@ |
| 534 | 534 |
.preview_auto .none_txt {color: #999; font-weight: 300;}
|
| 535 | 535 |
/* 핸드폰 안에 내용 길어져서 스크롤 생길 때 */ |
| 536 | 536 |
.send_top .send_right .phone .addText {color: #002c9a;text-align: center; font-size: 14px; padding-top: 10px; margin:0 0 10px 0;}
|
| 537 |
+.send_top .send_right .preview_util{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d5d5d5;margin:20px 0 0 0;padding:0 0 20px 0;}
|
|
| 538 |
+.send_top .send_right .preview_util>*{margin:0 2px;}
|
|
| 539 |
+.send_top .send_right .preview_util button{width:32px;height:32px;border-radius:5px;border:1px solid #d5d5d5;background:#F5f5f5;}
|
|
| 540 |
+.send_top .send_right .preview_util button img{margin:-2.5px 0 0 0;}
|
|
| 541 |
+.send_top .send_right .preview_util p{margin:0 20px;font-weight:500;}
|
|
| 537 | 542 |
|
| 538 | 543 |
/* 그림 문자 */ |
| 539 | 544 |
.send_top .send_right .phone .text_length2 .photo_msg_num {margin-left: 3px; float: left;}
|
... | ... | @@ -544,7 +549,8 @@ |
| 544 | 549 |
/* .send_top .send_right .phone .text_preview .preiew_img .img_box.on_scroll_img {max-width: 95% !important; margin-right: 15px;} */
|
| 545 | 550 |
|
| 546 | 551 |
/* 문자 예약 */ |
| 547 |
-.send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;}
|
|
| 552 |
+/* .send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;} */
|
|
| 553 |
+.send_top .send_right .phone_bottom {position: absolute; bottom: 37px; left: 0;}
|
|
| 548 | 554 |
.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0; /*position:relative;*/}
|
| 549 | 555 |
.send_top .send_right .send_rev .rev_selected {background-color: #f5f5f5;padding: 15px 0 15px 10px;border: 1px solid #d6d8da;border-radius: 10px;}
|
| 550 | 556 |
.send_top .send_right .send_rev .rev_radio input[type="radio"]+label {color: #555;margin-right: 8px;}
|
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?