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
| .tag-entitys-box {
| height: 28px;
|
| .tag-content {
| display: inline;
| height: 20px;
| line-height: 20px;
| border: #FFFFFF solid 1px;
| padding: 1px 4px 1px 4px;
| color: #FFFFFF;
| text-align: center;
| background-color: #cc0000;
| border-radius: 4px;
| box-shadow: 2px 2px 10px white;
| font-size: 0.875rem;
| }
|
| .tag-angle-content {
| height: 9px;
| text-align: center;
| margin: -6px 26px 0px 10px;
| }
| }
|
| .way-entitys-box {
|
| .way-title {
| border: white 1px solid;
| padding-left: 2px;
| font-size: 12px;
| background: #0066ff;
| width: 12px;
| line-height: 13px;
| padding: 2px 1px 2px 1px;
| color: white;
| font-size: 0.875rem;
| }
|
| .way-sign-box {
| width: 22;
| text-align: center
| }
| }
|
| .park-entitys-box {
|
| .park-title {
| position: relative;
| left: -8px;
| background-color: #ccff00;
| margin-bottom: 2px;
| white-space: nowrap;
| }
|
| .park-sign-box {
| width: 22;
| text-align: center
| }
| }
|
| .html-layer {
|
| .div-icon {
| background: transparent;
| }
| }
|
|