|
@@ -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>
|