|
@@ -4,7 +4,7 @@
|
|
|
<view style="background-color: #FFFFFF;">
|
|
|
<view style="border-bottom: 1px solid #C5C5C5;">
|
|
|
<view class="title">
|
|
|
- <image src="http://192.168.1.253:7777/applet/statistics.png"></image>
|
|
|
+ <image src="{{imgUrl}}statistics.png"></image>
|
|
|
<view class="title-text">国民经济统计数据</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -30,7 +30,7 @@
|
|
|
<view style="background-color: #FFFFFF;margin-top: 30rpx;">
|
|
|
<view style="border-bottom: 1px solid #C5C5C5;">
|
|
|
<view class="title">
|
|
|
- <image src="http://192.168.1.253:7777/applet/riseData.png"></image>
|
|
|
+ <image src="{{imgUrl}}riseData.png"></image>
|
|
|
<view class="title-text">政务服务数据统计分析</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -80,7 +80,7 @@
|
|
|
<view class="evaluate" style="width: 316rpx;">评价电子证照</view>
|
|
|
</view>
|
|
|
<view style="height: 300rpx;background-color: burlywood;">
|
|
|
- <view ></view>
|
|
|
+ <view></view>
|
|
|
<view></view>
|
|
|
</view>
|
|
|
<view style="width: 100%;height: 500rpx;">
|
|
@@ -95,7 +95,9 @@
|
|
|
南岸区政务服务事项总数
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="height: 300rpx;border: 1px solid red;">
|
|
|
+ <view style="display: flex;justify-content: space-between;padding: 0 30rpx;">
|
|
|
+ <view class="matters {{mattersZero > index ? 'default' : '' }}" wx:for="{{matters}}" wx:key="index">{{item}}</view>
|
|
|
+ <view style="width: 27rpx;height: 26rpx;font-size: 28rpx;font-weight: 500;color: #999999;margin-top: 80rpx;">项</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view>
|
|
@@ -105,7 +107,44 @@
|
|
|
一件事情一次办
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="height: 300rpx;border: 1px solid red;">
|
|
|
+ <view style="display: flex;justify-content: space-between;padding: 0 40rpx 40rpx 20rpx">
|
|
|
+ <view style="position: relative;">
|
|
|
+ <image src="{{imgUrl}}textBox4.png" style="width: 290rpx;height: 278rpx;" />
|
|
|
+ <view class="oneThing-left-top">套餐总数</view>
|
|
|
+ <view class="oneThing-left-bottom">
|
|
|
+ <view>254</view>
|
|
|
+ <view style="font-size: 25rpx;margin: 23rpx 0 0 10rpx;">件</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <view style="background-image: url('{{imgUrl}}textBox1.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
|
|
|
+ <view class="triangles"></view>
|
|
|
+ <view style="width: 50rpx;height: 25rpx;"></view>
|
|
|
+ <view class="oneThing">减环节</view>
|
|
|
+ <view class="oneThing" style="display: flex;">
|
|
|
+ <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">1622</view>
|
|
|
+ <view>件</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view style="background-image: url('{{imgUrl}}textBox2.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
|
|
|
+ <view class="triangles" style="border-left: 18rpx solid #156FA6;"></view>
|
|
|
+ <view style="width: 50rpx;height: 25rpx;"></view>
|
|
|
+ <view class="oneThing" style="color: #156FA6;">减跑动</view>
|
|
|
+ <view class="oneThing" style="display: flex;color: #156FA6;">
|
|
|
+ <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">799</view>
|
|
|
+ <view>件</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view style="background-image: url('{{imgUrl}}textBox3.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
|
|
|
+ <view class="triangles" style="border-left: 18rpx solid #DF6866;"></view>
|
|
|
+ <view style="width: 50rpx;height: 25rpx;"></view>
|
|
|
+ <view class="oneThing" style="color: #DF6866;">减材料</view>
|
|
|
+ <view class="oneThing" style="display: flex;color: #DF6866;">
|
|
|
+ <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">465</view>
|
|
|
+ <view>件</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -114,13 +153,49 @@
|
|
|
<view style="background-color: #FFFFFF;margin-top: 30rpx;">
|
|
|
<view style="border-bottom: 1px solid #C5C5C5;">
|
|
|
<view class="title">
|
|
|
- <image src="http://192.168.1.253:7777/applet/processing.png"></image>
|
|
|
+ <image src="{{imgUrl}}processing.png"></image>
|
|
|
<view class="title-text">本年度公开信息办理情况</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 内容 -->
|
|
|
<view>
|
|
|
- <view style="height: 200rpx;border: 1px solid black;">
|
|
|
+ <view style="display: flex;justify-content: space-between;padding: 30rpx 30rpx 20rpx 30rpx;">
|
|
|
+ <view class="processing">
|
|
|
+ <image src="{{imgUrl}}chat.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
|
|
|
+ <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
|
|
|
+ <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
|
|
|
+ 近30天来信
|
|
|
+ </view>
|
|
|
+ <view style="display: flex;color: #333333;">
|
|
|
+ <view style="font-size: 32rpx;font-weight: bold;">23</view>
|
|
|
+ <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="processing" style="background: #E8F4FF;">
|
|
|
+ <image src="{{imgUrl}}message.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
|
|
|
+ <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
|
|
|
+ <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
|
|
|
+ 近30天受理
|
|
|
+ </view>
|
|
|
+ <view style="display: flex;color: #333333;">
|
|
|
+ <view style="font-size: 32rpx;font-weight: bold;">16</view>
|
|
|
+ <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="processing" style="background: #E2FFFD;">
|
|
|
+ <image src="{{imgUrl}}write.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
|
|
|
+ <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
|
|
|
+ <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
|
|
|
+ 近30天办理
|
|
|
+ </view>
|
|
|
+ <view style="display: flex;color: #333333;">
|
|
|
+ <view style="font-size: 32rpx;font-weight: bold;">29</view>
|
|
|
+ <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class="type-title">
|
|
@@ -129,7 +204,7 @@
|
|
|
近90天办理类别统计
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="height: 500rpx;border: 1px solid red;">
|
|
|
+ <view style="height: 500rpx;">
|
|
|
<ec-canvas id="streetlinechart4" canvas-id="streetlinechart4" ec="{{ streetlinechartec }}" />
|
|
|
</view>
|
|
|
</view>
|
|
@@ -140,8 +215,8 @@
|
|
|
近90天公开信箱领域统计
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="height: 500rpx;border: 1px solid red;">
|
|
|
- <ec-canvas id="streetlinechart5" canvas-id="streetlinechart5" ec="{{ streetlinechartec }}" />
|
|
|
+ <view style="height: 500rpx;">
|
|
|
+ <ec-canvas id="streetlinechart5" canvas-id="streetlinechart5" ec="{{ streetlinechartec }}" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|