public.css 5.53 KB
html,body{
  height: 100%;
 
}
*{
  padding: 0;
  margin: 0;
}
body{
  background: #fff!important;
}
.el-main{
  background: #F7F6F9;
}
.home,.home-box{
	height: 100%;
}
.home-box .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
  background: red
}
.home-box .el-tabs__nav{
  width: 100%;
}
.home-box .el-tabs__item{
  width: 25%!important;
  padding: 0!important;
  text-align: center;
}
/* 设置区域设置按钮 */
.editbtn .el-radio-button__inner{
  border: 0;
}
.editbtn .el-radio-button:first-child,.editbtn .el-radio-button__inner{
  border: 0!important;
}
.editbtn .el-radio-button:last-child,.editbtn .el-radio-button__inner{
  border-radius: 0;
  border: 0;
}
.editbtn .el-radio-button__orig-radio:checked+.el-radio-button__inner{
  border: 0;
  background: none;
  box-shadow:none;
  color: #3BB7FF;
}
.editbtn .el-radio-button__inner{
  background: none;
  padding: 0;
}
.el-radio-button--small .el-radio-button__inner{
  font-size: 18px;
  color: #3BB7FF;
}
.editbtn{
  height: 46px;
  width: 48px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  background: #D7EDFF;
  cursor: pointer;
}
.editbtn {
  display: block;
  border-radius: 0;
  border: 0;
}
.editbtn .el-radio-button:first-child .el-radio-button__inner{
  border:0;
}
.el-table__body tr{
  background: #f4f4f4;
}
/* 抓拍展示 */
.pic-box {
  width: 98%;
	margin-bottom:10px;
  background:#F1F1F1;
	border-radius:2px;
	overflow :hidden;
  font-size :14px;
  color: #555;
  padding: 6px;
 }
.picbackground{
	height: 133px;
	background-size:100% 100%;
}
.picbackground img{
  height: 100%;
  width:100%;
  margin-top :-1px;
}
.pic-info{
	padding-left:10px;
}
.pic-info li{
		overflow:hidden;
		margin-bottom:3px;
}
.pic-info li span{
  display:inline-block;
}
.pic-info li span:nth-child(1){
    width:60px;
}
.pic-info li span:nth-child(2){
  padding-left: 10px
}
.el-input-group__append{
  background-color: #0d3a79;
  border: 0px;
}
.wtbox .el-table{
  border-bottom: 0px

}
.el-table--border::after, .el-table--group::after, .el-table::before{
  background-color: none;
}
.wtbox .el-table td, .el-table th{
  padding: 8px 0
}
.el-table--border::after, .el-table--group::after, .el-table::before{
  background-color: rgba(0,0,0,0);
}
::-webkit-scrollbar{
  width: 10px;
  height: 10px;
  background-color: #333;
}
/*滚动条的轨道*/
::-webkit-scrollbar-track{
  box-shadow: inset 0 0 5px rgba(0,0,0,.3);
  background-color: #fff;
}
/*滚动条的滑块按钮*/
::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: rgba(133, 133, 133, 0.31);
}
/*滚动条的上下两端的按钮*/
::-webkit-scrollbar-button{
  height: 10px;
  background-color: #B0AEDA;
}

.dev-box .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
  background:rgba(0,0,0,.3);
}
.clearpright{
  padding-right: 0!important;
}
.chart-header-box .el-input--small .el-input__inner{
  height:23px;
  line-height:23px;
  font-size: 12px;
}
.chart-header-box .el-input--small .el-input__icon{
  line-height: 23px;
}
.ol-zoom{
  bottom:.5em;
  left:auto!important;
  right: .5em;
  top:auto!important;
}
.rotate-north {
  right: .5em;
  bottom: 3.8em;
}
.nav-tag-box {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.nav-tag-box .el-tag{
  border-radius: 0;
  border: 0;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 25px;
  background: none;
  cursor: pointer;
  color: #888888;
}
.nav-tag-box .el-tag .el-icon-close{
  color: #888888;
  cursor: pointer;
}
.nav-tag-box .el-tag .el-icon-close:hover{
  background: none;
  cursor: pointer;
  color: #3BB7FF;
}
.alarm-event-box .el-table__body tr{
  background: #fff!important;
}
.alarm-event-box .el-table .el-table__header th{
  background:rgba(248,249,250,1);
  box-shadow:0px 1px 0px 0px rgba(0,0,0,0.09);
}
.img-box img{
  height: 20vh;
 width:20vw;
 height: 100%;
 width: 100%;
}
.ol-popup img{
 height :100%;
 width :100%;
}
.el-table__expanded-cell{
  padding: 0px 50px!important;
}
.ml10{
  margin-left: 10px;
}
.mt10{
  margin-top: 10px;
}
.codes-tab-box .el-tabs__item{
	width: 112px!important;
}
.is-opend {
  background: red;
}

/* 菜单 */
.el-menu-vertical-dem:not(.el-menu--collapse){
  min-height: 900px;
}
.el-menu .is-opened{
  background:rgba(239,239,239,1);
}
.el-menu .is-opened li {
  background:rgba(247,247,247,1);

}
.el-menu-item.is-active{
  color: #000000;
}
.el-menu-item.is-active .submenuicon{
  background:rgba(0,105,255,1)!important;
}
.el-input-group__append{
  background:rgba(0,105,255,1)!important;
  color: #ffffff;
}
.search-vchan .el-input-group {
  box-shadow:-1.2px 2px 1px 0px rgba(78, 8, 8, 0.1);
}

.card-hover:hover,.pic-hover:hover  {
  webkit-transform: translateY(-4px) scale(2);
  -moz-transform: translateY(-4px) scale(1.01);
  -ms-transform: translateY(-4px) scale(1.01);
  -o-transform: translateY(-4px) scale(1.01);
  transform: translateY(-4px) scale(1);
  -webkit-box-shadow: 0 14px 24px rgba(62,57,107,.1);
  box-shadow: 0 14px 24px rgba(62,57,107,.1);
}
.pic-hover:hover {
  box-shadow: 2px 3px 4px rgba(2, 2, 2,0.2);
}

.card-hover,.pic-hover {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}
.statusbox {
  display: inline-block;
  width: 60px;
  border-radius: 2px;
  background:rgba(204,204,204,1);
  color: #fff;
  font-size: 14px;
}
.runningbox {
  background: #36BEA6;
}
.finishedbox{
  background:rgba(255,198,46,1);
}
.pausebox{
  background:rgba(232,84,30,1);
}
.alarm-event-box .el-table .el-table__header th{
  background: none!important;
}
.el-submenu__title{
  font-size: 15px;
}