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);
}
-
-
工程模式
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 演算法名稱
- |
-
- 狀態
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
- 停車場位置
- |
-
- 字幕機IP
- |
-
- 顯示參數
- |
+ 演算法名稱 |
+ 狀態 |
+
+
+
+
-
-
+
+
+
+
+
+
+
+ 停車場位置 |
+ 字幕機IP |
+ 顯示參數 |
+
+
+
-
-
+
-