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> <script src="https://data.chinahighlights.com/js/min.php?f=/js/flatpickr-4.6.1.min.js"></script>
<div class="tmbottom"> <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"> <div class="InquiryBox">
<form action="" method="post" novalidate="" id="qualification_tester_form"> <form action="" method="post" novalidate="" id="qualification_tester_form">
<p >1. I will depart from:</p> <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"> <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> <label for="visa_refusal_stamps_no">No</label>
</div>--> </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> </div>
</form> </form>
<div id="result_box" style="display: none; padding: 0 20px; text-align: left;"> <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>--> <!-- <li id="error_refusal" style="display: none">You have Chinese visa refusal stamps in your passport.</li>-->
</ul> </ul>
</div><p id="tip_box" style="display: none"> </div><p id="tip_box" style="display: none; padding:0 20px;">
<strong >Note:</strong> <br> <strong >Note:</strong> <br>
Your passport must be valid for more than 3 months at the time of entry into China. <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> 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. Please bring your China hotel reservation in case it is needed at the time of entry into China.
<br> <br>
<br> <br>
<br>
More questions please feel free to <a href="/contactus/">contact us</a>. More questions please feel free to <a href="/contactus/">contact us</a>.
</p> </p>
</div> </div>
@ -1147,10 +1146,6 @@ ready(el => {
}); });
</script> </script>
<style> <style>
.tmbottom {
padding-bottom: 0;
}
.tmbottom p { .tmbottom p {
font-weight: 400; font-weight: 400;
font-size: 20px; font-size: 20px;

Loading…
Cancel
Save