index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="icon" href="/favicon.ico">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>线上村使馆</title>
  8. <style>
  9. body {
  10. margin: 0;
  11. padding: 0;
  12. background: url('VillageBackground.jpg') no-repeat center top fixed;
  13. background-size: 100% auto;
  14. display: flex;
  15. flex-wrap: wrap;
  16. justify-content: space-between;
  17. padding-top: 15%;
  18. padding-left: 200px;
  19. padding-right: 200px;
  20. }
  21. iframe {
  22. width: calc(50% - 100px);
  23. height: calc(50vh - 15% - 50px);
  24. max-height: 90vh;
  25. margin-bottom: 100px;
  26. border: none;
  27. aspect-ratio: 9 / 16;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <iframe src="https://cun-houpu.wenlvti.net"></iframe>
  33. <iframe src="https://cun-tangbian.wenlvti.net"></iframe>
  34. <iframe src="https://cun-shangzhong.wenlvti.net"></iframe>
  35. <iframe src="https://cun-houkeng.wenlvti.net/"></iframe>
  36. </body>
  37. </html>