Commit b437241a authored by qjeslks's avatar qjeslks
parents 93a6e9db 3c3f9464
public/imgs/home/time.png

7.96 KB | W: | H:

public/imgs/home/time.png

3.58 KB | W: | H:

public/imgs/home/time.png
public/imgs/home/time.png
public/imgs/home/time.png
public/imgs/home/time.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -185,17 +185,20 @@ html { ...@@ -185,17 +185,20 @@ html {
/* 气象信息文本--小文本 */ /* 气象信息文本--小文本 */
.div-contain-text-small { .div-contain-text-small {
font-size: 8pt; font-size: 14px;
width: 100px;
// text-align:center; // text-align:center;
vertical-align: top; vertical-align: top;
width: 100px;
//width: 100px;
} }
/* 气象信息文本--大文本 */ /* 气象信息文本--大文本 */
.div-contain-text-big { .div-contain-text-big {
font-size: 14px; font-size: 20px;
font-weight: bold;
} }
.ams-header .user { .ams-header .user {
......
...@@ -35,15 +35,15 @@ ...@@ -35,15 +35,15 @@
</el-dropdown> </el-dropdown>
</div> </div>
<div class="header-weather" id=""> <div class="header-weather" id="">
<el-row style="left: 37%;widows: 60px;width: 63%;"> <el-row style="left: 35%;widows: 60px;width: 65%;">
<el-col :span="4" style=""> <el-col :span="4" style="">
<div class="div-contain-titleAndText"> <div class="div-contain-titleAndText">
<el-image style="padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;" src="/imgs/home/wendu.png" <el-image style="padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;" src="/imgs/home/wendu.png"
:fit="'fill'" /> :fit="'fill'" />
<div> <div>
<div class="div-contain-title"> 温度 ℃</div> <div class="div-contain-title"> 室外温度</div>
<div class="div-contain-text-big">{{ showWeatherData.weatherData.temperature }} <div class="div-contain-text-big">{{ showWeatherData.weatherData.temperature +'℃'}}
</div> </div>
</div> </div>
</div> </div>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<el-image style="padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;" src="/imgs/home/time.png" <el-image style="padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;" src="/imgs/home/time.png"
:fit="'scale-down'" /> :fit="'scale-down'" />
<div> <div>
<div class="div-contain-title" style="width: 100px;">气象时间</div> <div class="div-contain-title" style="">气象时间</div>
<div class="div-contain-text-small" style="line-height: 15px;">{{ <div class="div-contain-text-small" style="line-height: 15px;">{{
showWeatherData.weatherData.gatherTime showWeatherData.weatherData.gatherTime
}}</div> }}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment