client_welcome.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns:th="http://www.thymeleaf.org">
  3. <head>
  4. <script th:replace="common/head::static"></script>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <title>泰和云HIS</title>
  9. <!-- CSS -->
  10. <!--<link rel="stylesheet" th:href="@{~/css/roboto.css}"/>-->
  11. <link rel="stylesheet" href="/thmz/css/font-awesome/css/font-awesome.min.css">
  12. <link rel="stylesheet" href="/thmz/css/form-elements.css">
  13. <link rel="stylesheet" href="/thmz/css/font-awesome/css/style.css">
  14. <link rel="shortcut icon" type="image/x-icon" href="/thmz/images/hospital.png" />
  15. <!-- Favicon and touch icons -->
  16. <!-- <link rel="shortcut icon" type="image/x-icon" href="@{~/ico/favicon.png">-->
  17. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/thmz/ico/apple-touch-icon-144-precomposed.png">
  18. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/thmz/ico/apple-touch-icon-114-precomposed.png">
  19. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/thmz/ico/apple-touch-icon-72-precomposed.png">
  20. <link rel="apple-touch-icon-precomposed" href="/thmz/ico/apple-touch-icon-57-precomposed.png">
  21. <script src="/thmz/js/dependent/jquery.backstretch.min.js"></script>
  22. <script src="/thmz/js/mz/client_welcome.js"></script>
  23. <title>打开评价器欢迎页面</title>
  24. </head>
  25. <body>
  26. <!--<div class="col-sm-12 col-sm-12 col-xs-12">-->
  27. <!--<img src="../../thmz/images/taihe-logo.png" style="height: 100px;background-color: white;float: left;margin-top: 20px;margin-left: 20px;" >-->
  28. <!--<h2 style="margin-top: 45px;text-align: left;padding-left: 250px;font-weight: 500;color: white;font-family: SimSun;">用心服务 用爱沟通</h2>-->
  29. <!--</div>-->
  30. <div class="col-sm-12 col-sm-12 col-xs-12">
  31. <img src="../../thmz/images/taihe-logo3.png" style="height: 100px;width:100px;float: left;margin-top: 20px;margin-left: 20px;border-radius: 50px;" >
  32. <h2 style="margin-top: 45px;text-align: left;padding-left: 130px;font-weight: 500;color: white;font-family: SimSun;">用心服务 用爱沟通</h2>
  33. </div>
  34. <div class="col-sm-12 col-sm-12 col-xs-12" style="position: absolute;bottom: 10px;right: 10px;">
  35. <h2 style="text-align: right;font-weight: 500;color: white;font-family: SimSun;/*text-shadow: 3px 3px 5px white; */">自强不息 厚德载物</h2>
  36. </div>
  37. </body>
  38. </html>