CINXE.COM
客户自助查询中心
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="minimum-scale=1.0, initial-scale=1.0, maximum-scale=1.0,user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="format-detection" content="telephone=no"> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/1.9.0/jquery.min.js" ></script> <script src="/static/index/js/layer/layer.js"></script> <style type="text/css"> body{ font-size: 14px; margin: 0; padding: 0; font-family: '微软雅黑'; color: #1e1e1e; } input{ outline-color: invert ; outline-style: none ; outline-width: 0px ; border: none ; border-style: none ; text-shadow: none ; -webkit-appearance: none ; -webkit-user-select: text ; outline-color: transparent ; box-shadow: none; } .mainbox{ background: #FFFFFF; width: 100%; height: auto; position: relative; min-width: 19rem; max-width: 40rem; overflow: hidden; margin: 0 auto; border-color: #B5A88E; top: 0px; bottom: 0px; } .mainbox-header{ width: 100%; margin-bottom: 20px; } .mainbox-title{ font-size: 18px; font-weight: bold; color: #333333; width: 100%; text-align: center; } .mainbox-item{ width: 100%; text-align: center; } .mainbox-item-input{ width: 260px; height: 40px; line-height: 40px; padding: 4px; background-color: #FFFFFF; border:1px solid #CCCCCC; font-size: 20px; font-weight: bold; color: #333; text-align: center; } .mainbox-item-btn{ width: 260px; height: 40px; line-height: 40px; background-color: #25211e; color: #ebd792; font-size: 16px; text-align: center; border:none; margin-top: 30px; } </style> <title>客户自助查询中心</title> </head> <body> <div class="mainbox"> <div class="mainbox-header"> <img src="/images/stop.png?v=20210813" width="100%" /> </div> <div class="mainbox-title"> 请输入您的手机号码<p>Enter Your Phone Number</p> </div> <form action="/index/search/dosearch.html" method="post" onsubmit="return checkform()" > <input type="hidden" name="x" value="NhjwE626" /> <div class="mainbox-item"> <input type="tel" name="telphone" id="telphone" class="mainbox-item-input" maxlength="11" /> </div> <div class="mainbox-item"> <input type="submit" value="确认查询 / Search" class="mainbox-item-btn" /> </div> <div class="mainbox-item"> <input type="button" value="返回上一页 / Previous Page" class="mainbox-item-btn" onclick="javascript :history.back(-1);" /> </div> </form> </div> <script type="text/javascript"> function checkform(){ if( '' == $.trim($('#telphone').val())){ layer.msg('请输入手机号码/Enter Your Phone Number',{icon:2,time:2500,shade: 0.1}, function(index){ layer.close(index); }); return false; } return true; } </script> </body> </html>