酒店选项增加价格

master
candice 1 month ago
parent e9335a4912
commit 13f1550981

@ -129,37 +129,50 @@
</div>
<div class="selectionBlock">
<h4 style="margin-bottom: 0;
margin-top: 10px;
font-size: 1.2rem;">
* What's your hotel choice?
</h4>
<div class="travel_group hotel_pick">
<input type="radio" value="Deluxe (5-star &amp; up)" id="Deluxe" name="hotel">
<label for="Deluxe" class="family">
Deluxe<br> (5-star &amp; up)
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Handpicked comfort (4-star)" id="Handpicked" name="hotel">
<label for="Handpicked" class="family">
Selected comfort<br> (4-star)
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Standard (3-star)" id="Standard" name="hotel">
<label for="Standard" class="family">
Standard <br>(3-star)
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Self-booking" id="Self" name="hotel">
<label for="Self" class="family" style="padding: 19px 0;">
Self-booking
</label>
</div>
</div>
<div class="selectionBlock">
<h4 style="margin-bottom: 0; margin-top: 10px; font-size: 1.2rem;">
* What's your hotel choice?
</h4>
<p style="font-size: 16px;
line-height: 20px;
margin-top: 10px;
color: #666;
margin-bottom: 5px;">Good to know: Hotel prices often rise by 50% - 100% during Cherry Blossom (late Marchearly April) and Christmas/New Year (late December - early January).</p>
<div class="travel_group hotel_pick">
<input type="radio" value="Luxury & Beyond US$1000+" id="Luxury" name="hotel">
<label for="Luxury" class="family">
Luxury & Beyond
<em>US$1000+</em>
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Deluxe Hotels US$350+" id="Deluxe" name="hotel">
<label for="Deluxe" class="family">
Deluxe Hotels
<em>US$350+</em>
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Handpicked Comfort US$200-300" id="Handpicked" name="hotel">
<label for="Handpicked" class="family">
Handpicked Comfort
<em>US$200-300</em>
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Simple & Well-Located US$100-200" id="Simple" name="hotel">
<label for="Simple" class="family">
Simple & Well-Located
<em>US$100-200</em>
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Self-booking" id="Self" name="hotel">
<label for="Self" class="family" style="padding: 19px 0;">
Self-booking
</label>
</div>
</div>
<div class="selectionBlock" style="margin-bottom: 10px;">
<h4 style="margin-bottom: 0;
@ -199,7 +212,6 @@
<select class="country_code" id="expectedMonth" name="expected_month" style="margin-top: 15px;">
<option value="" disabled selected>Select your approximate travel date.</option>
<option value="Feb. 2026">Feb. 2026</option>
<option value="Mar. 2026">Mar. 2026</option>
<option value="Apr. 2026">Apr. 2026</option>
<option value="May. 2026">May. 2026</option>
@ -236,7 +248,7 @@
<option value="Nov. 2028">Nov. 2028</option>
<option value="Dec. 2028">Dec. 2028</option>
<option value="Jan. 2029">Jan. 2029</option>
<option value="Feb. 2029">Feb. 2029</option>
<option value="Feb. 2029">Feb. 2029</option><option value="Mar. 2029">Mar. 2029</option>
</select>
</div>

Loading…
Cancel
Save