#
luxiaotao1123
2020-08-07 2c99685a60ecc2da91364642b45a636d1af13b1f
src/main/webapp/static/css/console.css
@@ -36,17 +36,23 @@
    text-align: center;
    color: #2d6aff;
}
.system-icon {
#system-icon {
    display: inline-block;
    width: 70%;
    height: 70%;
    background-image: url("../image/stop48.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: top center;
    cursor: pointer;
}
.system-state span {
.system-icon-open {
    background-image: url("../image/stop48.png");
}
.system-icon-close {
    background-image: url("../image/start48.png");
}
#system-run-desc {
    font-size: large;
    display: inline-block;
    padding-top: 10px;
@@ -158,6 +164,7 @@
.site-none {
    border: none;
    background-color: transparent;
    cursor: default;
}
/* 自动 */
.site-auto {
@@ -204,6 +211,7 @@
    border-left: 1px solid #333!important;
    border-right: 1px solid #333!important;
    border-right: none;
    cursor: inherit;
}
.stock-group .item:last-child {
    /*border-right: 1px solid #333!important;*/
@@ -338,20 +346,26 @@
    margin-left: 35px;
}
/* 弹窗 */
form .form-item {
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
}
form .form-item-label {
    float: left;
    text-align: right;
    padding: 1px 6px;
    display: inline-block;
    vertical-align: middle;
}
form .form-item-input {
    display: inline-block;
    float: left;
    vertical-align: middle;
}
form .form-item-input input {
    height: 1.5rem;
    padding-left: 0.5rem;
}
/* 动画 */
/*.machine {*/
    /*position: relative;*/
    /*-webkit-animation: machine 2s;*/
    /*animation: machine 2s;*/
    /*animation-fill-mode: forwards;*/
/*}*/
/*@-webkit-keyframes machine {*/
    /*from {left: 0;}*/
    /*to {left: 100px}*/
/*}*/
/*@keyframes animationCrn {*/
    /*from {left: 0}*/
    /*to {left: 100px}*/
/*}*/