135 lines
1.8 KiB
Plaintext
135 lines
1.8 KiB
Plaintext
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: transparent;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
#content {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#center {
|
|
width: 49%;
|
|
height: 95%;
|
|
margin-left: 0.5%;
|
|
float: left;
|
|
border: 1px solid #169BD5;
|
|
}
|
|
|
|
#ball {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
/*球机视频框外层*/
|
|
|
|
#balla {
|
|
width: 98.5%;
|
|
height: 98.5%;
|
|
margin-left: 1.2%;
|
|
margin-top: 0.5%;
|
|
float: left;
|
|
}
|
|
|
|
#left{
|
|
width: 70%;
|
|
height: 99%;
|
|
margin-left: 0.2%;
|
|
float: left;
|
|
}
|
|
#right{
|
|
width: 29%;
|
|
height: 99%;
|
|
margin-left: 0.2%;
|
|
float: left;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
.UAVRecognitionDiv{
|
|
width: 99%;
|
|
height: auto;
|
|
float: left;
|
|
border: 1px solid #E1E1E1;
|
|
}
|
|
.UAVRecognitionTitle{
|
|
width: 100%;
|
|
height: 5%;
|
|
}
|
|
|
|
.UAVRecognitionTitle font{
|
|
color: #000;
|
|
font-size: 14px;
|
|
}
|
|
.UAVRecognitionPhoto{
|
|
width: 100%;
|
|
height: auto;
|
|
text-align: center;
|
|
}
|
|
.UAVRecognitionPhotoUl{
|
|
width: 100%;
|
|
margin-left: -7%;
|
|
height: auto;
|
|
list-style-type: none;
|
|
}
|
|
.disPhotoLi {
|
|
width: 47.6%;
|
|
height: 30.6% !important;
|
|
float: left;
|
|
margin: 1%;
|
|
border: 1px solid #e8eceb;
|
|
}
|
|
.disPhotoLi img{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.UAVRecognitionInfo{
|
|
width: 96%;
|
|
height: auto;
|
|
float: left;
|
|
margin-left: -3%;
|
|
list-style-type: none;
|
|
}
|
|
.ulDiv{
|
|
width: 100%;
|
|
height: auto;
|
|
list-style-type: none;
|
|
}
|
|
|
|
/* chrome下的滚动条样式 */
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0.1px;
|
|
height: 0.1px;
|
|
}
|
|
|
|
|
|
/* 滚动槽 */
|
|
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 5px white;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
|
|
/* 滚动条滑块 */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
background: white;
|
|
-webkit-box-shadow: inset 0 0 6px white;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
background: white;
|
|
}
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background-color: white; // 颜色
|
|
} |