@import url(./a.css);
|
.jimu-widget-filyL {
|
position: fixed !important;
|
top: 72px !important;
|
right: 388px !important;
|
width: 300px !important;
|
height: 600px !important;
|
background-color: rgb(255, 255, 255);
|
font-size: 14px;
|
color: rgb(0, 0, 0);
|
z-index: 12 !important;
|
border-radius: 10px;
|
display: none;
|
box-shadow: 0 0 8px #fff;
|
padding: 0px 5px !important;
|
}
|
|
.jimu-widget-filyL .closeOUR {
|
position: absolute;
|
right: 5px;
|
top: 5px;
|
font-size: 18px;
|
cursor: pointer;
|
}
|
|
.jimu-widget-filyL .closeOUR:hover {
|
color: red;
|
}
|
|
/* .jimu-widget-filyL .but {
|
line-height: 30px;
|
width: 80px;
|
height: 30px;
|
font-size: 14px;
|
border-radius: 5px;
|
box-shadow: 2px 2px 15px -5px #378ef1;
|
border: 1px solid transparent;
|
background-color: #fff;
|
}
|
|
.jimu-widget-filyL .but:hover {
|
box-shadow: 2px 2px 25px -5px #1679eb;
|
} */
|
|
/* 头部 */
|
|
.jimu-widget-filyL .fly-route-header {
|
position: relative;
|
width: 100%;
|
height: 40px;
|
line-height: 40px;
|
font-size: 20px;
|
border-bottom: 1px solid rgb(184, 184, 184);
|
}
|
|
.jimu-widget-filyL .fly-route-header i {
|
display: inline-block;
|
margin-left: 6px;
|
vertical-align: middle;
|
width: 20px;
|
height: 20px;
|
background: url(../../../images/toolbox.png ) no-repeat 0 -176px;
|
background-size: 20px;
|
}
|
|
.jimu-widget-filyL .fly-route-header .close-flyrouter {
|
position: absolute;
|
top: 50%;
|
right: 8px;
|
font-size: 38px;
|
font-weight: 400;
|
height: 28px;
|
line-height: 18px;
|
/* display: flex;
|
align-items: center;
|
justify-content: center; */
|
cursor: pointer;
|
transform: translateY(-50%);
|
}
|
|
.jimu-widget-filyL input, .jimu-widget-filyL select {
|
border: 0;
|
}
|
|
.jimu-widget-filyL .fly-route-continer {
|
/* margin: 10px 8px; */
|
position: absolute;
|
top: 51px;
|
left: 10px;
|
right: 10px;
|
bottom: 10px;
|
}
|
|
/* 选择框,或者说选择飞行路线 */
|
|
.jimu-widget-filyL .fly-route-control #flightRoute {
|
width: 100%;
|
height: 30px;
|
}
|
|
/* 控制按钮 */
|
|
.jimu-widget-filyL .fly-route-continer .fly-route-control-btn, .jimu-widget-filyL .fly-route-continer .fly-route-new-btn {
|
margin-top: 10px;
|
width: 100%;
|
}
|
|
.jimu-widget-filyL .fly-route-continer .fly-route-control-btn input, .jimu-widget-filyL .fly-route-continer .fly-route-new-btn input {
|
margin: 0 1%;
|
/* width: 20%; */
|
height: 30px;
|
color: #fff;
|
background: rgb(62, 159, 252);
|
border: 1px solid rgb(69, 154, 251);
|
border-radius: 4px;
|
cursor: pointer;
|
padding: 0 5px;
|
}
|
.jimu-widget-filyL .fly-route-continer .fly-route-new {
|
position: absolute;
|
top: 80px;
|
bottom: 0px;
|
width: 100%;
|
}
|
.jimu-widget-filyL #openViewL{
|
position:relative;
|
top: 5px;
|
}
|
.jimu-widget-filyL .fly-route-continer .fly-route-new-top {
|
height: 24px;
|
line-height: 24px;
|
font-size: 16px;
|
}
|
|
.jimu-widget-filyL .fly-route-continer .fly-route-new-top span {
|
margin: 0;
|
display: inline-block;
|
width: 80px;
|
/* height: 16px !important; */
|
}
|
|
.jimu-widget-filyL .fly-route-continer .fly-route-new-top input {
|
margin: 0;
|
width: 150px;
|
height: 24px;
|
vertical-align: top;
|
border: none;
|
}
|
|
.jimu-widget-filyL .fly-route-continer .fly-route-new>div:nth-child(3) {
|
position: absolute;
|
top: 90px;
|
left: 0;
|
bottom: 0;
|
width: 100%;
|
height: auto;
|
}
|
|
.jimu-widget-filyL #passPoint, .jimu-widget-filyL #passPoint li {
|
margin: 0;
|
padding: 0;
|
}
|
|
.jimu-widget-filyL #passPoint {
|
height: 100%;
|
list-style: none;
|
overflow: auto;
|
}
|
|
.jimu-widget-filyL #passPoint li {
|
margin: 10px 40px;
|
}
|
|
.jimu-widget-filyL .item {
|
background: #3E9FFC;
|
border-radius: 5px;
|
height: 20px;
|
padding-left: 5px;
|
color: white;
|
font-family: "微软雅黑";
|
text-align: center;
|
margin-bottom: 5px;
|
cursor: pointer;
|
}
|
|
.jimu-widget-filyL .item:nth-child(1) {
|
margin-top: 20px !important;
|
}
|