.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;
|
}
|