|
@@ -39,11 +39,10 @@
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
|
|
|
- /* 圖片上傳 */
|
|
|
+ /* 上傳 */
|
|
|
.upload-section {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- margin-bottom: 16px;
|
|
|
}
|
|
|
|
|
|
.file-input {
|
|
@@ -337,7 +336,7 @@
|
|
|
<textarea id="newsText" placeholder="Enter news content..." class="text-area"></textarea>
|
|
|
</div>
|
|
|
|
|
|
- <div class="upload-section">
|
|
|
+ <div class="upload-section mb-2">
|
|
|
<label for="fileInput">Select Image <span>(*) mandatory</span> <br><small>選擇圖片</small></label>
|
|
|
<input type="file" id="fileInput" class="file-input" accept="image/*" />
|
|
|
<div id="preview" class="preview"></div>
|
|
@@ -348,7 +347,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 上傳名單 (Excel/CSV) -->
|
|
|
- <div class="upload-section">
|
|
|
+ <div class="upload-section mb-2">
|
|
|
<label for="listInput">Upload List<br><small>上傳名單(Excel / CSV)</small></label>
|
|
|
<input type="file" id="listInput" class="file-input"
|
|
|
accept=".csv,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
|
|
@@ -370,7 +369,7 @@
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
- <div class="d-flex justify-content-center">
|
|
|
+ <div class="d-flex justify-content-center mt-4">
|
|
|
<button type="button" id="submitBtn" class="submit-btn">
|
|
|
<span>Submit <br> 送出</span>
|
|
|
</button>
|