信通院-灾备 图表源码(在产品图表库基础上进行修改),开发逻辑和产品图表库一致
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.html 464B

123456789101112131415161718192021222324252627
  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%;}
  8. .c1{
  9. /* width: 100%;
  10. height: 100%; */
  11. width: 446px;
  12. height: 430px;
  13. position: relative;
  14. }
  15. .c2{
  16. width: 100%;
  17. height: 430px;
  18. position: relative;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div class="c1"></div>
  24. <div class="c2"></div>
  25. </body>
  26. </html>