mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add lvtu
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ body{
|
||||
left:10px;
|
||||
top:70px;
|
||||
opacity: 0.9;
|
||||
height:290px;
|
||||
height:300px;
|
||||
width:190px;
|
||||
border:1px solid #ddd;
|
||||
}
|
||||
|
||||
+4
-4
@@ -43,11 +43,11 @@
|
||||
<div class="charts_pannel">
|
||||
<div id="charts" class="charts_div"></div>
|
||||
<div class="charts_info">
|
||||
<div>实时车速:<span id="real_speed">准备计算</span></div>
|
||||
<div>实时车速:<span id="real_speed" style="font-size:15px;color:#E6007C;">准备计算</span></div>
|
||||
<div>模拟车速:<span>50,000 km/h</span></div>
|
||||
<div>到达时间:<span id="real_time">预测计算到达时间</span></div>
|
||||
<div>距离:<span id="real_distance">预测目的地距离</span></div>
|
||||
<div>时长:<span id="real_distime">预测到达所花时长</span></div>
|
||||
<div>到达时间:<span id="real_time" style="font-size:15px;color:#E6007C;">预测计算到达时间</span></div>
|
||||
<div>距离:<span id="real_distance" style="font-size:15px;color:#E6007C;">预测目的地距离</span></div>
|
||||
<div>时长:<span id="real_distime" style="font-size:15px;color:#E6007C;">预测到达所花时长</span></div>
|
||||
</div>
|
||||
<div style="width:100%;">
|
||||
<div id="tem_yin" class="fl tempe" style="color:#FF5718;">阴</div>
|
||||
|
||||
Reference in New Issue
Block a user