Feat(AI):天气和日历对接
This commit is contained in:
+26
-3
@@ -1039,12 +1039,12 @@ page {
|
||||
}
|
||||
.weather-holiday-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: stretch;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
padding: 0 24rpx 48rpx 24rpx;
|
||||
.data-wrap {
|
||||
width: calc(50% - 12rpx);
|
||||
height: 288rpx;
|
||||
flex: 1;
|
||||
padding: 20rpx;
|
||||
border-radius: 20rpx;
|
||||
box-sizing: border-box;
|
||||
@@ -1101,6 +1101,29 @@ page {
|
||||
font-size: 26rpx;
|
||||
line-height: 36rpx;
|
||||
}
|
||||
.txt-loading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 28rpx;
|
||||
min-height: 200rpx;
|
||||
}
|
||||
.no-weather {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
font-size: 26rpx;
|
||||
color: #999;
|
||||
line-height: 38rpx;
|
||||
.img {
|
||||
display: block;
|
||||
width: 226rpx;
|
||||
height: 130rpx;
|
||||
margin: 0 0 12rpx 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.holiday-data {
|
||||
.title {
|
||||
|
||||
Reference in New Issue
Block a user