--- 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/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?