更新性别样式

hotfix/paypal-note
Jimmy Liow 2 years ago
parent 3bdc8ba1db
commit d1bc274d6c

@ -47,6 +47,7 @@ class Confirm extends CI_Controller {
$this->load->view($site_code.'/confirm_order', $data);
}
// https://www.chinahighlights.com/secureinfoconfirm/confirm/test/991733/20230314153025/82899713caf652fc5e4cbe76655bdd3f/ah
public function test($COLI_SN = false, $visitor_link = false, $token = false,$site_code='') {
$data = array();
if (empty($COLI_SN)) {

@ -397,11 +397,11 @@ label.gender:hover {
margin-bottom: -30px;
display: inline-block;
width: 100%;">
<input type="radio" name="gender[]" id="genderMs" value="100003" class="tmpick">
<input type="radio" name="gender[]" id="genderMs" value="100003" style="display:none;" class="tmpick">
<label class="gender" for="genderMs" style="width: 120px;">
Ms.</label>
<input type="radio" name="gender[]" id="genderMr" value="100001" class="tmpick">
<input type="radio" name="gender[]" id="genderMr" value="100001" style="display:none;" class="tmpick">
<label class="gender" for="genderMr" style="width: 120px;">
Mr.</label>

Loading…
Cancel
Save