Merge branch 'master' into 5175_마이페이지_및_결제
@262f7730a2ebaef5931457e79c6c3fee7250a7c9
--- src/main/webapp/publish/css/popupLayer.css
+++ src/main/webapp/publish/css/popupLayer.css
... | ... | @@ -1050,6 +1050,8 @@ |
| 1050 | 1050 |
.template_choice_popup .kakao_template_list{display:flex;flex-wrap:wrap;gap:30px 16px;margin:20px 0;}
|
| 1051 | 1051 |
/* .template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px; margin: 0 11px 40px 0;} */
|
| 1052 | 1052 |
.template_choice_popup .kakao_template_list li{position: relative; display: inline-block; width: calc((100% - 80px)/3); border-radius: 25px; box-shadow: inset 0 0px 8px rgba(0,0,0,0.2); padding: 8px 8px 16px 8px;}
|
| 1053 |
+.template_choice_popup .kakao_template_list li.template_none{width:100%;text-align:center;box-shadow:none;}
|
|
| 1054 |
+.template_choice_popup .kakao_template_list li.template_none::after{display:none;}
|
|
| 1053 | 1055 |
.template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;}
|
| 1054 | 1056 |
.template_choice_popup .kakao_template_list li::after{position: absolute; content: " "; width: 100%; height: 18px; background: url(/publish/images/kakao_template_cont.png) no-repeat top center; top: 8px;}
|
| 1055 | 1057 |
.template_choice_popup .kakao_template_list .kakao_template_wrap{width: 100%; height: 370px; padding: 30px 0 15px 0; border-radius: 22px 22px 0 0; box-shadow: inset 0 2px 8px rgba(0,0,0,0.2); background: #b6cddd; overflow-y: auto; box-sizing: border-box;}
|
--- src/main/webapp/publish/kakao_friendtalk_send.html
+++ src/main/webapp/publish/kakao_friendtalk_send.html
... | ... | @@ -785,6 +785,7 @@ |
| 785 | 785 |
<textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> |
| 786 | 786 |
|
| 787 | 787 |
<div class="text_length"> |
| 788 |
+ <div class="deny_txt"><p>무료거부 0808800858</p> </div> |
|
| 788 | 789 |
<div name="afterDeny"> |
| 789 | 790 |
<p> |
| 790 | 791 |
<span class="fwMd" id="msgLeng">0 / |
... | ... | @@ -820,6 +821,7 @@ |
| 820 | 821 |
</div> |
| 821 | 822 |
<textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> |
| 822 | 823 |
<div class="text_length"> |
| 824 |
+ <div class="deny_txt"><p>무료거부 0808800858</p> </div> |
|
| 823 | 825 |
<div name="afterDeny"> |
| 824 | 826 |
<p> |
| 825 | 827 |
<span class="fwMd" id="msgLeng">0 / |
... | ... | @@ -877,6 +879,7 @@ |
| 877 | 879 |
</div> |
| 878 | 880 |
<textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> |
| 879 | 881 |
<div class="text_length"> |
| 882 |
+ <div class="deny_txt"><p>무료거부 0808800858</p> </div> |
|
| 880 | 883 |
<div name="afterDeny"> |
| 881 | 884 |
<p> |
| 882 | 885 |
<span class="fwMd" id="msgLeng">0 / |
--- src/main/webapp/publish/popup_friendtalk_template_choice.html
+++ src/main/webapp/publish/popup_friendtalk_template_choice.html
... | ... | @@ -42,6 +42,7 @@ |
| 42 | 42 |
</div> |
| 43 | 43 |
<div class="template_list"> |
| 44 | 44 |
<ul class="kakao_template_list thumbnail_list"> |
| 45 |
+ <li class="template_none">등록된 템플릿이 없습니다.</li> |
|
| 45 | 46 |
<li> |
| 46 | 47 |
<div class="kakao_template_wrap"> |
| 47 | 48 |
<div class="template_cont"> |
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?