郑州第一人民医院UI

widgets.html 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <title>首页</title>
  8. <!--[if lt IE 10]>
  9. <script>
  10. window.location.href = './ieTips.html';
  11. </script>
  12. <![endif]-->
  13. <link rel="stylesheet" href="css/animate.min.css" />
  14. <link rel="stylesheet" href="css/bootstrap.min.css" />
  15. <style>
  16. .home_page {
  17. width: 298px;
  18. margin: 20% auto 0 auto;
  19. text-align: center;
  20. color: #333333;
  21. }
  22. .home_page img {
  23. width: 298px;
  24. height: 94px;
  25. }
  26. .home_page h1 {
  27. font-size: 14px;
  28. margin-top: 26px;
  29. margin-bottom: 18px;
  30. }
  31. .home_page p {
  32. font-size: 12px;
  33. padding: 0;
  34. margin: 0;
  35. }
  36. .home_page p a {
  37. color: #249fea;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <div class="container animated fadeInRight">
  43. <div class="home_page">
  44. <img src="img/hom_page_img.png" alt="图片" />
  45. <h1>郑州市第一人民医院</h1>
  46. <!--<p>
  47. 联系我们请咨询
  48. &nbsp;&nbsp;<a href="javascript:;">在线客服</a>&nbsp;&nbsp;
  49. 或致电
  50. <a href="javascript:;">400-555-9999</a>
  51. </p>-->
  52. </div>
  53. </div>
  54. </body>
  55. </html>