pang.jiabao
2025-09-08 1ba71b9ee89817b1931e950c966a320c75ef02c3
src/main/webapp/static/wcs/css/render.css
@@ -341,7 +341,7 @@
}
/* 自动+有物+ID */
.site-auto-run-id {
    background-color: rgb(252,48,48);
    background-color: rgb(52, 168, 222);
}
/* 自动+有物 */
.site-auto-run {
@@ -358,6 +358,9 @@
/* 非自动/手动 */
.site-unauto {
    background-color: rgb(184,184,184);
}
.site-error{
    background-color: rgb(252,48,48);
}
#code {
    background-image: url(../images/status_bar_2.png);
@@ -529,7 +532,7 @@
}
.main-part {
    position: relative;
    top: -50px;
    top: 0px;
    left: -150px;
    width: 100%;
    height: 100%;
@@ -540,7 +543,7 @@
    top: 0;
    right: 0;
    width: 500px;
    height: 200px;
    height: 230px;
    background: rgba(255, 255, 255, 0.7);
    overflow: auto;
}