.jimu-widget-ComprehensiveSupervise {
|
position: fixed !important;
|
top: 45px !important;
|
left: 0 !important;
|
bottom: 25px !important;
|
width: 50px !important;
|
height: auto !important;
|
background: rgb(0, 73, 135);
|
z-index: 43 !important;
|
color: #fff;
|
opacity: 0.9;
|
}
|
|
/* 公共样式 */
|
.jimu-widget-ComprehensiveSupervise div,
|
.jimu-widget-ComprehensiveSupervise ul,
|
.jimu-widget-ComprehensiveSupervise li,
|
.jimu-widget-ComprehensiveSupervise img {
|
margin: 0;
|
padding: 0;
|
}
|
|
.jimu-widget-ComprehensiveSupervise li {
|
list-style: none;
|
|
}
|
|
/* 菜单栏样式 */
|
.jimu-widget-ComprehensiveSupervise .supervise-meau {
|
height: 100%;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-meau ul li {
|
height: 50px;
|
border: 1px solid rgba(0, 0, 0, 0);
|
cursor: pointer;
|
}
|
|
/* 径向渐变 */
|
.jimu-widget-ComprehensiveSupervise .supervise-meau ul li.on {
|
/* background: -webkit-radial-gradient(50% 50%, closest-side, blue, white); */
|
background: rgb(42, 42, 212);
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-meau ul li a {
|
position: relative;
|
display: block;
|
width: 100% !important;
|
height: 100% !important;
|
text-align: center;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-meau ul li a img {
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -90%);
|
width: 20px;
|
height: 20px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-meau ul li span {
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, 12%);
|
font-size: 12px;
|
}
|
|
|
/* 链接二维码样式 */
|
.jimu-widget-ComprehensiveSupervise .supervise-meau .link-address {
|
position: absolute;
|
left: 4px;
|
bottom: 20px;
|
width: 42px;
|
height: 42px;
|
z-index: 10;
|
}
|
|
/* 内容展示区域样式 */
|
.jimu-widget-ComprehensiveSupervise .supervise-content {
|
position: absolute;
|
top: 0;
|
left: 50px;
|
bottom: 0;
|
width: 320px;
|
height: auto;
|
background: #fff;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .supervise-patrol-duty,
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video {
|
opacity: 1;
|
display: none;
|
position: absolute;
|
top: 0;
|
left: 0;
|
bottom: 0;
|
height: auto;
|
width: 100%;
|
}
|
|
/* 存放容器 */
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video .video-list {
|
overflow-y: auto;
|
overflow-x: hidden;
|
height: 100%;
|
background-color: rgb(35, 36, 58);
|
}
|
|
/* 小图片 */
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video .video-list li {
|
position: relative;
|
float: left;
|
margin: 0px 2%;
|
margin-top: 6px;
|
width: 46%;
|
height: 100px;
|
background-size: 100% 100%;
|
cursor: pointer;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video .video-list li img {
|
position: absolute;
|
top: 0;
|
width: 100%;
|
height: 80px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video .video-list li span {
|
display: block;
|
position: absolute;
|
top: 80px;
|
width: 100%;
|
height: 20px;
|
line-height: 20px;
|
text-align: center;
|
color: rgb(255, 255, 255);
|
}
|
|
|
/* 播放按钮 */
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video .video-list li div {
|
position: absolute;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 80px;
|
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video .video-list li div i {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
width: 40px;
|
height: 40px;
|
background: rgba(0, 0, 0, 0.7);
|
border-radius: 50%;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .video .video-list li div i img {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
width: 14px;
|
height: 14px;
|
|
}
|
|
|
|
/* 值班区域 */
|
.jimu-widget-ComprehensiveSupervise .supervise-content .supervise-patrol-duty .supervise-patrol-duty-list {
|
background-color: rgb(35, 36, 58);
|
position: relative;
|
overflow: hidden;
|
height: 100%;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .supervise-patrol-duty .supervise-patrol-duty-list .date {
|
height: 36px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .supervise-patrol-duty .supervise-patrol-duty-list .date input:nth-child(1) {
|
margin: 0;
|
padding: 0 12px;
|
position: absolute;
|
top: 12px;
|
left: 20px;
|
width: 200px;
|
height: 36px;
|
line-height: 36px;
|
font-size: 16px;
|
border: none;
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAASAgMAAAA1aVZ3AAAACVBMVEUAAAD///9nyrNdI4MmAAAAAXRSTlMAQObYZgAAAChJREFUCNdjWAUCCxjg9DQgtTKBAUN8aigQJGCho6KiYDSJ8ggaYR8Ao74zAKjm+cYAAAAASUVORK5CYII=);
|
background-repeat: no-repeat;
|
background-position: 170px center;
|
cursor: pointer;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-content .supervise-patrol-duty .supervise-patrol-duty-list .date input:nth-child(2) {
|
margin: 0;
|
padding: 0 16px;
|
position: absolute;
|
top: 12px;
|
right: 20px;
|
width: 70px;
|
height: 36px;
|
line-height: 36px;
|
text-align: center;
|
font-size: 16px;
|
letter-spacing: 16px;
|
border: none;
|
cursor: pointer;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .thead {
|
position: absolute;
|
top: 50px;
|
left: 0;
|
height: 36px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .thead table,
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .tbody table {
|
width: 310px;
|
border-collapse: collapse;
|
table-layout: fixed;
|
word-break: break-all;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .thead table tr th,
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .tbody table tr td {
|
font-size: 14px;
|
text-align: center;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .thead table tr th:nth-child(1),
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .tbody table tr td:nth-child(1) {
|
width: 64px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .thead table tr th:nth-child(3),
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .tbody table tr td:nth-child(3) {
|
width: 64px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .thead table tr th:nth-child(4),
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .tbody table tr td:nth-child(4) {
|
width: 100px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list table tr {
|
background-color: rgb(35, 36, 58);
|
height: 36px;
|
height: 36px;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .tbody {
|
position: absolute;
|
top: 96px;
|
left: 0;
|
bottom: 0;
|
height: auto;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
|
.jimu-widget-ComprehensiveSupervise .supervise-patrol-duty-list .tbody table tr.on {
|
color: rgb(255, 140, 46);
|
}
|
|
/* 二维码放大区域 */
|
.jimu-widget-ComprehensiveSupervise .link-enlarge-address {
|
display: none;
|
position: absolute;
|
bottom: 0;
|
left: 64px;
|
background: rgb(255, 255, 255);
|
width: 240px;
|
height: 240px;
|
z-index: 111;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .link-enlarge-address .link-enlarge-first {
|
position: absolute;
|
top: 178px;
|
left: -15px;
|
width: 15px;
|
height: 40px;
|
overflow: hidden;
|
}
|
|
.jimu-widget-ComprehensiveSupervise .link-enlarge-address .link-enlarge-two {
|
position: absolute;
|
top: 5px;
|
left: 5px;
|
width: 20px;
|
height: 20px;
|
transform: rotate(45deg);
|
background: rgb(255, 255, 255);
|
}
|
|
.jimu-widget-ComprehensiveSupervise .link-enlarge-address img {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
margin: auto;
|
width: 210px;
|
height: 210px;
|
}
|
|
#superTrackPopupContent {
|
position: fixed;
|
width: 320px;
|
height: 200px;
|
border: 6px solid rgb(35, 36, 58);
|
border-radius: 10px;
|
background-color: rgb(35, 36, 58);
|
}
|
|
#superTrackPopupContent img {
|
width: 100%;
|
height: 100%;
|
}
|
|
#superTrackPopupContent .superTrackBtm {
|
display: block;
|
position: absolute;
|
left: 50%;
|
bottom: -50px;
|
transform: translate(-50%);
|
width: 50px;
|
height: 50px;
|
background: transparent;
|
overflow: hidden;
|
|
|
}
|
|
#superTrackPopupContent .superTrackBtm span {
|
display: block;
|
position: absolute;
|
top: -50px;
|
right: 0;
|
left: 0;
|
bottom: 0;
|
margin: auto;
|
width: 36px;
|
height: 36px;
|
background: rgb(35, 36, 58);
|
transform: rotateZ(45deg);
|
}
|
|
#superTrackPopupContent .superTrackClose {
|
position: absolute;
|
top: 0;
|
right: 0;
|
height: 24px;
|
line-height: 24px;
|
width: 24px;
|
font-size: 34px;
|
font-weight: 400;
|
font-style: normal;
|
text-align: center;
|
cursor: pointer;
|
}
|