appIntroduce.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <!DOCTYPE html>
  2. <html lang="zh_CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>南方医务通</title>
  6. <meta name="viewport"
  7. content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
  8. <meta name="format-detection" content="telephone=no">
  9. <meta name="apple-mobile-web-app-capable" content="yes">
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  11. <meta http-equiv="pragma" content="no-cache">
  12. <link type="text/css" rel="stylesheet" href="css/icoline.min.css">
  13. <link type="text/css" rel="stylesheet" href="css/comm.min.css">
  14. <link type="text/css" rel="stylesheet" href="css/pages.min.css">
  15. <link type="text/css" rel="stylesheet" href="css/popup.min.css">
  16. <style>
  17. body{
  18. overflow: auto;
  19. }
  20. .body{
  21. background: url(images/bg-app.jpg) no-repeat #f0f1f7;
  22. /*width: 100%;*/
  23. min-height: 100%;
  24. background-size: contain;
  25. padding: 3rem 1.5rem;
  26. margin-top: 50px;
  27. font-size: 0;
  28. }
  29. .body img{
  30. /*float: left;*/
  31. width: 100%;
  32. height: 100%;
  33. }
  34. </style>
  35. </head>
  36. <body>
  37. <header id="header" class="head">
  38. <div class="wrap">
  39. <a href="index.html"><i class="menu_back icon-arrowleft"></i></a>
  40. <div class="title">
  41. <span class="title_d"><p>医务通 APP</p></span>
  42. <div class="clear"></div>
  43. </div>
  44. </div>
  45. </header>
  46. <div class="body">
  47. <img src="images/img-app.jpg" alt="">
  48. <img src="images/img-qrcode.jpg" alt="">
  49. <img src="images/img-appIntroduce-02.jpg" alt="">
  50. <img src="images/img-appIntroduce.jpg" alt="">
  51. </div>
  52. <script type="text/javascript" src="js/asset/zepto.min.js"></script>
  53. </body>
  54. </html>