#
vincent
2020-06-03 45e4c1543eaacc87ccf67a7ae91d2a8bb5b82ddc
src/main/webapp/static/css/console.css
@@ -30,24 +30,36 @@
/* 系统运行状态 */
.system-state {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    width: 10%;
    height: 100%;
    padding: 20px;
    text-align: center;
    color: #2d6aff;
}
.system-icon {
    width: 100px;
    height: 100px;
    background-image: url("../image/stop48.png");
#system-icon {
    display: inline-block;
    width: 70%;
    height: 70%;
    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;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/* 状态显示 */
@@ -332,20 +344,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}*/
/*}*/