信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
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.

123456789101112131415161718192021222324252627282930313233
  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. margin: 0 0 0 0;
  11. padding: 0 0 0 0;
  12. }
  13. .c1{
  14. margin-left: 200px;
  15. margin-top: 100px;
  16. height:220px;
  17. /* height: 30%; */
  18. /* width: 100%; */
  19. width: 744px;
  20. /* height: 328px; */
  21. /* width: 602px; */
  22. }
  23. .c2{
  24. height:220px;
  25. width: 901px;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div class="c1"></div>
  31. <div class="c2"></div>
  32. </body>
  33. </html>