From fee8ce38a1dccea06db3004a174e13885e8f9e48 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 13 八月 2022 13:20:36 +0800 Subject: [PATCH] # --- 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