Merge branch 'master' into 5175_마이페이지_및_결제
This commit is contained in:
commit
262f7730a2
@ -1050,6 +1050,8 @@
|
||||
.template_choice_popup .kakao_template_list{display:flex;flex-wrap:wrap;gap:30px 16px;margin:20px 0;}
|
||||
/* .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;} */
|
||||
.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;}
|
||||
.template_choice_popup .kakao_template_list li.template_none{width:100%;text-align:center;box-shadow:none;}
|
||||
.template_choice_popup .kakao_template_list li.template_none::after{display:none;}
|
||||
.template_choice_popup .kakao_template_list li:nth-child(3n){margin: 0 0 0 0;}
|
||||
.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;}
|
||||
.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;}
|
||||
|
||||
@ -785,6 +785,7 @@
|
||||
<textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea>
|
||||
|
||||
<div class="text_length">
|
||||
<div class="deny_txt"><p>무료거부 0808800858</p> </div>
|
||||
<div name="afterDeny">
|
||||
<p>
|
||||
<span class="fwMd" id="msgLeng">0 /
|
||||
@ -820,6 +821,7 @@
|
||||
</div>
|
||||
<textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea>
|
||||
<div class="text_length">
|
||||
<div class="deny_txt"><p>무료거부 0808800858</p> </div>
|
||||
<div name="afterDeny">
|
||||
<p>
|
||||
<span class="fwMd" id="msgLeng">0 /
|
||||
@ -877,6 +879,7 @@
|
||||
</div>
|
||||
<textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea>
|
||||
<div class="text_length">
|
||||
<div class="deny_txt"><p>무료거부 0808800858</p> </div>
|
||||
<div name="afterDeny">
|
||||
<p>
|
||||
<span class="fwMd" id="msgLeng">0 /
|
||||
|
||||
@ -42,6 +42,7 @@
|
||||
</div>
|
||||
<div class="template_list">
|
||||
<ul class="kakao_template_list thumbnail_list">
|
||||
<li class="template_none">등록된 템플릿이 없습니다.</li>
|
||||
<li>
|
||||
<div class="kakao_template_wrap">
|
||||
<div class="template_cont">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user