-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path样式.css
92 lines (76 loc) · 1.16 KB
/
样式.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
@charset "utf-8";
html {
background-color: lightskyblue;
color: black;
font-size: 16px;
}
h1 {
position: absolute;
top: 20px;
left: 350px;
}
#语言 {
position: absolute;
top: 5px;
right: 5px;
}
#表格 {
position: fixed;
display: none;
z-index: 1000;
}
#表格, #图例 {
border: solid 2px;
border-radius: 5px;
border-spacing: 0;
text-align: center;
}
#图例 {
position: absolute;
top: 520px;
left: 125px;
}
#表格 th {
background-color: lightgrey;
}
#表格 td {
background-color: lightgrey;
cursor: pointer;
}
#分享 {
padding: 20px;
position: absolute;
bottom: 0;
right: 0;
}
#分享 a {
margin: 5px;
padding: 5px;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
font-size: small;
}
#脸书 {
background-color: #3b5998;
color: white;
}
#产生图片 {
background-color: lightgrey;
color: black;
}
#地图 {
position: relative;
width: 864px;
height: 768px;
background-color: lightskyblue;
}
th, td {
padding: 0.2em;
}
footer {
font-size: x-small;
}
#追踪声明 {
display: none;
}