信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.html 322B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. <style>
  7. html,body{width: 100%;height: 100%;background-color: #ffffff;overflow: hidden}
  8. </style>
  9. </head>
  10. <body>
  11. <div class="c1" style="width: 100%;height: 100%; overflow: hidden"></div>
  12. </body>
  13. </html>