12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Document</title>
- </head>
- <body>
- <div
- style="
- width: 316px;
- height: 174px;
- display: flex;
- justify-content: center;
- align-items: flex-start;
- "
- >
- <div
- style="
- position: absolute;
- margin-left: 25px;
- width: 190px;
- height: 70px;
- line-height: 70px;
- text-align: center;
- color: #fff;
- font-size: 20px;
- font-weight: bold;
- "
- >
- 雨花台烈士纪念馆
- </div>
- <div><img src="../src/assets/img/MapBs.png" alt="" /></div>
- </div>
- </body>
- </html>
|