信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.html 320B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. <style type="text/css">
  7. body,html{
  8. height:100%;
  9. width:100%;
  10. }
  11. .c1{
  12. height:100%;
  13. width: 100%;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div class="c1"></div>
  19. </body>
  20. </html>