시술,이벤트 첨부파일 설명작성

This commit is contained in:
pjs
2026-02-22 23:20:57 +09:00
parent e0a4a9fab8
commit 6c78f1a897
2 changed files with 16 additions and 0 deletions

View File

@@ -153,6 +153,10 @@
</div> </div>
<input type="file" id="file" accept="image/jpeg, image/jpg, image/png" style="display: none;" <input type="file" id="file" accept="image/jpeg, image/jpg, image/png" style="display: none;"
multiple> multiple>
<div class="photo_guide"
style="padding: 10px; margin-top: 10px; background: #f8f9fa; border-radius: 5px; font-size: 13px; color: #555;">
<p style="margin: 0;">※ 권장 사이즈: <strong>800 x 450 px</strong></p>
</div>
<label style="margin-top: 10px; font-size: 13px; font-weight: 700;">썸네일 하단글</label> <label style="margin-top: 10px; font-size: 13px; font-weight: 700;">썸네일 하단글</label>
<textarea id="thumbnailBottomTxt" placeholder="썸네일 하단글을 입력해주세요."></textarea> <textarea id="thumbnailBottomTxt" placeholder="썸네일 하단글을 입력해주세요."></textarea>
@@ -174,6 +178,10 @@
<img id="contentsImg" src="" /> <img id="contentsImg" src="" />
</div> </div>
<input type="file" id="content_file" style="display: none;" placeholder="첨부파일을 입력해주세요." /> <input type="file" id="content_file" style="display: none;" placeholder="첨부파일을 입력해주세요." />
<div class="photo_guide"
style="padding: 10px; margin-top: 10px; background: #f8f9fa; border-radius: 5px; font-size: 13px; color: #555;">
<p style="margin: 0;">※ 권장 사이즈: <strong>2000 x XXXX px</strong></p>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -158,6 +158,10 @@
</div> </div>
<input type="file" id="file" accept="image/jpeg, image/jpg, image/png" style="display: none;" <input type="file" id="file" accept="image/jpeg, image/jpg, image/png" style="display: none;"
multiple> multiple>
<div class="photo_guide"
style="padding: 10px; margin-top: 10px; background: #f8f9fa; border-radius: 5px; font-size: 13px; color: #555;">
<p style="margin: 0;">※ 권장 사이즈: <strong>800 x 450 px</strong></p>
</div>
<label style="margin-top: 10px; font-size: 13px; font-weight: 700;">썸네일 하단글</label> <label style="margin-top: 10px; font-size: 13px; font-weight: 700;">썸네일 하단글</label>
<textarea id="thumbnailBottomTxt" placeholder="썸네일 하단글을 입력해주세요."></textarea> <textarea id="thumbnailBottomTxt" placeholder="썸네일 하단글을 입력해주세요."></textarea>
@@ -179,6 +183,10 @@
<img id="contentsImg" src="" /> <img id="contentsImg" src="" />
</div> </div>
<input type="file" id="content_file" style="display: none;" placeholder="첨부파일을 입력해주세요." /> <input type="file" id="content_file" style="display: none;" placeholder="첨부파일을 입력해주세요." />
<div class="photo_guide"
style="padding: 10px; margin-top: 10px; background: #f8f9fa; border-radius: 5px; font-size: 13px; color: #555;">
<p style="margin: 0;">※ 권장 사이즈: <strong>2000 x XXXX px</strong></p>
</div>
</div> </div>
</div> </div>
</div> </div>