public.css 2.97 KB
html,body{
  height: 100%;
}
*{
  padding: 0;
  margin: 0;
}
.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: 100%;
	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:8px;
}
.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;
}