liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
116
117
118
119
120
121
122
123
124
.jimu-widget-SuperMapFlyRoute #play {
    content: url(../images/play.png);
    height: 42px;
    padding: 5px;
}
 
.jimu-widget-SuperMapFlyRoute #pause {
    content: url(../images/pause.png);
    height: 42px;
    padding: 5px;
}
 
.jimu-widget-SuperMapFlyRoute .super-select{
    width: 100%;
    display: flex;
}
 
.jimu-widget-SuperMapFlyRoute #stop {
    content: url(../images/stop.png);
    height: 42px;
    padding: 5px;
}
 
.jimu-widget-SuperMapFlyRoute .bootstrap-select {
    width: 150px;
}
 
.super-head-th-biaoji {
    flex: 1;
    color: white;
}
 
 
.super-head-th-xx {
    font-size: 30px;
    cursor: pointer;
}
 
.super-head-th {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
    height: 40px;
    padding: 0 10px;
    background-color: rgba(38, 38, 38, 0.75);
    color: #ffffff;
    border: 1px solid #526f82;
    border-bottom: 1px solid #377bc9;
}
 
.super-head-th-pic {
    margin-top: 4px;
    width: 20px;
    height: 18px;
    background: url(../../../images/toolbox.png ) no-repeat 0 -63px;
}
 
 
.jimu-widget-SuperMapFlyRoute .param-container {
    background-color: rgba(38, 38, 38, 0.75);
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    border: 1px solid #526f82;
}
 
.jimu-widget-SuperMapFlyRoute .tool-bar {
    left: 10px;
    width: 280px;
    top: 10px;
    z-index: 10000;
}
 
.jimu-widget-SuperMapFlyRoute .button {
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    border-radius: 3px;
    margin: 0 8px 8px 0;
    position: relative;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
 
.jimu-widget-SuperMapFlyRoute .button.black {
    border: 1px solid #333;
    box-shadow: 0 1px 2px #8b8b8b inset, 0 -1px 0 #3d3d3d inset, 0 -2px 3px #8b8b8b inset;
    background: -webkit-linear-gradient(top,rgba(34, 34, 34, 0.49),rgba(51, 51, 51, 0.55));
    background: -moz-linear-gradient(top,#656565,#4a4a4a);
    background: linear-gradient(top,#656565,#4a4a4a);
}
 
.jimu-widget-SuperMapFlyRoute label {
    display: block;
    margin-bottom: 5px;
}
 
.jimu-widget-SuperMapFlyRoute label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
 
.jimu-widget-SuperMapFlyRoute .form-control{
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
 
.jimu-widget-SuperMapFlyRoute select, input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}