401 lines
5.6 KiB
Plaintext
401 lines
5.6 KiB
Plaintext
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: transparent;
|
|
color: #000000;
|
|
}
|
|
/*球机视频框*/
|
|
|
|
.ballsplit {
|
|
width: 96.9%;
|
|
height: 99%;
|
|
margin-left: 5%;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
margin: 0.3%;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
|
|
.layui-btn+.layui-btn{
|
|
margin: unset !important;
|
|
}
|
|
.content {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
display: flex;
|
|
background-color: white;
|
|
}
|
|
|
|
#splitScreen {
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 5%;
|
|
float: left;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
#one {
|
|
width: 10%;
|
|
height: 80%;
|
|
background-image: url(../../img/video/check/one_check.png);
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
border-style: none;
|
|
}
|
|
|
|
#four {
|
|
width: 10%;
|
|
height: 80%;
|
|
background-image: url(../../img/video/no_check/four.png);
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
border-style: none;
|
|
}
|
|
|
|
#nine {
|
|
width: 10%;
|
|
height: 80%;
|
|
background-image: url(../../img/video/no_check/nine.png);
|
|
background-repeat: no-repeat;
|
|
background-color: transparent;
|
|
border-style: none;
|
|
}
|
|
|
|
.content_left {
|
|
width: 20%;
|
|
height: 100%;
|
|
border: none;
|
|
position: relative;
|
|
}
|
|
|
|
.content_video {
|
|
width: calc(80% - 20px);
|
|
height: calc(100% - 20px);
|
|
padding: 10px;
|
|
}
|
|
|
|
.operate {
|
|
width: 100%;
|
|
height: 30%;
|
|
|
|
}
|
|
|
|
.list {
|
|
width: 100%;
|
|
height: 60%;
|
|
}
|
|
|
|
|
|
.operate_top {
|
|
width: 100%;
|
|
height: 70%;
|
|
display: flex;
|
|
}
|
|
|
|
.operate_bottom {
|
|
width: 100%;
|
|
height: 30%;
|
|
display: flex;
|
|
}
|
|
|
|
.box {
|
|
width: 33.33333333%;
|
|
height: 100%;
|
|
}
|
|
|
|
.left {
|
|
width: 20%;
|
|
height: 100%;
|
|
}
|
|
|
|
.middle {
|
|
width: 60%;
|
|
height: 100%;
|
|
}
|
|
|
|
.right {
|
|
width: 20%;
|
|
height: 100%;
|
|
}
|
|
|
|
.videoLocal, .videoRemote, .photoLocal, .photoRemote {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 50%;
|
|
text-align: center;
|
|
flex-direction: column-reverse;
|
|
font-size: 13px;
|
|
display: flex;
|
|
}
|
|
|
|
.left img, .right img {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.topBtn img {
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 50%;
|
|
transform: translate(-50%, -100%);
|
|
}
|
|
|
|
.leftBtn img {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 100%;
|
|
transform: translate(-100%, -50%);
|
|
}
|
|
|
|
.rightBtn img {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(0%, -50%);
|
|
}
|
|
|
|
.bottomBtn img {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%, 0%);
|
|
}
|
|
|
|
.middle_top {
|
|
width: 100%;
|
|
height: 33.33333333%;
|
|
display: flex;
|
|
}
|
|
|
|
.middle_top div {
|
|
position: relative;
|
|
width: 33.33333333%;
|
|
height: 100%;
|
|
}
|
|
|
|
.bot_box {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
position: relative;
|
|
text-align: center;
|
|
flex-direction: column-reverse;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.bot_box_left {
|
|
width: 40%;
|
|
height: 50%;
|
|
position: absolute;
|
|
top: 40%;
|
|
transform: translate(20%, -50%);
|
|
}
|
|
|
|
.bot_box_right {
|
|
width: 40%;
|
|
height: 50%;
|
|
position: absolute;
|
|
top: 40%;
|
|
transform: translate(100%, -50%);
|
|
}
|
|
|
|
.bot_box_left img {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 100%;
|
|
transform: translate(-97%, -50%);
|
|
}
|
|
|
|
.bot_box_right img {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 100%;
|
|
transform: translate(-100%, -50%);
|
|
}
|
|
|
|
.title {
|
|
padding-top: 5%;
|
|
width: 100%;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 18px;
|
|
}
|
|
|
|
hr {
|
|
background-color: #D9D9D9;
|
|
}
|
|
|
|
.title p:nth-child(1) {
|
|
width: 16px;
|
|
height: 4px;
|
|
/* border: 1px solid #2F82FB; */
|
|
background-color: #2F82FB;
|
|
/* border-radius: 14px 14px 0 0; */
|
|
-webkit-transform: rotate(90deg);
|
|
margin: 2px 0 0 2px;
|
|
/* -webkit-border-radius: 14px 14px 0 0; */
|
|
-moz-border-radius: 14px 14px 0 0;
|
|
-ms-border-radius: 14px 14px 0 0;
|
|
-o-border-radius: 14px 14px 0 0;
|
|
}
|
|
|
|
.input {
|
|
width: 100%;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.input input {
|
|
height: 45px;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.layui-btn {
|
|
height: 45px;
|
|
}
|
|
|
|
.operate img {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn_bottom {
|
|
position: absolute;
|
|
bottom: 1%;
|
|
left: 1%;
|
|
width: 97%;
|
|
display: flex;
|
|
}
|
|
|
|
.btn_ptz {
|
|
width: 50%;
|
|
margin-right: unset;
|
|
}
|
|
|
|
.btn_rank {
|
|
width: 50%;
|
|
margin-left: unset !important;
|
|
}
|
|
|
|
.layui-btn {
|
|
line-height: 45px;
|
|
}
|
|
|
|
.layui_btn_custom {
|
|
border: 1px #c2c2c2 solid;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: 16px;
|
|
color: black;
|
|
}
|
|
|
|
.layui_btn_custom:hover {
|
|
color: black;
|
|
}
|
|
|
|
.checkBtn {
|
|
background-color: #2F82FB !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.unCheckBtn {
|
|
background: 0 0;
|
|
}
|
|
|
|
.video_box {
|
|
width: 100%;
|
|
height: 96%;
|
|
}
|
|
|
|
.list-tree {
|
|
width: 100%;
|
|
height: 75%;
|
|
}
|
|
|
|
#ballTree {
|
|
width: auto !important;
|
|
}
|
|
|
|
|
|
/* lay主题风格*/
|
|
.dtree-lay-item-this {
|
|
background-color: #d2d2d2 !important;
|
|
|
|
}
|
|
|
|
.dtree-nav-div {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.dtree-lay-item:hover {
|
|
background-color: #eaeceb !important;
|
|
}
|
|
|
|
.dtree-lay-item cite {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.dtree-lay-dtreefont {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.dtree-lay-ficon {
|
|
font-size: 16px !important; /* color:#393D49!important; */
|
|
}
|
|
|
|
|
|
.top {
|
|
position: sticky;
|
|
top: 0;
|
|
background: white !important;
|
|
z-index: 100000;
|
|
}
|
|
|
|
|
|
/*滚动条样式start*/
|
|
::-webkit-scrollbar {
|
|
width: 5px;
|
|
height: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #e7e7f1 !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:active {
|
|
background: rgba(94, 96, 97, 0.43) !important;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
/*滚动条样式end*/
|
|
|
|
|
|
|