You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							1.7 KiB
						
					
					
				
								<view style="top: {{statusHeight}}px;color:#ffffff;padding-left:30rpx" class="header-search flex items-center">
							 | 
						|
								    <view>青岛</view>
							 | 
						|
								    <van-search value="{{ searchValue }}" shape="round" background="transparent" placeholder="请输入搜索关键词" />
							 | 
						|
								</view>
							 | 
						|
								<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" style="height:480rpx">
							 | 
						|
								    <block wx:for="{{imgUrls}}">
							 | 
						|
								        <swiper-item>
							 | 
						|
								            <image src="{{item}}" class="slide-image" />
							 | 
						|
								        </swiper-item>
							 | 
						|
								    </block>
							 | 
						|
								</swiper>
							 | 
						|
								<view class="bg-white pt-40">
							 | 
						|
								    <view class="card tip flex">
							 | 
						|
								        <image src="../../images/icon/tip.png" class="icon-36" alt="Image" />
							 | 
						|
								        <view class="ellipsis">青岛人彩棉租住房申请条件的先骨干说明</view>
							 | 
						|
								    </view>
							 | 
						|
								    <van-grid square border="{{false}}">
							 | 
						|
								        <van-grid-item use-slot wx:for="{{ 8 }}" wx:for-item="index">
							 | 
						|
								            <image style="width: 100rpx;min-height: 100rpx;" src="{{'../../images/icon/nav_'+index + '.png'}}" />
							 | 
						|
								            <text class="text-28 m-top-12">政策资讯</text>
							 | 
						|
								        </van-grid-item>
							 | 
						|
								    </van-grid>
							 | 
						|
								</view>
							 | 
						|
								<view class="card mt-16">
							 | 
						|
								    <view class="flex flex-sb">
							 | 
						|
								        <view class="title">政策资讯</view>
							 | 
						|
								        <view class="more">更多</view>
							 | 
						|
								    </view>
							 | 
						|
								    <view class="flex flex-col" wx:for="{{3}}">
							 | 
						|
								        <view class="flex">
							 | 
						|
								            <view class="flex-1 flex flex-col flex-sb">
							 | 
						|
								                <view class="ellipsis-2">青岛人彩棉租住房申请条件的先骨干说明</view>
							 | 
						|
								                <view class="date text-20 gray pl-16">2025-04-27 05:50:32</view>
							 | 
						|
								            </view>
							 | 
						|
								            <image src="../../images/zixun.png" style="width:230rpx;height:154rpx" />
							 | 
						|
								        </view>
							 | 
						|
								    <van-divider/>
							 | 
						|
								    </view>
							 | 
						|
								</view>
							 |