1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| body {
| padding: 0;
| margin: 0;
| }
|
| html,
| body,
| #mapVue,
| #map {
| width: 100%;
| height: 84%;
| }
| #seedata{
| position: fixed;
| bottom: 0;
| width: 100%;
| height: 50%;
| z-index: 400;
| background-color: #fff;
| /* opacity: 0.9; */
| }
| .title{
| width: 100%;
| height: 7%;
| /* border: 1px solid springgreen; */
| border-radius: 1000px 1000px 0 0;
| position: fixed;
| top: 43%;
| background-color: #fff;
| z-index: 401;
| display: flex;
| align-items: center;
| justify-content: center;
| }
|
|