Lin_Ye_Fang_Huo/public/widgets/queryRoute/view.css

206 lines
2.4 KiB
CSS
Raw Normal View History

2023-07-08 15:37:34 +08:00
.talbe_style {
2023-07-18 09:04:15 +08:00
padding: 5px;
border: 0;
font-size: 13px;
2023-07-08 15:37:34 +08:00
}
.talbe_style tr td {
2023-07-18 09:04:15 +08:00
padding: 2px;
text-align: left;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.line {
border-top: 1px solid #e6e6e6;
margin: 5px;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.nametd {
width: 50px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.mapDH_FX {
background-color: rgba(32, 160, 255, 0.2);
color: white;
width: 135px;
line-height: 40px;
border: none;
border-radius: 4px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.mapDH_FX_DIV {
text-align: center
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
input, p {
padding: 0;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
input {
border: none;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.clearfix {
*zoom: 1;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.clearfix:after {
content: '';
display: block;
clear: both;
overflow: hidden;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.route_box {
width: 100%;
height: calc(100% - 120px);
overflow-y: auto;
overflow-x: hidden;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
td {
height: 40px;
color: #ffffff;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.title td {
text-align: center;
color: #ffffff;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.lxh {
text-align: center;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.fa input {
padding: 5px 10px;
background: #4db3ff;
color: #ffffff;
border-radius: 5px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.router_btn {
margin-left: 10px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.router_table {
width: 99%;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.span_sjgs {
display: none;
margin-left: 5px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.mcxd {
display: none;
margin-top: 10px;
position: relative;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.clearfix {
*zoom: 1;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.clearfix:after {
content: '';
display: block;
clear: both;
overflow: hidden;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.mapDH_title button {
width: 120px;
height: 40px;
border: 1px solid #4793c7;
float: left;
margin-right: 10px;
cursor: pointer;
border-radius: 5px;
font-size: 16px;
color: #ffffff;
background: none;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.mapDH_title .active {
background: #20a0ff;
}
2023-07-08 15:37:34 +08:00
2023-07-18 09:04:15 +08:00
.mapDH_title {
margin-left: 20%;
margin-top: 10px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.zbxd {
margin: 10px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.searchbox {
width: 400px;
overflow: hidden;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.seachcon {
width: 999999px;
float: left;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.searchinfo {
width: 400px;
box-sizing: border-box;
padding: 10px 20px;
float: left;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.inpbox {
margin-bottom: 10px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.ltit {
float: left;
color: #ffffff;
line-height: 32px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.text {
width: 180px;
height: 32px;
float: left;
border-radius: 5px;
box-sizing: border-box;
padding-left: 10px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.btn {
width: 82px;
height: 32px;
background: #20a0ff;
color: #ffffff;
margin-left: 10px;
border-radius: 5px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.searchval {
width: 180px;
height: 220px;
box-sizing: border-box;
padding: 10px;
overflow-y: auto;
2023-07-08 15:37:34 +08:00
background-color: rgba(63, 72, 84, 1);
2023-07-18 09:04:15 +08:00
display: none;
position: absolute;
left: 90px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.startbox .searchval {
top: 50px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.endbox .searchval {
top: 97px;
2023-07-08 15:37:34 +08:00
}
2023-07-18 09:04:15 +08:00
.searchval li {
2023-07-08 15:37:34 +08:00
color: #ffffff;
2023-07-18 09:04:15 +08:00
line-height: 30px;
2023-07-08 15:37:34 +08:00
}