From 7b91c4ce2b3cabfa65ff2c3d77cfff0c24162cd0 Mon Sep 17 00:00:00 2001 From: 18516761980 <56479841@qq.com> Date: 星期六, 13 八月 2022 13:22:34 +0800 Subject: [PATCH] Merge branch 'gzynwcs' of http://47.97.1.152:5880/r/zy-wcs into gzynwcs --- src/main/webapp/static/css/render.css | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/css/render.css b/src/main/webapp/static/css/render.css index 808914a..deab3e7 100644 --- a/src/main/webapp/static/css/render.css +++ b/src/main/webapp/static/css/render.css @@ -359,6 +359,36 @@ .site-unauto { background-color: rgb(184,184,184); } + + +/* 闈欑疆瀹屾垚 */ +.loc-empty { + background-color: rgb(163,214,242); +} +/* 鍦ㄥ簱闈欑疆涓�*/ +.loc-wait { + background-color: rgb(151,180,0); +} +/* 鍦ㄥ簱寰呮祴 */ +.loc-in-wait { + background-color: rgb(58,77,249); +} +/* 鍦ㄥ簱娴嬭瘯涓� */ +.loc-testing { + background-color: rgb(240,140,10); +} +/* 寮傚父 */ +.loc-error { + background-color: rgb(252,48,48); +} +/* 绌哄簱浣� */ +.loc-empty { + background-color: rgb(132,255,115); +} + + + + #code { background-image: url(../images/status_bar_2.png); background-repeat: no-repeat; -- Gitblit v1.9.1