12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!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_index.js"></script>
- <title>评价器登录后的首页</title>
- <style>
- body,html {margin:0; height:100%;}
- .gao100{height:100%; background:#EBEBE4;}</style>
- </head>
- <body>
- <div class="col-sm-12 col-sm-12 col-xs-12 gao100">
- <div class="col-sm-3 col-sm-3 col-xs-12">
- sadfsdsdfsadf
- </div>
- <div class="col-sm-9 col-sm-9 col-xs-12">
- asdfsadfdsdf
- </div>
- </div>
- </body>
- </html>
|