This commit is contained in:
lh_wang
2015-08-02 10:31:45 +08:00
parent f85afdce4e
commit bb8659d9f4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ body{
left:10px;
top:70px;
opacity: 0.9;
height:290px;
height:300px;
width:190px;
border:1px solid #ddd;
}
+4 -4
View File
@@ -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>