NONGJINGQUANXIAOCHENGXU/pages/home/home.wxml

38 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2025-03-24 10:28:28 +08:00
<view class="container">
<view class="topcontainer">
<image src="/images/bannerbg.png"></image>
<text>农 村 土 地 经 营 权</text>
</view>
<view class="banner">
<!-- <swiper indicator-dots indicator-color="rgba(119,119,119,1)" indicator-active-color="#1E7DD0" autoplay circular previous-margin="20px" next-margin="20px">
<swiper-item wx:for="{{swiperBannerImg}}" wx:key="index" catchtap="gopage" data-url="{{item.path}}">
<image src="{{item.src}}"></image>
</swiper-item>
</swiper> -->
</view>
<view class="contentnav">
<view class="navul" wx:for="{{operationalservices}}" wx:key="index">
<view class="navli" catchtap="gopage" data-url="{{item.path}}">
<image class="servieceimgbg" src="{{item.bg}}"></image>
<div class="contentli" >
<image class="servieceimg" src="{{item.src}}"></image>
<text class="title">{{item.title}}</text>
</div>
</view>
</view>
</view>
<!-- <view class="footer">
<view class="index">
<i-icon size="23" color="#fff" type="homepage_fill" />
<text class="name">首页</text>
</view>
<view catchtap="gopage" data-url="/pages/mini/mini">
<i-icon size="23" color="#54585B" type="mine_fill" />
<text class="name">我的</text>
</view>
</view> -->
</view>