-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2_April26th_6.30pm.css
69 lines (58 loc) · 1012 Bytes
/
style2_April26th_6.30pm.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.general {
display: flex;
height: 100%;
text-align: center;
background: #fafaf8;
}
#mapid {
height: 600px;
width: 1000px;
border: 1px solid #ccc;
font-family: Arial, sans-serif;
justify-content: center;
margin-bottom: 60px;
margin-left: 60px;
}
.leaflet-container {
background: #fff;
font-family: Arial, sans-serif;
}
.title {
margin-top: 30px;
}
.left {
display: flex;
width: 1090px;
flex-shrink: 0;
justify-content: space-between;
flex-direction: column;
margin-left: 28px;
}
.right {
display: flex;
flex-direction: column;
align-items: left;
text-align: left;
justify-content: flex-start;
margin-top: 110px;
margin-bottom: 20px;
gap: 35px;
}
.right.layers {
display:flex;
align-items: top;
text-align: left;
}
.right.city-search {
align-items: top;
text-align: left;
}
.right.province-search {
display:flex;
align-items: top;
text-align: left;
}
.right.center{
display: flex;
align-items: left;
}