添加酒店选项

hotfix/paypal-note
candice 2 years ago
parent 266275fbac
commit 8e805a4fab

@ -141,7 +141,32 @@ margin-bottom: -25px;
</div>
<div class="selectionBlock">
<p style=" text-align: left; font-weight: 400; padding-bottom: 0;">
What's your hotel choice?
</p>
<div id="group_error_msg" style="display: none">
<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">
<label for="Luxury" class="hotel_pick">
Luxury <em>(5 stars & up)</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Handpicked Comfort (4-5 stars)" id="Handpicked" name="hotel">
<label for="Handpicked" class="hotel_pick">
Handpicked Comfort <em>(4-5 stars)</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>
</label>
</div>
</div>
<p>
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-name.png">

Loading…
Cancel
Save