智慧城市代码库
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.

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>bim01</title>
  6. <style>
  7. html,
  8. body {
  9. width: 100%;
  10. height: 100%;
  11. /*background-color: #043152;*/
  12. /*background-image: url("static/model/housing/maps/bg.jpg");*/
  13. }
  14. * {
  15. margin: 0;
  16. padding: 0;
  17. }
  18. .container {
  19. width: 100%;
  20. height: 100%;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div class="container"></div>
  26. </body>
  27. </html>