Quellcode durchsuchen

增加盘头小于200圈显示

wukai vor 6 Monaten
Ursprung
Commit
c55896b1df
1 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 8 1
      main.html

+ 8 - 1
main.html

@@ -137,9 +137,16 @@
                 <img src="image/t1.png" style="float: left;width: 40px;">
                 <span class="number" attr="alarm"
                       style="float: left;font-family: Bebas Neue, Bebas Neue;font-weight: 700;font-size: 22px;line-height: 30px;text-align: left;font-style: normal;text-transform: none;margin-left: 1%;color: red;">-</span>
-                <span style="float: left;font-size: 15px;margin-top: 6px;">()</span>
+                <span style="float: left;font-size: 15px;margin-top: 6px;">()</span>
                 <span style="float: left;font-weight: 500;font-size: 14px;color: #FFFFFF;line-height: 22px;text-align: left;width: 65%;margin-left: 1%;">其他停机数</span>
             </div>
+            <div title="盘头小于200圈" style="float: left;width: 33%;margin-top: 15px;color: #FFB342;">
+                <img src="image/t1.png" style="float: left;width: 40px;">
+                <span class="number" attr="stopPan"
+                      style="float: left;font-family: Bebas Neue, Bebas Neue;font-weight: 700;font-size: 22px;line-height: 30px;text-align: left;font-style: normal;text-transform: none;margin-left: 1%;color: red;">-</span>
+                <span style="float: left;font-size: 15px;margin-top: 6px;">(台)</span>
+                <span style="float: left;font-weight: 500;font-size: 12px;color: #FFFFFF;line-height: 22px;text-align: left;width: 65%;margin-left: 1%;">盘头小于200圈</span>
+            </div>
         </div>
     </div>
 </div>