hotfix/paypal-note
candice 2 years ago
parent c03449a93c
commit cd1c43f34b

@ -2,7 +2,7 @@
<script src="https://data.chinahighlights.com/js/min.php?f=/js/flatpickr-4.6.1.min.js"></script>
<div class="tmbottom">
<h3 style="text-align: center; padding-top: 0;padding-bottom: 0;">Will my route quality for China 72/144-hour visa-free transit?</h3>
<h3 style="text-align: center; padding-top: 0;padding-bottom: 0;">Quick test: will my route qualify for China 72/144-Hour Visa-Free Transit?</h3>
<div class="InquiryBox">
<form action="" method="post" novalidate="" id="qualification_tester_form">
<p >1. I will depart from:</p>
@ -835,7 +835,7 @@
<input type="radio" value="I have Chinese visa refusal stamps in my passport." name="visa_refusal_stamps" id="visa_refusal_stamps_no" class="checkBorder">
<label for="visa_refusal_stamps_no">No</label>
</div>-->
<button class="sendButton" id="take_a_test_button" name="take_a_test_button" type="button" style="width: 100%;">Take a Test</button>
<button class="sendButton" id="take_a_test_button" name="take_a_test_button" type="button" style="width: 100%; margin-top: 70px;">Take a Test</button>
</div>
</form>
<div id="result_box" style="display: none; padding: 0 20px; text-align: left;">
@ -854,14 +854,13 @@
<!-- <li id="error_refusal" style="display: none">You have Chinese visa refusal stamps in your passport.</li>-->
</ul>
</div><p id="tip_box" style="display: none">
</div><p id="tip_box" style="display: none; padding:0 20px;">
<strong >Note:</strong> <br>
Your passport must be valid for more than 3 months at the time of entry into China. <br>
You dont't have Chinese visa refusal stamps in your passport.<br>
Please bring your China hotel reservation in case it is needed at the time of entry into China.
<br>
<br>
<br>
More questions please feel free to <a href="/contactus/">contact us</a>.
</p>
</div>
@ -1147,10 +1146,6 @@ ready(el => {
});
</script>
<style>
.tmbottom {
padding-bottom: 0;
}
.tmbottom p {
font-weight: 400;
font-size: 20px;

Loading…
Cancel
Save