body {
|
padding: 0px;
|
margin: 0px;
|
}
|
|
#page_root {
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
display: none;
|
}
|
/* */
|
#page_loading {
|
height: 100vh !important;
|
}
|
|
.spinner {
|
position: relative;
|
margin: 45vh auto;
|
width: 65px;
|
/* height: 200px; */
|
/* line-height: 200px; */
|
}
|
|
.cube2 {
|
background-color: #fff;
|
border-radius: 50%;
|
width: 1px;
|
height: 1px;
|
position: absolute;
|
top: 5px;
|
left: 5px;
|
}
|
|
.cube1 {
|
background-image: url(../img/hloading.png);
|
background-size: 200px;
|
background-color: #fff;
|
background-repeat: no-repeat;
|
background-position: -28px -115px;
|
/* background: -webkit-gradient(linear ,0% 10%,100% 100%, color-stop(0.3,rgb(51, 91, 185)), color-stop(0.3,#fff), color-stop(0.8,#fff), color-stop(1,#fff) ); */
|
border-radius: 50%;
|
width: 65px;
|
height: 65px;
|
position: absolute;
|
top: 0;
|
left: 0;
|
-webkit-animation: cubemove 1s infinite ease-in-out;
|
animation: cubemove 1s linear infinite;
|
}
|
|
@-webkit-keyframes cubemove {
|
0%{transform:rotate(0deg);}
|
100%{transform:rotate(360deg);}
|
/* 25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
|
50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
|
75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
|
100% { -webkit-transform: rotate(-360deg) } */
|
}
|
|
@keyframes cubemove {
|
100%{transform:rotate(360deg);}
|
/* 25% {
|
transform: translateX(42px) rotate(-90deg) scale(0.5);
|
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
|
} 50% {
|
transform: translateX(42px) translateY(42px) rotate(-179deg);
|
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
|
} 50.1% {
|
transform: translateX(42px) translateY(42px) rotate(-180deg);
|
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
|
} 75% {
|
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
|
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
|
} 100% {
|
transform: rotate(-360deg);
|
-webkit-transform: rotate(-360deg);
|
} */
|
}
|
|
|
|
/* */
|
.topbar {
|
height: 40px;
|
background-color: #fff;
|
line-height: 40px;
|
padding-left: 24px;
|
font-size: 14px;
|
font-weight: 700;
|
margin: 0px;
|
}
|
|
.topbar-line {
|
/* height: 40px;
|
line-height: 40px; */
|
padding: 0px 16px;
|
}
|
.popup_topbar {
|
height: 40px;
|
background-color: #fff;
|
line-height: 40px;
|
padding-left: 24px;
|
font-size: 14px;
|
font-weight: 700;
|
margin: 0px;
|
display: none;
|
}
|
.popup_tools_top {
|
height: 40px;
|
background-color: #fff;
|
line-height: 40px;
|
padding-left: 24px;
|
font-size: 14px;
|
font-weight: 700;
|
margin: 0px;
|
}
|
.table_title {
|
height: 32px;
|
background-color: #fff;
|
line-height: 32px;
|
padding-left: 24px;
|
font-size: 14px;
|
margin: 0px;
|
}
|
|
.query-icon {
|
float: left;
|
margin-left: 8px;
|
margin-right: 0px;
|
line-height: 42px;
|
font-size: 20px !important;
|
display: none;
|
}
|
|
.query-icon .iconfont {
|
font-size: inherit;
|
}
|
|
.query-bar {
|
/* float: left; */
|
width: 100%;
|
}
|
|
.h_dialog__body {
|
font-size: 12px;
|
font-weight: initial;
|
margin-left: 16px;
|
margin-right: 16px;
|
}
|
|
.el-dialog__body .h_dialog__body {
|
font-size: 12px;
|
font-weight: initial;
|
margin-left: 0px;
|
margin-right: 0px;
|
}
|
|
.el-form-item {
|
margin-bottom: 0px;
|
}
|
|
.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
|
margin-bottom: 0px;
|
}
|
|
.el-dialog {
|
padding: 0px 20px;
|
}
|
|
.el-dialog__wrapper .el-dialog__headerbtn {
|
top: 10px;
|
right: 20px;
|
color: #d55;
|
font-size: 18px;
|
background-color: #fff;
|
border: 1px solid #e38c8c;
|
border-radius: 5px;
|
height: 24px;
|
width: 24px;
|
line-height: 24px;
|
text-align: center;
|
}
|
|
.el-dialog__wrapper .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
|
color: #d55;
|
font-weight: bold;
|
}
|
|
.el-dialog__wrapper .el-dialog__headerbtn .el-dialog__close {
|
color: #d55;
|
}
|
|
.el-dialog__header {
|
padding: 10px 0px;
|
border-bottom: 1px solid #ccc;
|
}
|
.el-dialog__body{
|
padding: 20px 30px;
|
overflow-y: auto;
|
}
|
.el-dialog__footer {
|
padding: 10px 20px;
|
border-top: 1px solid #ccc;
|
}
|
.popup_el-dialog__header {
|
padding: 10px 0px;
|
border-bottom: 1px solid #ccc;
|
display: none;
|
}
|
|
/* .el-dialog__footer .el-button--mini {
|
padding-left: 20px;
|
padding-right: 20px;
|
} */
|
|
.dialog-title {
|
font-size: 16px;
|
}
|
|
.popup-footer {
|
position: absolute;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
height: 48px;
|
text-align: right;
|
padding: 0px 40px;
|
line-height: 44px;
|
border-top: 1px solid #e7e7e7;
|
}
|
|
.float-left {
|
float: left;
|
}
|
|
|
.float-right {
|
float: right;
|
}
|
|
.el-dialog__body::-webkit-scrollbar {/*滚动条整体样式*/
|
width: 8px;
|
height: 112px;
|
display: none
|
}
|
|
.el-dialog__body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
border-radius: 10px;
|
height: 10px;
|
-webkit-box-shadow: inset 0 0 5px rgb(113, 113, 113);
|
background: #a7a7a7;
|
}
|
.el-dialog__body::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
|
background: #00000;
|
}
|
.el-table th.gutter{
|
display: table-cell!important;
|
}
|