公路局项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

288 lines
5.1 KiB

.panoram {
position: absolute;
height: 100%;
width: 100%;
visibility: visible;
background-color: #0000ff;
z-index: 99;
overflow: hidden;
}
.panoramBottom {
position: absolute;
visibility: visible;
z-index: 999;
background-color: #252525;
opacity: 0.9;
height: 140px;
width: 100%;
left: 0;
bottom: 0;
display: table;
}
.panoOverMap {
position: absolute;
width: 20%;
height: 120px;
margin: 10px 1px 0 8px;
border: 1px transparent solid;
font-size: 12px;
bottom: 10px;
left: 0px;
z-index: 1000;
}
.panoOverMapZoomOut {
position: absolute;
width: 20%;
height: 100%;
margin: 10px 1px 0 8px;
border: 1px transparent solid;
font-size: 12px;
left: 0px;
z-index: 1000;
bottom: 10px;
display: none;
}
.mapZoom {
border: 1px solid #808080;
}
.mapZoom:hover .panoOverMap {
height: 240px;
border: 1px solid #87b293;
cursor: pointer;
}
.overviewBackBtn {
position: absolute;
width: 20%;
height: 20px;
margin: 10px 1px 0 8px;
border: 1px transparent solid;
font-size: 12px;
bottom: 10px;
left: 0px;
z-index: 1001;
text-align: center;
font-size: 13px;
color: #ffffff;
background-color: darkgrey;
}
.overviewBackBtn:hover {
background-color: dimgrey;
color: #1e90ff;
cursor: pointer;
}
/*折叠按钮*/
.panoOvzZoomBtnUp {
position: absolute;
display: none;
width: 30px;
height: 20px;
bottom: 220px;
left: 18%;
z-index: 1000;
background: url("../superMap-2D/myModules/images/arrowUp.png") no-repeat;
background-size: 30px 20px;
background-color: darkgrey;
cursor: pointer;
}
.panoOvzZoomBtnDown {
position: absolute;
display: none;
width: 30px;
height: 20px;
bottom: 96%;
left: 17.5%;
z-index: 1000;
background: url("../superMap-2D/myModules/images/arrowDown.png") no-repeat;
background-size: 30px 20px;
background-color: darkgrey;
cursor: pointer;
}
.timeMachine {
position: relative;
left: 21%;
width: 20%;
height: 120px;
margin: 10px 1px 0 8px;
border: 1px transparent solid;
font-size: 12px;
float: left;
background: url("../superMap-2D/myModules/images/quanJingGrey.png") no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
.timeMachine:hover .time-text {
color: #1e90ff;
}
.photo-mask {
align: center;
text-align: center;
opacity: 1;
}
.time-icon {
width: 50px;
height: 50px;
background: url("../superMap-2D/myModules/images/access_time.png") no-repeat;
margin: 20px auto 0;
}
.time-text {
color: #ffffff;
font-size: 16px;
font-weight: 800
}
.timeMachinePoup {
display: none;
position: absolute;
width: 100%;
bottom: 120px;
background-color: #252523;
z-index: 1000;
opacity: 0.8;
text-align: center;
}
.timeMark {
line-height: 50px;
color: #ffffff;
font-size: 16px;
font-weight: 800;
}
.timeLine {
border-bottom: 1px solid #393c40;
margin: 0 auto;
width: 95%;
font-size: 0;
height: 0;
}
.contenTable {
position: relative;
left: 21%;
height: 120px;
width: 56%;
margin: 10px 1px 0 8px;
border: 1px solid #000000;
font-size: 12px;
float: left;
background-color: #FFFFFF;
}
#content-road-list-title {
top: 0px;
height: 23px;
background-color: #7BC0FF;
}
#content-road-list-title div {
float: left;
font-family: "microsoft yahei";
font-size: 14px;
border: 1px solid rgba(0, 0, 0, 0.3);
text-align: center;
width: 20%;
}
#content-road-list-table {
height: 70px;
max-height: 70px;
overflow-y: auto;
}
.content-road-table {
width: 100%;
overflow-y: auto;
text-align: center;
font-family: "microsoft yahei";
font-size: 14px;
}
.content-road-table tr {
width: 100%;
height: 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.content-road-table tr:hover {
cursor: pointer;
background-color: #69ffd1;
}
.content-road-table td {
width: 20%;
}
#content-pageBar {
position: absolute;
width: 100%;
bottom: 0px;
height: 25px;
font-family: "microsoft yahei";
font-size: 14px;
border-top: 1px solid rgba(0, 0, 0, 0.3);
text-align: center;
line-height: 22px;
}
.pageIndex {
border: 1px solid rgba(0, 0, 0, 0.3);
}
/*资产信息面板*/
.assetInfoPanel {
display: none;
position: absolute;
visibility: visible;
z-index: 999;
background-color: #252525;
opacity: 0.9;
top: 60px;
right: 0px;
width: 350px;
height: 700px;
animation: leftIn 0.5s;
}
/*返回*/
.backMap {
height: 39px;
background-color: rgba(0, 0, 0,0.9);
float: left;
line-height: 40px;
margin-right: 10px;
width: 80px;
border-radius: 2px;
cursor: pointer;
}
.backMap:hover .backMapTxt {
color: deepskyblue;
}
.backMapImage {
display: block;
background: url("../superMap-2D/myModules/images/arrow_left_1.png") no-repeat;
width: 39px;
height: 39px;
background-position: center;
float: left;
}
.backMapTxt {
color: #ffffff;
float: left;
}