信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.html 561B

12345678910111213141516171819202122232425262728
  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. margin-left: 100px;
  13. height:110px;
  14. width: 80%;
  15. }
  16. .c2{
  17. margin-left: 100px;
  18. height:274px;
  19. width: 80%;
  20. border:1px solid #ffffff
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div class="c1"></div>
  26. <div class="c2"></div>
  27. </body>
  28. </html>