device_details.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  7. <meta content="yes" name="apple-mobile-web-app-capable">
  8. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  9. <meta content="telephone=no" name="format-detection">
  10. <title>设备详情</title>
  11. </head>
  12. <link rel="stylesheet" type="text/css" href="./css/style.css">
  13. <body>
  14. <!--头部-->
  15. <div class="header"><a class="comblack" ></a> 设备详情</div>
  16. <!--内容-->
  17. <div class="content">
  18. <div class="contert-top"></div>
  19. <div class="contert-bottom">
  20. <div>
  21. <ul>
  22. <li>报警主机A <span> ></span> <span>正常</span></li>
  23. <li>芙蓉江路 <span> ></span> <span>正常</span></li>
  24. </ul>
  25. </div>
  26. </div>
  27. </div>
  28. <!--底部-->
  29. <div class="footer"></div>
  30. </body>
  31. <style type="text/css">
  32. .content-bottom >ul >li{ text-align: left; padding-left: 10%; height: 60px; line-height: 60px; border-bottom: 1px solid #DCDCDC;}
  33. .content-bottom >ul >li >span{ font-size: 14px; color:#646464; display: inline-block; float: right; margin-right: 5%; }
  34. .content-bottom >ul >li >span:nth-child(1){ color:#DBDBDB; }
  35. </style>
  36. </html>