master
candice 1 year ago
parent d2a84f9fd2
commit a796ef2c8f

@ -55,11 +55,8 @@
<div class="requiredArea" style="margin-top:-10px;">Please select at least one option.</div>
</div>
<p style="font-size: 22px;margin-bottom: 5px; margin-top: 10px;"><strong>Select Ticket Quantity</strong></p>
<p style="font-size: 22px;margin-bottom: 5px; margin-top: 10px;"><strong>Select Ticket Quantity:</strong> Adults and older children (8+ years old)</p>
<div class="peopleSelect" style="width: auto;">
<span class="formMemo">
Adults and older children (8+ years old)
</span>
<div class="numberBtn">
<input class="minaddBtn reduceadult" id='minusButton' type="button" value="-">
<input class="number" id="adultNumberValue" readonly="readonly" type="text" value="1"
@ -72,13 +69,13 @@
<input class="minaddBtn addadult" id='plusButton' type="button" value="+">
</div>
</div>
<div style="lear: both;
<div style="clear: both;
display: inline-block;
border: 3px dashed #d1d1d1;
border-radius: 10px;
padding: 10px 10px 0px 10px;
width: calc(100% - 30px);
background: #fff">
background: #fff;margin-top: 15px; margin-bottom: 20px;">
<p style=" font-size: 19px;
margin-bottom: 5px;
font-style: italic;
@ -371,7 +368,7 @@ background: #fff">
<div id="ticket_contact_errmsg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Please enter your phone number.</div>
</div>
<textarea name="other_travelers_names" placeholder="If booking two or more tickets,please fill in other traveler name(s) here:(per passport, e.g.Smith Sarah Jean)."></textarea>
<textarea name="other_travelers_names" placeholder="If booking two or more tickets, please fill in other traveler name(s) here:(per passport, e.g.Smith Sarah Jean)."></textarea>
<input name="total_price" id="totalPriceHidden" type="hidden" value="10000" />

Loading…
Cancel
Save