信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. <style>
  7. html,
  8. body {
  9. width: 100%;
  10. height: 100%;
  11. background: #000;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <!-- <div class="c1" style="width: 50%;height: 50%;"></div> -->
  17. <div class="c1" style="width: 310px;height: 320px;"></div>
  18. </body>
  19. </html>