酒店选项内容修改,增加价格

master
candice 1 month ago
parent 5b38d54007
commit 0251a8a6ae

@ -137,27 +137,44 @@
<div class="requiredArea" style="margin-top:-10px;">Please select your hotel style.</div>
</div>
<div class="hotel_group">
<input type="radio" value="Luxury (5 stars & up)" id="Luxury" name="hotel">
<input type="radio" value="Luxury & Beyond US$400+" id="Luxury" name="hotel">
<label for="Luxury" class="hotel_pick">
Luxury <em>(5 stars & up)</em>
Luxury &amp; Beyond
<em>US$400+</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Handpicked Comfort (4-5 stars)" id="Handpicked" name="hotel">
<input type="radio" value="Deluxe Hotels US$200+" id="Deluxe" name="hotel">
<label for="Deluxe" class="hotel_pick">
Deluxe Hotels
<em>US$200+</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Boutique Stays US$100-300" id="Boutique" name="hotel">
<label for="Boutique" class="hotel_pick">
Boutique Stays
<em>US$100-300</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Handpicked Comfort US$100-200" id="Handpicked" name="hotel">
<label for="Handpicked" class="hotel_pick">
Handpicked Comfort <em>(4-5 stars)</em>
Handpicked Comfort
<em>US$100-200</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Standard (3 stars)" id="Standard" name="hotel">
<label for="Standard" class="hotel_pick">
Standard <em>(3 stars)</em>
<input type="radio" value="Simple & Well-Located US$100" id="Simple" name="hotel">
<label for="Simple" class="hotel_pick">
Simple &amp; Well-Located
<em>US$100</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Self-booking" id="Self" name="hotel">
<label for="Self" class="hotel_pick" style="padding: 20px 3px;">
Self-booking</em>
<input type="radio" value="Book on my own" id="Self" name="hotel">
<label for="Self" class="hotel_pick" style="padding: 21px 3px;">
Book on my own
</label>
</div>
</div>

Loading…
Cancel
Save