样式细节修改

master
candice 2 years ago
parent 1609cf908b
commit f82f8c95a0

@ -24,7 +24,9 @@
<div class="optionLable" id="ticket_type_elite_december30th" style="display: none">
<input type="radio" value="Elite Ticket" id="elite_december30th" data-price="189" name="ticket_type">
<label for="elite_december30th" style="font-size:18px;">
<strong style="margin-bottom:10px;">Elite Ticket</strong>
<strong style=" margin-bottom: 5px;
display: block;
font-size: 19px;">Elite Ticket</strong>
<div class="selectionMemo" style="line-height: 18px;">
US$189 (6900THB)
<br>
@ -35,7 +37,9 @@
<div class="optionLable" id="ticket_type_elite_december31th">
<input type="radio" value="Elite Ticket" id="elite_december31th" data-price="329" name="ticket_type">
<label for="elite_december31th" style="font-size:18px;">
<strong style="margin-bottom:10px;">Elite Ticket</strong>
<strong style=" margin-bottom: 5px;
display: block;
font-size: 19px;">Elite Ticket</strong>
<div class="selectionMemo" style="line-height: 18px;">
US$329 (11,750 THB)
<br>
@ -46,7 +50,9 @@
<div class="optionLable" id="vip_type_premium_december30th" style="display: none">
<input type="radio" value="Premium Ticket" id="premium_december30th" data-price="139" name="ticket_type">
<label for="premium_december30th" style="font-size:18px;">
<strong style="margin-bottom:10px;">Premium Ticket</strong>
<strong style=" margin-bottom: 5px;
display: block;
font-size: 19px;">Premium Ticket</strong>
<div class="selectionMemo" style="line-height: 18px;">
US$139 (4900THB)
<br>
@ -57,7 +63,9 @@
<div class="optionLable" id="vip_type_premium_december31th">
<input type="radio" value="Premium Ticket" id="premium_december31th" data-price="179" name="ticket_type">
<label for="premium_december31th" style="font-size:18px;">
<strong style="margin-bottom:10px;">Premium Ticket</strong>
<strong style=" margin-bottom: 5px;
display: block;
font-size: 19px;">Premium Ticket</strong>
<div class="selectionMemo" style="line-height: 18px;">
US$179 (6,500 THB)
<br>
@ -68,7 +76,9 @@
<div class="optionLable" id="ticket_type_standard_december30th" style="display: none">
<input type="radio" value="VIP Ticket" id="vip_december30th" data-price="109" name="ticket_type">
<label for="vip_december30th" style="font-size:18px;">
<strong style="margin-bottom:10px;">VIP Ticket</strong>
<strong style=" margin-bottom: 5px;
display: block;
font-size: 19px;">VIP Ticket</strong>
<div class="selectionMemo" style="line-height: 18px;">
US$109 (3900THB)
<br>
@ -79,7 +89,9 @@
<div class="optionLable" id="ticket_type_standard_december31th">
<input type="radio" value="VIP Ticket" checked id="vip_december31th" data-price="139" name="ticket_type">
<label for="vip_december31th" style="font-size:18px;">
<strong style="margin-bottom:10px;">VIP Ticket</strong>
<strong style=" margin-bottom: 5px;
display: block;
font-size: 19px;">VIP Ticket</strong>
<div class="selectionMemo" style="line-height: 18px;">
US$139 (5,000 THB)
<br>
@ -395,7 +407,7 @@
<input name="itinerary" type="hidden" value="<?php echo $information->ic_title; ?>" />
<button class="sendButton" id="submit_ticket_button" name="submit_ticket_form"
type="button">Proceed to Payment</button>
<p><strong>Once we receive your payment, our travel advisor will contact you within 24 hours and send you your e-ticket.</strong></p>
<p style="text-align: center; font-style: italic;"><strong>Once we receive your payment, our travel advisor will contact you within 24 hours and send you your e-ticket.</strong></p>
</form>
</div>
<script>

Loading…
Cancel
Save