.jimu-widget-RouteNavigate {
|
background-color: #36403d;
|
opacity: .8;
|
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;
|
overflow: auto;
|
}
|
|
.route-title {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 0 10px;
|
width: 100%;
|
height: 35px;
|
border-bottom: 1px solid rgb(69, 154, 251);
|
}
|
|
.route-title .pic {
|
top: 0;
|
left: 0;
|
width: 15px;
|
height: 15px;
|
background: url(../../../images/toolbox.png ) no-repeat 0 -159px;
|
}
|
|
.route-title .luxian {
|
margin-left: -180px;
|
font-size: 14px;
|
cursor: default ;
|
}
|
|
.route-title .x {
|
cursor: pointer;
|
font-style: 16px;
|
}
|
|
.route-sign {
|
width: 100%;
|
height: 140px;
|
}
|
|
.route-sign .qiDianBox {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
height: 50px;
|
padding: 10px;
|
}
|
|
.route-sign .qiDianBox .qiDian {
|
font-size: 14px;
|
}
|
|
.route-sign .qiDianBox .input {
|
border: none;
|
height: 25px;
|
border-radius: 5px;
|
text-indent: 10px;
|
/* padding-right: 10px; */
|
}
|
|
.route-sign .qiDianBox button {
|
border: none;
|
border-radius: 5px;
|
background-color: #20a0ff;
|
color: #fff;
|
line-height: 25px;
|
cursor: pointer;
|
}
|
|
.route-sign .qiDianBox #xuanDian1 img,
|
.route-sign .qiDianBox #xuanDian2 img {
|
width: 30px;
|
height: 30px;
|
margin-top: 3px;
|
margin-right: 5px;
|
cursor: pointer;
|
}
|
|
.route-sign .zhongDianBox {
|
margin-top: -10px;
|
}
|
|
.route-sign .hengxian {
|
margin: 20px auto 0;
|
width: 285px;
|
border-bottom: 1px solid #fff;
|
margin-top: 10px;
|
}
|
|
|
|
|
|
|
|
|
.route-fangan {
|
margin-top: 0px;
|
width: 100%;
|
padding: 0 10px;
|
}
|
|
.route-faTitle {
|
width: 100%;
|
height: 30px;
|
display: flex;
|
text-align: center;
|
border: 1px solid #fff;
|
}
|
|
.route-faTitle span {
|
flex: 1;
|
border-right: 1px solid #fff;
|
text-align: center;
|
line-height: 30px;
|
font-size: 13px;
|
cursor: pointer;
|
}
|
|
.routehover {
|
color: #68acf9;
|
}
|
|
.route-list {
|
display: none;
|
width: 100%;
|
}
|
|
.route-zlc {
|
width: 100%;
|
height: 30px;
|
background-color: rgb(23, 161, 150);
|
margin-top: 10px;
|
}
|
|
.route-zlc span {
|
font-size: 12px;
|
line-height: 30px;
|
margin-left: 10px;
|
}
|
|
.route-xsqb {
|
display: flex;
|
align-items: center;
|
justify-content: flex-end;
|
width: 100%;
|
height: 30px;
|
border-bottom: 1px solid #fff;
|
padding: 0 10px 0 0;
|
}
|
|
.route-xsqb .inpupt {
|
cursor: pointer;
|
}
|
|
.route-xsqb span {
|
font-size: 13px ;
|
margin-left: 5px;
|
cursor: default;
|
}
|
|
.route-lujin {
|
cursor: pointer;
|
width: 100%;
|
}
|
|
.route-lujin .lujin-div {
|
width: 100%;
|
padding: 10px;
|
border-bottom: 1px solid #fff;
|
}
|
|
.route-lujin .lujin-div .one {
|
font-size: 13px;
|
line-height: 20px;
|
}
|
|
.route-lujin .lujin-div .two {
|
font-size: 12px;
|
margin-left: 10px;
|
line-height: 20px;
|
}
|
|
#spanxialu {
|
color: #68acf9;
|
}
|
|
|
/* 搜索清空按钮 */
|
.route-search {
|
display: flex;
|
justify-content: space-between;
|
width: 100%;
|
padding: 0 95px;
|
margin-top: 10px;
|
margin-top: -2px;
|
}
|
|
.route-search button {
|
border-radius: 5px;
|
cursor: pointer;
|
line-height: 20px;
|
width: 42px;
|
font-size: 12px;
|
border: none;
|
background-color: rgb(69, 154, 251);
|
color: #fff;
|
border: 1px solid rgb(69, 154, 251);
|
}
|