浏览代码

更新 css

SyuanYu 1 年之前
父节点
当前提交
6bf5e3f154
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      layouts/shortcodes/form.html

+ 3 - 3
layouts/shortcodes/form.html

@@ -21,12 +21,12 @@
           聯絡電話 <span class="text-danger">*</span>
         </div>
       </label>
-      <div class="col-md-3 col-lg-4 col-xl-3">
+      <div class="col-sm-4 col-md-3 col-lg-4 col-xl-3">
         <select id="countryCode" class="form-select">
           <option selected>選擇國碼</option>
         </select>
       </div>
-      <div class="col-md-7 col-lg-5 col-xl-7">
+      <div class="col-sm-8 col-md-7 col-lg-5 col-xl-7 mt-3 mt-sm-0">
         <input type="tel" class="form-control" id="phoneCode" placeholder="e.g., 988 888 888" required>
       </div>
     </div>
@@ -107,7 +107,7 @@
             <br>
             <input type="radio" id="otherOption" name="demandValue" value="其他" />
             <label for="otherOption">其他(可自行填寫)</label>
-            <input type="text" id="otherText" />
+            <input type="text" id="otherText" class="w-100" style="border:1px solid #ced4da; border-radius: 3px;" />
           </div>
         </fieldset>
       </div>