diff --git a/Parking_spaces/Views/Engineering/Engineering_Index.cshtml b/Parking_spaces/Views/Engineering/Engineering_Index.cshtml index 569ba71..9066c7b 100644 --- a/Parking_spaces/Views/Engineering/Engineering_Index.cshtml +++ b/Parking_spaces/Views/Engineering/Engineering_Index.cshtml @@ -8,8 +8,10 @@ .switch { position: relative; display: inline-block; - width: 50px; - height: 24px; + width: 50px; /* 寬度 */ + height: 20px; /* 高度調整 */ + padding: 2px; /* 內邊距,讓開關有一些間距 */ + margin: 0; /* 外邊距 */ } .switch input { @@ -21,10 +23,10 @@ .slider { position: absolute; cursor: pointer; - top: 0; + top: 0; /* 確保滑塊與開關的上邊緣對齊 */ left: 0; right: 0; - bottom: 0; + bottom: 0; /* 底部對齊,保持和外部高度一致 */ background-color: #ccc; -webkit-transition: .4s; transition: .4s; @@ -34,10 +36,10 @@ .slider:before { position: absolute; content: ""; - height: 20px; - width: 20px; - left: 2px; - top: 2px; + height: 16px; /* 調整圓點的高度 */ + width: 16px; /* 調整圓點的寬度 */ + left: 2px; /* 圓點的左邊距 */ + top: 2px; /* 圓點的上邊距 */ background-color: white; -webkit-transition: .4s; transition: .4s; @@ -45,17 +47,15 @@ } input:checked + .slider { - background-color: #6f42c1 + background-color: #6f42c1; /* 選中時的背景顏色 */ } input:checked + .slider:before { - -webkit-transform: translateX(26px); + -webkit-transform: translateX(26px); /* 選中時,圓點移動的距離 */ -ms-transform: translateX(26px); transform: translateX(26px); } - -

工程模式

- - - - - - - - -
- -
-
-
-
即時影像
-
-
-
- -
-
- -
- - -
-
- -
-
演算法狀態
-
- -
- - - - - - - - - - - -
- 演算法名稱 - - 狀態 -
-
-
-
-
-
-
-
+
+
每日違規數量 @@ -153,42 +100,61 @@
+ + +
+
+
即時影像
+
+
+
+
+
- + +
-
-
- 字幕機狀態 -
+
演算法狀態
-
- - - + + + +
- 停車場位置 - - 字幕機IP - - 顯示參數 - 演算法名稱狀態
+
+
- - + +
+
+
+ 字幕機狀態 + +
+
+
+ + + + + + + + +
停車場位置字幕機IP顯示參數
-
- + -
-
-
-
- 下載 總車位與月租Excel 文件 及 校園車位信息 - -
+
+
+
+
+ 下載 總車位與月租Excel 文件 及 校園車位信息 + +
+
+
+ +
+
-
- -
- -
- -
-
校園總車位數量
- - - - - - - - ` - - -
總車位剩餘車位
-
+ +
+
校園總車位數量
+ + + + + + + + + ` + + +
總車位剩餘車位
+
- -
-
校園當前車流量
- - - - - - - - - - -
類別數量
-
+ +
+
校園當前車流量
+ + + + + + + + + + +
類別數量
+
@@ -264,7 +231,7 @@
- +