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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
| .jimu-widget-CoorPosition{
| background-color: #36403d;
| font-size: 14px;
| border: 1px solid rgb(69, 154, 251);
| color: rgb(238, 235, 235);
| font-size: 16px;
| width: 100%;
| height: 100%;
| border-radius: 10px;
| display: none;
| box-sizing: border-box;
| }
|
| .CoorPosition-zbdw {
| position: relative;
| width: 100%;
| height: 33px;
| border-bottom: 1px solid rgb(69, 154, 251);
| padding: 0 25px;
| cursor: move;
| }
|
| .CoorPosition-zbdw-pic {
| position: absolute;
| left: 6px;
| top: 9px;
| width: 15px;
| height: 13px;
| background: url(../../../images/toolbox.png ) no-repeat 0 -32px;
| }
|
| .CoorPosition-zbdw-zbdw {
| width: 100%;
| line-height: 33px;
| font-size: 14px;
| }
|
| .CoorPosition-zbdw-x {
| position: absolute;
| right: 6px;
| top: 5px;
| width: 10px;
| font-size: 18px;
| cursor: pointer;
| }
|
| .CoorPosition-input {
| width: 100%;
| /* background-color: blue; */
| padding: 8px 5px;
| font-size: 14px;
| }
|
| .CoorPosition-input-JD {
| position: relative;
| width: 100%;
| height: 28px;
| background-color: #3a464c;
| margin-bottom: 3px;
| text-align: center;
| }
|
| .jingDu {
| line-height: 28px;
| }
|
| .jingDu-input {
| display: inline-block;
| background-color: #3a464c;
| border: none;
| text-indent: 2em;
| caret-color:#fff;
| color: #fff;
| }
|
| .queDing {
| background-color: #244959;
| border: none;
| color: #fff;
| margin-left: 160px;
| padding: 5px;
| cursor: pointer;
| }
|
| .jiantou {
| position: absolute;
| top: 4px;
| right: 15px;
| width: 15px;
| height: 20px;
| background-color: #fff;
| z-index: 999;
| display: none;
| }
|
| .span-jiantou {
| position: absolute;
| top: -3px;
| right: 14px;
| width: 19px;
| height: 19px;
| color: #666;
| cursor: pointer;
| }
|
| .twojiantou {
| top: 5px;
| }
|
| .leftjiantou {
| position: absolute;
| right: -16px;
| width: 19px;
| height: 19px;
| }
|
|