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