|
@@ -19,11 +19,11 @@
|
|
|
<div id="tower_temperature">
|
|
|
<div id="tower_temperature">
|
|
|
<div scr="hot_water" style="width: 300px;height:300px;color: #26b72b;float:left">熱水溫度</div>
|
|
|
- <font size="1">Hot temp: {{ x }}</font><br>
|
|
|
+ <font size="1">{{ x }}</font><br>
|
|
|
<div id="cold_water" style="width: 300px;height:300px;color: #8600FF;float:left">冷水溫度</div>
|
|
|
- <font size="1">Cold temp: {{ y }}</font><br>
|
|
|
+ <font size="1">{{ y }}</font><br>
|
|
|
<div id="wet_water" style="width: 300px;height:300px;color: #737300;float:left">濕球溫度</div>
|
|
|
- <font size="1">Wet temp: {{ z }}</font><br>
|
|
|
+ <font size="1">{{ z }}</font><br>
|
|
|
</div>
|
|
|
<style>
|
|
|
table {
|