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

master
黄文强@HWQ-PC 1 year ago
commit bb83cf650a

@ -399,8 +399,6 @@ select.gender_pick {border: 1px solid #d1d1d1;
information to book all your hotels, transportation, and activities. If the information you information to book all your hotels, transportation, and activities. If the information you
provide is incorrect, you would not be able to board your flight or trains, and therefore provide is incorrect, you would not be able to board your flight or trains, and therefore
reissuing of tickets would be at your expense!</p> reissuing of tickets would be at your expense!</p>
<p>If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide those information to your consultant or keep update after you confirm them.</p>
<div class="traveler_info"> <div class="traveler_info">
<h3 data-header>Primary contact</h3> <h3 data-header>Primary contact</h3>
<div class="selectionBlock"> <div class="selectionBlock">
@ -719,6 +717,8 @@ select.gender_pick {border: 1px solid #d1d1d1;
<p>Your flight information will be forwarded to your guide/driver for airport pick up and drop off. <p>Your flight information will be forwarded to your guide/driver for airport pick up and drop off.
Please ensure the details you provide are correct. You can skip this if your don't need airport Please ensure the details you provide are correct. You can skip this if your don't need airport
transfer service.</p> transfer service.</p>
<p>If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide those information to your consultant or keep update after you confirm them.</p>
<div class="selectionBlock" style="width: 100%;"> <div class="selectionBlock" style="width: 100%;">

@ -399,7 +399,6 @@ select.gender_pick {border: 1px solid #d1d1d1;
information to book all your hotels, transportation, and activities. If the information you information to book all your hotels, transportation, and activities. If the information you
provide is incorrect, you would not be able to board your flight or trains, and therefore provide is incorrect, you would not be able to board your flight or trains, and therefore
reissuing of tickets would be at your expense!</p> reissuing of tickets would be at your expense!</p>
<p>If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide those information to your consultant or keep update after you confirm them.</p>
<div class="traveler_info"> <div class="traveler_info">
<h3 data-header>Primary contact</h3> <h3 data-header>Primary contact</h3>
@ -720,6 +719,7 @@ select.gender_pick {border: 1px solid #d1d1d1;
<p>Your flight information will be forwarded to your guide/driver for airport pick up and drop off. <p>Your flight information will be forwarded to your guide/driver for airport pick up and drop off.
Please ensure the details you provide are correct. You can skip this if your don't need airport Please ensure the details you provide are correct. You can skip this if your don't need airport
transfer service.</p> transfer service.</p>
<p>If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide those information to your consultant or keep update after you confirm them.</p>
<div class="selectionBlock" style="width: 100%;"> <div class="selectionBlock" style="width: 100%;">

@ -400,7 +400,6 @@ select.gender_pick {border: 1px solid #d1d1d1;
information to book all your hotels, transportation, and activities. If the information you information to book all your hotels, transportation, and activities. If the information you
provide is incorrect, you would not be able to board your flight or trains, and therefore provide is incorrect, you would not be able to board your flight or trains, and therefore
reissuing of tickets would be at your expense!</p> reissuing of tickets would be at your expense!</p>
<p>If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide those information to your consultant or keep update after you confirm them.</p>
<div class="traveler_info"> <div class="traveler_info">
<h3 data-header>Primary contact</h3> <h3 data-header>Primary contact</h3>
@ -721,6 +720,7 @@ select.gender_pick {border: 1px solid #d1d1d1;
<p>Your flight information will be forwarded to your guide/driver for airport pick up and drop off. <p>Your flight information will be forwarded to your guide/driver for airport pick up and drop off.
Please ensure the details you provide are correct. You can skip this if your don't need airport Please ensure the details you provide are correct. You can skip this if your don't need airport
transfer service.</p> transfer service.</p>
<p>If you are not yet purchase your airline and insurance, please fill in the TBC in the link and provide those information to your consultant or keep update after you confirm them.</p>
<div class="selectionBlock"> <div class="selectionBlock">

@ -12,9 +12,9 @@
Adults and kids (≥10 years old) Adults and kids (≥10 years old)
</p> </p>
<div class="numberBtn"> <div class="numberBtn">
<input class="minaddBtn reduceadult" id="minusAdult" type="button" value="-"> <input class="minaddBtn reduceadult" id="minusAdult" type="button" value="-" style="width: 50px !important;">
<input class="number" type="text" id="adultNumber" readonly value="1" name="adult"> <input class="number" type="text" id="adultNumber" readonly value="1" name="adult" style="width: 70px !important; text-align: center;">
<input class="minaddBtn addadult" id="plusAdult" type="button" value="+"> <input class="minaddBtn addadult" id="plusAdult" type="button" value="+" style="width: 50px !important;">
</div> </div>
</div> </div>
</div> </div>
@ -471,19 +471,3 @@
}); });
})(document); })(document);
</script> </script>
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/jquery.mailAutoComplete-4.0.min.js"></script>
<style type="text/css">
.emailist{border:1px solid #bdbdbd; border-radius: 4px; background-color:#fff; color:#666; font-size:14px; list-style-type:0; padding:0; margin:0; overflow:hidden;}
.emailist li{ padding: 2px 11px;
cursor: pointer;
font-size: 18px;
text-shadow: none;
color: #000;
}
.emailist .on, .emailist li:hover{background-color:#eee;}
</style>
<script>
$("#email").mailAutoComplete({
email: ['gmail.com','outlook.com','yahoo.com','icloud.com','hotmail.com','live.com','aol.com']
});
</script>

@ -535,7 +535,6 @@ margin-bottom: 10px;
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/flatpickr-4.6.1.min.js"></script> <script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/flatpickr-4.6.1.min.js"></script>
<script> <script>
var selectedExpectedDate = ''; var selectedExpectedDate = '';
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
flatpickr("#starting_date", { flatpickr("#starting_date", {
@ -695,7 +694,7 @@ function validateQuickInquiryForm() {
}); });
}) })
</script> </script>
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/jquery.mailAutoComplete-4.0.min.js"></script>
<style> <style>
.date_select {width: 31% !important;} .date_select {width: 31% !important;}
@media (max-width: 750px){ @media (max-width: 750px){
@ -703,19 +702,3 @@ function validateQuickInquiryForm() {
.date_select label {font-size:17px !important;} .date_select label {font-size:17px !important;}
} }
</style> </style>
<style type="text/css">
.emailist{border:1px solid #bdbdbd; border-radius: 4px; background-color:#fff; color:#666; font-size:14px; list-style-type:0; padding:0; margin:0; overflow:hidden;}
.emailist li{ padding: 2px 11px;
cursor: pointer;
font-size: 18px;
text-shadow: none;
color: #000;
}
.emailist .on, .emailist li:hover{background-color:#eee;}
</style>
<script>
$("#email").mailAutoComplete({
email: ['gmail.com','outlook.com','yahoo.com','icloud.com','hotmail.com','live.com','aol.com']
});
</script>

@ -470,19 +470,3 @@
}); });
})(document); })(document);
</script> </script>
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/jquery.mailAutoComplete-4.0.min.js"></script>
<style type="text/css">
.emailist{border:1px solid #bdbdbd; border-radius: 4px; background-color:#fff; color:#666; font-size:14px; list-style-type:0; padding:0; margin:0; overflow:hidden;}
.emailist li{ padding: 2px 11px;
cursor: pointer;
font-size: 18px;
text-shadow: none;
color: #000;
}
.emailist .on, .emailist li:hover{background-color:#eee;}
</style>
<script>
$("#email").mailAutoComplete({
email: ['gmail.com','outlook.com','yahoo.com','icloud.com','hotmail.com','live.com','aol.com']
});
</script>

@ -574,19 +574,3 @@
return result; return result;
} }
</script> </script>
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/jquery.mailAutoComplete-4.0.min.js"></script>
<style type="text/css">
.emailist{border:1px solid #bdbdbd; border-radius: 4px; background-color:#fff; color:#666; font-size:14px; list-style-type:0; padding:0; margin:0; overflow:hidden;}
.emailist li{ padding: 2px 11px;
cursor: pointer;
font-size: 18px;
text-shadow: none;
color: #000;
}
.emailist .on, .emailist li:hover{background-color:#eee;}
</style>
<script>
$("#email").mailAutoComplete({
email: ['gmail.com','outlook.com','yahoo.com','icloud.com','hotmail.com','live.com','aol.com']
});
</script>

@ -572,19 +572,3 @@
return result; return result;
} }
</script> </script>
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/jquery.mailAutoComplete-4.0.min.js"></script>
<style type="text/css">
.emailist{border:1px solid #bdbdbd; border-radius: 4px; background-color:#fff; color:#666; font-size:14px; list-style-type:0; padding:0; margin:0; overflow:hidden;}
.emailist li{ padding: 2px 11px;
cursor: pointer;
font-size: 18px;
text-shadow: none;
color: #000;
}
.emailist .on, .emailist li:hover{background-color:#eee;}
</style>
<script>
$("#email").mailAutoComplete({
email: ['gmail.com','outlook.com','yahoo.com','icloud.com','hotmail.com','live.com','aol.com']
});
</script>

@ -743,7 +743,7 @@ function validateQuickInquiryForm() {
}); });
}) })
</script> </script>
<script src="https://data.asiahighlights.com/min/?f=/js/jquery-1.8.2.min.js,/js/jquery.mailAutoComplete-4.0.min.js"></script>
<style> <style>
.date_select {width: 31% !important;} .date_select {width: 31% !important;}
@media (max-width: 750px){ @media (max-width: 750px){

Loading…
Cancel
Save