userguide.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE HTML>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name ="viewport" content ="width=device-width,initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  6. <style type="text/css">
  7. body{
  8. background: #404040;
  9. padding: 0px;
  10. margin: 0px;
  11. }
  12. ul{
  13. width: 1024px;
  14. margin: 0px auto;
  15. padding: 0px;
  16. max-width: 100%;
  17. background: #404040;
  18. }
  19. li{
  20. list-style: none;
  21. width: 100%;
  22. background: #fff;
  23. text-align: center;
  24. min-height: 450px;
  25. border-top: 1px solid #dcdcdc;
  26. margin-top: 40px;
  27. }
  28. img{
  29. max-width: 100%;
  30. }
  31. @media screen and (max-width: 1024px) {
  32. body{
  33. background: #fff;
  34. }
  35. ul{
  36. width: 100%;
  37. background: #fff;
  38. }
  39. li{
  40. width: 100%;
  41. margin-top: 0px;
  42. }
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <ul>
  48. <li><img src="http://cn-file.17pdf.com/website/userguide/1.jpg" /></li>
  49. <li><img src="http://cn-file.17pdf.com/website/userguide/2.jpg" /></li>
  50. <li><img src="http://cn-file.17pdf.com/website/userguide/3.jpg" /></li>
  51. <li><img src="http://cn-file.17pdf.com/website/userguide/4.jpg" /></li>
  52. <li><img src="http://cn-file.17pdf.com/website/userguide/5.jpg" /></li>
  53. <li><img src="http://cn-file.17pdf.com/website/userguide/6.jpg" /></li>
  54. <li><img src="http://cn-file.17pdf.com/website/userguide/7.jpg" /></li>
  55. <li><img src="http://cn-file.17pdf.com/website/userguide/8.jpg" /></li>
  56. <li><img src="http://cn-file.17pdf.com/website/userguide/9.jpg" /></li>
  57. <li><img src="http://cn-file.17pdf.com/website/userguide/10.jpg" /></li>
  58. <li><img src="http://cn-file.17pdf.com/website/userguide/11.jpg" /></li>
  59. <li><img src="http://cn-file.17pdf.com/website/userguide/12.jpg" /></li>
  60. <li><img src="http://cn-file.17pdf.com/website/userguide/13.jpg" /></li>
  61. <li><img src="http://cn-file.17pdf.com/website/userguide/14.jpg" /></li>
  62. <li><img src="http://cn-file.17pdf.com/website/userguide/15.jpg" /></li>
  63. </ul>
  64. </body>
  65. </html>