fqa.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>黑龙江昆仑盛和安体检中心</title>
  6. <link rel="stylesheet" type="text/css" href="../style/common.css"></link>
  7. <link rel="stylesheet" type="text/css" href="../style/user.css"></link>
  8. <link rel="icon" href="/images/favicon.ico" type="image/x-icon"/>
  9. <link rel="stylesheet" href="/style/nHeader.css" />
  10. <!--[if lt IE 9]>
  11. <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
  12. <![endif]-->
  13. <!--窗口自适应适配低端IE-->
  14. <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
  15. </head>
  16. <body>
  17. <div class="zskk-box">
  18. <div th:include="/fragments :: header"></div>
  19. <div class="wp">
  20. <div class="main bgFF">
  21. <ul class="subnav l mt20">
  22. <li class="u2"><a href="/mypayedorders">预约体检</a></li>
  23. <li class="u3"><a href="/completedorders">报告查询</a></li>
  24. <li class="u3"><a href="/family/list">家人管理</a></li>
  25. <li class="u6"><a href="/fqa" class="ca">常见问题</a></li>
  26. <li class="u7"><a th:attr="href=${ucweb} + '#/resetPwd'"
  27. target="_blank">修改密码</a></li>
  28. <li class="u8"><a
  29. th:attr="href=${uccenter} + 'login/loginout?redirect=' + ${outredirect}">退出登录</a></li>
  30. </ul>
  31. <div class="l" style="width: 80%;">
  32. <div class="f12 c999 mt20">常见问题:</div>
  33. <table class="tab-1-EEE mt20" th:each="faq : ${faqs}">
  34. <thead>
  35. <tr>
  36. <td th:text="${faq.id} + ':' + ${faq.question} + '?'"></td>
  37. </tr>
  38. </thead>
  39. <tbody>
  40. <tr>
  41. <td th:text="${faq.answer}"></td>
  42. </tr>
  43. </tbody>
  44. </table>
  45. </div>
  46. </div>
  47. </div>
  48. <div th:replace="/fragments :: footer"></div>
  49. </div>
  50. </body>
  51. </html>