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

1234567891011121314151617181920212223
  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. <svg xmlns="http://www.w3.org/2000/svg" >
  20. <path d="M912 512c-0.3 8.9-40.3 22.3-120 40l-146.7 13.3L552 592h-26.6L403.2 738.7h28.7c7.2 0 13.5 0.6 18.8 1.8 5.3 1.2 7.9 2.9 7.9 4.8s-2.6 3.5-7.9 4.8c-5.3 1.2-11.6 1.8-18.8 1.8H298.6v-13.3h26.6V565.3h-66.7l-80 93.3h-40l-13.3-13.3v-80h13.3V552H192v-3.3l-80-10v-53.4l80-10V472h-53.4v-13.3h-13.3v-80l13.3-13.3h40l80 93.3h66.7V285.3h-26.6V272H432c7.2 0 13.5 0.6 18.8 1.8 5.3 1.2 7.9 2.9 7.9 4.8s-2.6 3.5-7.9 4.8c-5.3 1.2-11.6 1.8-18.8 1.8h-28.7l122 146.8h26.6l93.3 26.6L791.9 472c35.6 7.8 63.4 15 83.3 21.6 20 6.7 31.1 11.4 33.3 14.2l3.5 4.2z"></path>
  21. </svg>
  22. </body>
  23. </html>