Merge branch 'master' of github.com:hainatravel/information-system

master
赵鹏 1 month ago
commit 7c92d9ceec

@ -133,42 +133,50 @@
<p style=" text-align: left; font-weight: 400; padding-bottom: 0;">
* What's your hotel choice?
</p>
<p style="
margin-top: 5px;
font-weight: 300;
text-align: left;
font-size: 17px;
color: #666;
margin-bottom: -10px;
">Price shown is an estimate per room, per night.</p>
<div id="hotel_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 & Beyond US$400+" id="Luxury" name="hotel">
<input type="radio" value="Luxury & Beyond US$400+/night" id="Luxury" name="hotel">
<label for="Luxury" class="hotel_pick">
Luxury &amp; Beyond
<em>US$400+</em>
<em>US$400+/night</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Deluxe Hotels US$200+" id="Deluxe" name="hotel">
<input type="radio" value="Deluxe Hotels US$200+/night" id="Deluxe" name="hotel">
<label for="Deluxe" class="hotel_pick">
Deluxe Hotels
<em>US$200+</em>
<em>US$200+/night</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Boutique Stays US$100-300" id="Boutique" name="hotel">
<input type="radio" value="Boutique Stays US$100-300/night" id="Boutique" name="hotel">
<label for="Boutique" class="hotel_pick">
Boutique Stays
<em>US$100-300</em>
<em>US$100-300/night</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Handpicked Comfort US$100-200" id="Handpicked" name="hotel">
<input type="radio" value="Handpicked Comfort US$100-200/night" id="Handpicked" name="hotel">
<label for="Handpicked" class="hotel_pick">
Handpicked Comfort
<em>US$100-200</em>
<em>US$100-200/night</em>
</label>
</div>
<div class="hotel_group">
<input type="radio" value="Simple & Well-Located US$100" id="Simple" name="hotel">
<input type="radio" value="Simple & Well-Located US$100/night" id="Simple" name="hotel">
<label for="Simple" class="hotel_pick">
Simple &amp; Well-Located
<em>US$100</em>
<em>US$100/night</em>
</label>
</div>
<div class="hotel_group">

@ -368,7 +368,7 @@
</tr>
<tr>
<td>We believe</td>
<td><strong>highlights happen when we get closer.</strong></td>
<td><strong>Highlights happen when we get closer.</strong></td>
</tr>
</tbody>
</table>

@ -379,7 +379,7 @@
</tr>
<tr>
<td>We believe</td>
<td><strong>highlights happen when we get closer.</strong></td>
<td><strong>Highlights happen when we get closer.</strong></td>
</tr>
</tbody>
</table>

@ -137,33 +137,33 @@
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>
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). Price shown is an estimate per room, per night.</p>
<div class="travel_group hotel_pick">
<input type="radio" value="Luxury & Beyond US$1000+" id="Luxury" name="hotel">
<input type="radio" value="Luxury & Beyond US$1000+/night" id="Luxury" name="hotel">
<label for="Luxury" class="family">
Luxury & Beyond
<em>US$1000+</em>
<em>US$1000+/night</em>
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Deluxe Hotels US$350+" id="Deluxe" name="hotel">
<input type="radio" value="Deluxe Hotels US$350+/night" id="Deluxe" name="hotel">
<label for="Deluxe" class="family">
Deluxe Hotels
<em>US$350+</em>
<em>US$350+/night</em>
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Handpicked Comfort US$200-300" id="Handpicked" name="hotel">
<input type="radio" value="Handpicked Comfort US$200-300/night" id="Handpicked" name="hotel">
<label for="Handpicked" class="family">
Handpicked Comfort
<em>US$200-300</em>
<em>US$200-300/night</em>
</label>
</div>
<div class="travel_group hotel_pick">
<input type="radio" value="Simple & Well-Located US$100-200" id="Simple" name="hotel">
<input type="radio" value="Simple & Well-Located US$100-200/night" id="Simple" name="hotel">
<label for="Simple" class="family">
Simple & Well-Located
<em>US$100-200</em>
<em>US$100-200/night</em>
</label>
</div>
<div class="travel_group hotel_pick">

Loading…
Cancel
Save