From 4aa39baac48fc4dd1b8555bb776bd020bbcbe50b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 22 八月 2022 16:16:19 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/console.css | 43 +++++++++++++++++++++++++++++++++++++------ 1 files changed, 37 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index 8136289..d0e4efc 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -288,19 +288,16 @@ position: absolute; top: 122px; } -/* 杈撻�佺嚎绗竴鍒� */ .site-row-1 { - top: 205px; - left: 120px; + top: 67px; + left: 392px; } .site-row-1 .site { width: 80px; } - -/* 杈撻�佺嚎绗簩鍒� */ .site-row-2 { top: 67px; - left: 400px; + left: 474px; } .site-row-2 .site { width: 80px; @@ -497,6 +494,40 @@ margin-right: 80px; } +/* ------------------ 鍙拌溅 ------------------ */ +/* 杞ㄩ亾 */ +.car-track { + position: absolute; +} +.car-track-across { + position: absolute; +} +.car-track div { + height: 100%; + display: inline-block; + width: 75%; + border-left: 5px solid #313131; + border-right: 5px solid #313131; +} +.car-track-across div { + height: 80%; + display: inline-block; + width: 100%; + border-top: 3px solid #313131; + border-bottom: 3px solid #313131; +} +#car-track-1 { + text-align: center; + width: 70px; + height: 605px; + top: 0; + left: 6px; +} + +/* 杞� */ +.car { + position: absolute; +} /* 寮圭獥 */ -- Gitblit v1.9.1