|
@@ -60,11 +60,22 @@
|
|
|
</view>
|
|
|
<!-- 内容top -->
|
|
|
</view>
|
|
|
-
|
|
|
- <view style="padding: 25rpx 30rpx;background: #ffffff;">
|
|
|
+ <!-- 视频推荐 -->
|
|
|
+ <view class="three" style="height:163rpx;width:100%;padding-left:15rpx;background-color: #F5F5F5;">
|
|
|
+ <image src="{{imgUrl}}index-video-recommend.png" style="height:163rpx;width:720rpx" bindtap="gotoSPTJ"></image>
|
|
|
+ </view>
|
|
|
+ <view class="content-service" style="margin-left: 20rpx;margin-right: 20rpx;">
|
|
|
+ <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems3 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item2">
|
|
|
+ <view data-item="{{index}}">
|
|
|
+ <image src="{{ item.img }}" style="height:120rpx;width:120rpx"></image>
|
|
|
+ </view>
|
|
|
+ <!-- <view data-item="{{index}}">{{ item.name }}</view> -->
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view style=" margin-left: 20rpx;margin-right: 20rpx; margin-bottom: 15rpx;border-radius: 20rpx; background: #ffffff;">
|
|
|
<!-- <view class="content-search-tab" style="height: 588rpx;"> -->
|
|
|
<view class="content-service">
|
|
|
- <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems1 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
|
|
|
+ <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems4 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
|
|
|
<view data-item="{{index}}">
|
|
|
<image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
|
|
|
</view>
|
|
@@ -72,19 +83,19 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content-service">
|
|
|
- <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems1 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
|
|
|
+ <view bindtap="clickService1" data-item="{{index}}" wx:for="{{ serviceItems5 }}" wx:for-item="item" wx:for-index="index" wx:key="index" class="content-service-item">
|
|
|
<view data-item="{{index}}">
|
|
|
<image src="{{ item.img }}" style="height:88rpx;width:88rpx"></image>
|
|
|
</view>
|
|
|
<view data-item="{{index}}">{{ item.name }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
|
|
|
<!-- 视频推荐 -->
|
|
|
<!-- <view class="three" style="height:163rpx;width:100%;padding-left:15rpx;background-color: #F5F5F5;">
|
|
|
- <image src="{{imgUrl}}index-video-recommend.png" style="height:163rpx;width:720rpx" bindtap="gotoSPTJ"></image> -->
|
|
|
- <!-- <swiper current="{{lun}}" indicator-dots="{{true}}" style="height: 100%;width: 720rpx">
|
|
|
+ <image src="{{imgUrl}}index-video-recommend.png" style="height:163rpx;width:720rpx" bindtap="gotoSPTJ"></image>
|
|
|
+ <swiper current="{{lun}}" indicator-dots="{{true}}" style="height: 100%;width: 720rpx">
|
|
|
<swiper-item bindtap="gotoNewsPaper">
|
|
|
<image src="{{imgUrl}}index-video-banner.png" style="height:163rpx;width:100%"></image>
|
|
|
</swiper-item>
|
|
@@ -94,8 +105,8 @@
|
|
|
<swiper-item>
|
|
|
<image src="{{imgUrl}}self-service.png" style="height:163rpx;width:100%"></image>
|
|
|
</swiper-item>
|
|
|
- </swiper> -->
|
|
|
- <!-- </view> -->
|
|
|
+ </swiper>
|
|
|
+ </view> -->
|
|
|
<!-- 南岸动态 -->
|
|
|
<view class="content-na" style="height:512rpx;width:100%;background-color:#F5F5F5;position:relative;overflow: hidden;margin-top: 5rpx;">
|
|
|
<!-- 浮动 -->
|