Feat(AI):天气展示数据调整
This commit is contained in:
@@ -81,6 +81,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="content">今日风向:{{ weatherData.win }}</view>
|
<view class="content">今日风向:{{ weatherData.win }}</view>
|
||||||
|
<view class="content">紫外线指数:{{ weatherData.uvIndex }} {{ weatherData.uvDescription }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="no-weather">
|
<view v-else class="no-weather">
|
||||||
<image
|
<image
|
||||||
|
|||||||
@@ -1096,10 +1096,14 @@ page {
|
|||||||
padding: 0 0 0 24rpx;
|
padding: 0 0 0 24rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.content + .content {
|
||||||
|
padding: 12rpx 0 0 0;
|
||||||
|
}
|
||||||
.content {
|
.content {
|
||||||
color: #3D4CF1;
|
color: #3D4CF1;
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
line-height: 36rpx;
|
line-height: 36rpx;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.txt-loading {
|
.txt-loading {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user