276 lines
6.1 KiB
HTML
276 lines
6.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>平邑县森林防火单兵设备管理</title>
|
|
|
|
<style>
|
|
html{
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
body{
|
|
margin:0px;
|
|
}
|
|
::v-deep .no-header-dialog .el-dialog__header {
|
|
display: none !important;
|
|
}
|
|
.el-table {
|
|
::v-deep .el-table__body-wrapper::-webkit-scrollbar {
|
|
width: 10px;
|
|
/*滚动条宽度*/
|
|
height: 10px;
|
|
/*滚动条高度*/
|
|
}
|
|
|
|
/*定义滚动条轨道 内阴影+圆角*/
|
|
::v-deep .el-table__body-wrapper::-webkit-scrollbar-track {
|
|
box-shadow: 0px 1px 3px #071e4a inset;
|
|
/*滚动条的背景区域的内阴影*/
|
|
border-radius: 10px;
|
|
/*滚动条的背景区域的圆角*/
|
|
background-color: rgba(0, 9, 34, 1);
|
|
/*滚动条的背景颜色*/
|
|
}
|
|
|
|
/*定义滑块 内阴影+圆角*/
|
|
::v-deep .el-table__body-wrapper::-webkit-scrollbar-thumb {
|
|
box-shadow: 0px 1px 3px #00a0e9 inset;
|
|
/*滚动条的内阴影*/
|
|
border-radius: 10px;
|
|
/*滚动条的圆角*/
|
|
background-color: rgba(0, 9, 34, 1);
|
|
|
|
/*滚动条的背景颜色*/
|
|
}
|
|
}
|
|
::v-deep .sticky {
|
|
background: rgba(0, 9, 34, 0.6);
|
|
}
|
|
|
|
::v-deep .dialog-mini .el-dialog__header {
|
|
background: rgba(10, 39, 78, 1);
|
|
padding: 0px !important;
|
|
}
|
|
|
|
::v-deep .dialog-mini .el-dialog__header .el-dialog__title {
|
|
color: #fff;
|
|
}
|
|
|
|
::v-deep .el-descriptions__body {
|
|
background: rgba(0, 9, 34, 1);
|
|
color: #fff;
|
|
}
|
|
|
|
::v-deep .el-descriptions-item__label.is-bordered-label {
|
|
background: rgba(0, 9, 34, 0.6);
|
|
color: #fff;
|
|
}
|
|
|
|
::v-deep .el-dialog {
|
|
background-color: #ffffff00;
|
|
|
|
background-image: url("./img/monitoringList/background.png");
|
|
background-size: 100% 100%;
|
|
}
|
|
.content {
|
|
height: calc( 100vh - 40px);
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding-bottom: 2%;
|
|
background-image: url("./img/monitoringList/background.png");
|
|
background-size: 100% 100%;
|
|
}
|
|
.header {
|
|
width: 100%;
|
|
height:60px;
|
|
line-height:80px;
|
|
margin-bottom:20px;
|
|
position:relative;
|
|
}
|
|
.back-button{
|
|
width:80px;
|
|
height:80px;
|
|
position:absolute;
|
|
top:0px;
|
|
left:0px;
|
|
color:#fff;
|
|
text-align: center;
|
|
cursor:pointer;
|
|
display:none;
|
|
}
|
|
.header-title {
|
|
color: white;
|
|
font-size: 33px;
|
|
text-align: center;
|
|
}
|
|
.header-close {
|
|
height: 100%;
|
|
width: 80px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
img {
|
|
width: 35px;
|
|
}
|
|
}
|
|
.c-body {
|
|
width: calc( 100% - 30px);
|
|
height: calc( 100% + 200px);
|
|
}
|
|
.iframe-container{
|
|
width:100%;
|
|
height: 100%;
|
|
}
|
|
.body-left {
|
|
width: 21%;
|
|
border: 1px solid #0e4391;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.b-l-top {
|
|
background: linear-gradient(to left, #091729 0%, #1968db 100%);
|
|
width: 100%;
|
|
height: 60px;
|
|
border: 1px solid black;
|
|
font-size: 28px;
|
|
padding-left: 17px;
|
|
line-height: 60px;
|
|
color: white;
|
|
}
|
|
.b-l-search {
|
|
width: 94%;
|
|
display: flex;
|
|
margin-top: 12px;
|
|
input {
|
|
width: 69%;
|
|
color: white;
|
|
background-color: #009fe900;
|
|
border-left: 1px solid #0e4391;
|
|
border-top: 1px solid #0e4391;
|
|
border-bottom: 1px solid #0e4391;
|
|
border-right: 0px;
|
|
height: 43px;
|
|
}
|
|
div {
|
|
width: 30%;
|
|
background-color: #1970ee;
|
|
height: 43px;
|
|
border-radius: 0px 5px 5px 0px;
|
|
color: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.body-video {
|
|
width: 55%;
|
|
border: 1px solid #0e4391;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.video-item {
|
|
width: 50%;
|
|
height: 50%;
|
|
border: 1px solid rgba(255, 217, 0, 0.651);
|
|
position: relative;
|
|
}
|
|
.video {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: fill;
|
|
position: absolute;
|
|
}
|
|
.body-right {
|
|
width: 21%;
|
|
}
|
|
.body-item {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.item-title {
|
|
height: 45px;
|
|
width: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
img {
|
|
height: 26px;
|
|
width: 100%;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
div {
|
|
height: 45px;
|
|
color: white;
|
|
z-index: 2;
|
|
font-size: 19px;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 30px;
|
|
position: absolute;
|
|
}
|
|
}
|
|
.item-body {
|
|
width: 100%;
|
|
margin-top: 15px;
|
|
}
|
|
.line {
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
.line-item {
|
|
margin-left: 30px;
|
|
width: 80px;
|
|
height: 30px;
|
|
margin-bottom: 10px;
|
|
border: 1px solid #1551aa;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
color: #1a6ce5;
|
|
cursor: pointer;
|
|
}
|
|
::v-deep.el-tree {
|
|
background-color: #ffffff00 !important;
|
|
border: none !important;
|
|
}
|
|
::v-deep .el-tree-node__content:hover,
|
|
.el-upload-list__item:hover {
|
|
background-color: #ffffff00 !important;
|
|
}
|
|
::v-deep .el-tree-node:focus > .el-tree-node__content {
|
|
background-color: #ffffff00 !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<div class="header">
|
|
<div class="back-button" onclick="toHome()">
|
|
<img src="./img/back-btn.png" style="position:relative;top:10px;" alt="">
|
|
</div>
|
|
<div class="header-title">平邑县森林防火单兵设备管理</div>
|
|
</div>
|
|
<div class="c-body">
|
|
<iframe class="iframe-container" id="icvs-iframe" src="http://111.17.207.220:9580/webcu/index.html?epid=system&ip=111.17.207.220&port=9988&password=&username=admin" frameborder="0"></iframe>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script>
|
|
|
|
function toHome(){
|
|
window.location.href = "/"
|
|
}
|
|
</script>
|
|
</html> |