|
@@ -385,7 +385,7 @@
|
|
|
</view>
|
|
|
<!-- 政民互动 -->
|
|
|
<!-- 媒体矩阵 -->
|
|
|
- <view style="height: 809rpx;width: 100%;position:relative;margin-top: 80rpx;">
|
|
|
+ <view style="height: 924rpx;width: 100%;position:relative;margin-top: 80rpx;">
|
|
|
<view style="margin-left: 20rpx;border-radius: 10rpx;background-color: #ffffff;padding: 25rpx 30rpx;width: 651rpx;height: 100%;">
|
|
|
<!-- 标题 -->
|
|
|
<view style=" display: flex;justify-content: left;align-items: center;height: 60rpx;">
|
|
@@ -413,7 +413,7 @@
|
|
|
</view>
|
|
|
<!-- header -->
|
|
|
<!-- content -->
|
|
|
- <view style="height: 700rpx;width: 100%;">
|
|
|
+ <view style="height: 800rpx;width: 100%;">
|
|
|
<!-- 头部导航 -->
|
|
|
<view class="media-swiper-tab">
|
|
|
<scroll-view scroll-x="true" show-scrollbar="false" scroll-with-animation="true" scroll-left="{{navScrollLeft}}rpx" style="width: 100%;white-space: nowrap;">
|
|
@@ -426,21 +426,34 @@
|
|
|
<!-- 选项内容 -->
|
|
|
<view style="margin-top: 25rpx">
|
|
|
<swiper current="{{mediaCurrentTab}}" class="media-swiper-box" duration="300" bindchange="mediaBindChange">
|
|
|
- <block wx:for="{{provList}}" wx:for-item="city" wx:key="n">
|
|
|
- <swiper-item>
|
|
|
- <scroll-view scroll-y="true" style="height: 100%;padding:0;margin:0;">
|
|
|
- <view style="display: flex;justify-content: flex-start;flex-wrap: wrap">
|
|
|
- <!-- 选项 -->
|
|
|
- <view wx:for="{{mediaSelectList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="{{index % 2 === 0?'media-icon-1':'media-icon-2'}}">
|
|
|
- <view style="display: flex;align-items:center;justify-content:center;margin-right: 4rpx">
|
|
|
- <image src="{{item.img}}" style="height:44rpx;width:44rpx;"></image>
|
|
|
- </view>
|
|
|
- <view style="display: flex;align-items:center;justify-content:center">{{item.name}}</view>
|
|
|
- </view>
|
|
|
+ <swiper-item>
|
|
|
+ <view class="message" style="padding: 4rpx 40rpx;">
|
|
|
+ <view wx:for="{{mediaReleaseList}}" wx:key="index" bindtap="gotoReleaseDetail" data-url="{{item.url}}" class="releaseList">
|
|
|
+ <view style="width: 450rpx;">{{item.title}}</view>
|
|
|
+ <image src="data:{{item.cover}}" style="width: 75rpx;height:75rpx" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
+ <swiper-item>
|
|
|
+ <view style="display: flex;justify-content: flex-start;flex-wrap: wrap">
|
|
|
+ <!-- 选项 -->
|
|
|
+ <view wx:for="{{mediaSelectList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="{{index % 2 === 0?'media-icon-1':'media-icon-2'}}">
|
|
|
+ <view style="display: flex;align-items:center;justify-content:center;margin-right: 4rpx">
|
|
|
+ <image src="{{item.img}}" style="height:44rpx;width:44rpx;"></image>
|
|
|
</view>
|
|
|
- </scroll-view>
|
|
|
- </swiper-item>
|
|
|
- </block>
|
|
|
+ <view style="display: flex;align-items:center;justify-content:center">{{item.name}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
+ <swiper-item>
|
|
|
+ <view wx:for="{{mediaHeadlineList}}" wx:key="index" class="news-item" bindtap="gotoHeadlineDetail" data-url="{{item.url}}">
|
|
|
+ <view class="jigou">
|
|
|
+ <view style="background-color: #B9D9FD;display: inline-block;padding: 0px 10rpx;">{{item.officialAccount}}</view>
|
|
|
+ </view>
|
|
|
+ <view style="margin: 16rpx 0 28rpx 0;">{{item.title}}</view>
|
|
|
+ <view class="time">{{item.createTime}}</view>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
</swiper>
|
|
|
</view>
|
|
|
<!-- 选项内容 -->
|