|
|
|
@ -7,12 +7,12 @@ |
|
|
|
|
<!-- 头部地址与天气 --> |
|
|
|
|
<!-- <view class="dly_flex mmd_top"> --> |
|
|
|
|
<!-- 地址切换 --> |
|
|
|
|
<!-- <view class="sec_name_unit agn_left mmd_dl"> |
|
|
|
|
<view class="cur-input">{{ info.sname }}</view> |
|
|
|
|
<view class="sec_name_unit agn_left mmd_dl"> |
|
|
|
|
<view class="cur-input"><text>{{ info.sname }}</text></view> |
|
|
|
|
<view class="dl_1"> |
|
|
|
|
<text>{{ info.slevel }}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
<!-- 天气 |
|
|
|
|
<view class="sec_whe_unit agn_right mmd_dl mmd_whe"> |
|
|
|
|
<image :src="weatherImgUrl" class="mmd_icon"></image> |
|
|
|
@ -81,7 +81,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view :class="[zhankai > shouqi ? 'lvdh_inf ' : 'lvdh_inf h_define']"> |
|
|
|
|
<!-- class="h_define" 固定高度 --> |
|
|
|
|
<u-parse :content="info.sdescribe" /> |
|
|
|
|
<u-parse :content="info.sdescribe" :loading="loading" @preview="preview" @navigate="navigate" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -1030,4 +1030,7 @@ page { |
|
|
|
|
width: 100%; |
|
|
|
|
box-shadow: 15rpx 10rpx 0 rgba(0, 206, 185, 0.1); |
|
|
|
|
} |
|
|
|
|
.cur-input{ |
|
|
|
|
opacity: 0.99; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|