|
@@ -0,0 +1,41 @@
|
|
|
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
+<head>
|
|
|
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
+<title>黑龙江昆仑盛和安体检中心</title>
|
|
|
+<link rel="stylesheet" type="text/css" href="../style/common.css"></link>
|
|
|
+<link rel="stylesheet" type="text/css" href="../style/user.css"></link>
|
|
|
+<!--[if lt IE 9]>
|
|
|
+<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
|
|
|
+<![endif]--><!--窗口自适应适配低端IE-->
|
|
|
+<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div th:include="/fragments :: header"></div>
|
|
|
+
|
|
|
+ <div class="wp">
|
|
|
+ <div class="main bgFF">
|
|
|
+ <ul class="subnav l mt20">
|
|
|
+ <li class="u2"><a href="/mypayedorders" >预约体检</a></li>
|
|
|
+ <li class="u3"><a href="/completedorders">报告查询</a></li>
|
|
|
+ <li class="u6"><a href="/fqa" class="ca">常见问题</a></li>
|
|
|
+ <li class="u7"><a href="#">修改密码</a></li>
|
|
|
+ <li class="u8"><a href="#">退出登录</a></li>
|
|
|
+ </ul>
|
|
|
+ <div class="l" style="width:80%; ">
|
|
|
+ <div class="f12 c999 mt20">常见问题:</div>
|
|
|
+ <table class="tab-1-EEE mt20" >
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <td>您有任何问题,请拨打400电话,我们有专业的人员为您服务。
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div th:replace="/fragments :: footer"></div>
|
|
|
+</body>
|
|
|
+</html>
|