From 4ffa10559b032cb1baae41f14e7ca86c04659f9a Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期一, 21 二月 2022 08:51:19 +0800
Subject: [PATCH] #css 修改176
---
src/main/webapp/static/css/console.css | 58 +++++++++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 45 insertions(+), 13 deletions(-)
diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css
index 6ffac4c..ed59471 100644
--- a/src/main/webapp/static/css/console.css
+++ b/src/main/webapp/static/css/console.css
@@ -87,6 +87,37 @@
border-radius: 15px;
margin-left: 1%;
}
+ /*鎵爜琛ㄥ崟*/
+ .tablebox {
+ display: inline-block;
+ width: 290px;
+ height: 162px;
+ margin-left: 1.5%;
+ color: white;
+ font-size: 14px;
+ list-style: none;
+ line-height: 27px;
+ text-indent: 10px;
+ }
+ .table-head {
+ width: 100%;
+ height: 27px;
+ background:linear-gradient(to right, rgb(94, 193, 184),rgb(12,71,63));
+ }
+ .right {
+ float: right;
+ text-indent: 10px;
+ padding-right: 10px;
+ }
+ .table-body li {
+ background-color: #5D7677;
+ }
+ .table-body li:nth-child(even) {
+ background-color: #4A6565;
+ }
+
+
+
/* 鎺у埗琛ㄥご */
.body-head {
height: 35px;
@@ -219,7 +250,7 @@
/* 绔欑偣 */
.site {
color: #333;
- height: 20px;
+ height: 18px;
border: 1px solid rgb(108,167,168);
cursor: pointer;
width: 50px;
@@ -227,6 +258,7 @@
background-color: rgb(120,255,129);
font-size: 13px;
}
+ /*绌虹珯鐐�*/
/* ------------------ 杈撻�佺嚎鎬绘垚 ------------------ */
.site-row {
position: absolute;
@@ -234,8 +266,8 @@
}
/* 杈撻�佺嚎绗竴鍒� */
.site-row-1 {
- top: 210px;
- left: 166px;
+ top: 205px;
+ left: 158px;
}
.site-row-1 .site {
width: 70px;
@@ -243,34 +275,34 @@
/* 杈撻�佺嚎绗簩鍒� */
.site-row-2 {
- top: 210px;
- left: 238px;
+ top: 205px;
+ left: 230px;
}
.site-row-2 .site {
width: 70px;
}
.site-row-3 {
- top: 253px;
- left: 310px;
+ top: 205px;
+ left: 302px;
}
.site-row-3 .site {
width: 70px;
}
.site-row-4 {
- top: 210px;
- left: 311px;
+ top: 246px;
+ left: 374px;
}
.site-row-5 {
top: 71px;
- left: 455px;
+ left: 446px;
}
.site-row-5 .site {
width: 70px;
}
.site-row-6 {
top: 71px;
- left: 528px;
+ left: 518px;
}
.site-row-6 .site {
width: 70px;
@@ -281,7 +313,7 @@
.main-part {
position: absolute;
top: 20px;
- left: 600px;
+ left: 590px;
}
.main-part .lane {
margin-top: 30px;
@@ -408,7 +440,7 @@
display: inline-block;
float: right;
margin-top: 15px;
- margin-right: 80px;
+ margin-right: 50px;
}
#crnWindow-head {
width: 291px;
--
Gitblit v1.9.1