#
vincent
2020-06-03 90963568d7f507417818f74d2131575f09eb1383
src/main/webapp/static/css/crn.css
@@ -107,6 +107,7 @@
/* -------------------- 第三模块 -------------------- */
.crn-operation {
    position: relative;
    margin-top: 10px;
    height: 25%;
    background-color: #fff;
@@ -207,6 +208,22 @@
    color: #fff;
}
/* 手动操作遮罩 */
.crn-operation-shade {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    padding: 80px 0;
}
.crn-operation-shade-span {
    font-size: xx-large;
    font-weight: bold;
    color: red;
}
/* -------------------- 第四模块 -------------------- */
.crn-output-board {
    margin-top: 10px;
@@ -225,4 +242,4 @@
    overflow: auto;
    resize:none;
    color: #666;
}
}