label.html 857 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <div
  11. style="
  12. width: 316px;
  13. height: 174px;
  14. display: flex;
  15. justify-content: center;
  16. align-items: flex-start;
  17. "
  18. >
  19. <div
  20. style="
  21. position: absolute;
  22. margin-left: 25px;
  23. width: 190px;
  24. height: 70px;
  25. line-height: 70px;
  26. text-align: center;
  27. color: #fff;
  28. font-size: 20px;
  29. font-weight: bold;
  30. "
  31. >
  32. 雨花台烈士纪念馆
  33. </div>
  34. <div><img src="../src/assets/img/MapBs.png" alt="" /></div>
  35. </div>
  36. </body>
  37. </html>