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.
70 lines
1.1 KiB
70 lines
1.1 KiB
.float{position: absolute;}
|
|
.gisDiv1{
|
|
top:120px;
|
|
left:1%;
|
|
height:55%
|
|
}
|
|
.gisDiv2{
|
|
top:calc(57% + 120px);
|
|
left:1%;
|
|
height:30%;
|
|
}
|
|
.gisDiv3{
|
|
top:calc(57% + 120px);
|
|
left:26%;
|
|
}
|
|
.gisDiv4{
|
|
top:120px;
|
|
right:1%;
|
|
height:55%
|
|
}
|
|
.gisDiv5{
|
|
top:calc(57% + 120px);
|
|
right:1%;
|
|
height:30%;
|
|
}
|
|
.btn{
|
|
background-color: rgba(14, 102, 224,.75);
|
|
border: none;
|
|
color: white;
|
|
padding: 5px 10px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 15px;
|
|
margin: 4px 2px;
|
|
cursor: pointer;
|
|
border-radius: 12px;
|
|
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
|
|
}
|
|
.h5videodiv{
|
|
width: 200px;
|
|
height: 130px;
|
|
float: left;
|
|
margin: 5px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*蓝色滚动条样式*/
|
|
::-webkit-scrollbar {
|
|
width: 7px; /*滚动条宽度*/
|
|
height: 7px; /*滚动条高度*/
|
|
background-color: rgb(8, 22, 83); /*滚动条的背景颜色*/
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
-webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
|
|
background-color: white;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*Cesium初始化隐藏标签*/
|
|
.cesium-viewer-timelineContainer{display:none;}
|