|
@@ -2,83 +2,83 @@
|
|
|
|
|
|
<view class="box box1">
|
|
|
<view class="bgitem">
|
|
|
- <view class="title">
|
|
|
- <image class="titileicon" src="/pages/images/zhou.png"></image>
|
|
|
- <text>本周办件数量</text>
|
|
|
- </view>
|
|
|
- <view class="line">
|
|
|
- <image class="lineicon" src="/pages/images/line1.png"></image>
|
|
|
- <view class="lineTextGroups">
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">申报</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
- <view class="verticalbar"></view>
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">受理</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
- <view class="verticalbar"></view>
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">办结</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
-
|
|
|
+ <view class="title">
|
|
|
+ <image class="titileicon" src="/pages/images/zhou.png"></image>
|
|
|
+ <text>本周办件数量</text>
|
|
|
+ </view>
|
|
|
+ <view class="line">
|
|
|
+ <image class="lineicon" src="/pages/images/line1.png"></image>
|
|
|
+ <view class="lineTextGroups">
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">申报</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{weekWork.applicationNumberNetwork}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="verticalbar"></view>
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">受理</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{weekWork.acceptNumber}}</text>
|
|
|
</view>
|
|
|
+ <view class="verticalbar"></view>
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">办结</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{weekWork.serialNumber}}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="crossline"></view>
|
|
|
<view class="bgitem">
|
|
|
<view class="title">
|
|
|
- <image class="titileicon" src="/pages/images/zhou.png"></image>
|
|
|
- <text>本周办件数量</text>
|
|
|
+ <image class="titileicon" src="/pages/images/zhou.png"></image>
|
|
|
+ <text>本月办件数量</text>
|
|
|
</view>
|
|
|
- <view class="line">
|
|
|
- <image class="lineicon" src="/pages/images/line2.png"></image>
|
|
|
- <view class="lineTextGroups">
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">申报</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
- <view class="verticalbar"></view>
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">受理</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
- <view class="verticalbar"></view>
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">办结</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
-
|
|
|
+ <view class="line">
|
|
|
+ <image class="lineicon" src="/pages/images/line2.png"></image>
|
|
|
+ <view class="lineTextGroups">
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">申报</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{monthWork.applicationNumberNetwork}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="verticalbar"></view>
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">受理</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{monthWork.acceptNumber}}</text>
|
|
|
</view>
|
|
|
+ <view class="verticalbar"></view>
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">办结</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{monthWork.serialNumber}}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="crossline"></view>
|
|
|
<view class="bgitem">
|
|
|
<view class="title">
|
|
|
- <image class="titileicon" src="/pages/images/zhou.png"></image>
|
|
|
- <text>本周办件数量</text>
|
|
|
- </view>
|
|
|
- <view class="line">
|
|
|
- <image class="lineicon" src="/pages/images/line3.png"></image>
|
|
|
- <view class="lineTextGroups">
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">申报</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
- <view class="verticalbar"></view>
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">受理</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
- <view class="verticalbar"></view>
|
|
|
- <view class="lineTextGroup">
|
|
|
- <text style="color: #999999;">办结</text>
|
|
|
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">90</text>
|
|
|
- </view>
|
|
|
+ <image class="titileicon" src="/pages/images/zhou.png"></image>
|
|
|
+ <text>本年办件数量</text>
|
|
|
+ </view>
|
|
|
+ <view class="line">
|
|
|
+ <image class="lineicon" src="/pages/images/line3.png"></image>
|
|
|
+ <view class="lineTextGroups">
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">申报</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{yearWork.applicationNumberNetwork}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="verticalbar"></view>
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">受理</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{yearWork.acceptNumber}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="verticalbar"></view>
|
|
|
+ <view class="lineTextGroup">
|
|
|
+ <text style="color: #999999;">办结</text>
|
|
|
+ <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{yearWork.serialNumber}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box">
|
|
@@ -95,33 +95,33 @@
|
|
|
</view>
|
|
|
<view class="box2ItemContent" style="background-image: url(https://s1.ax1x.com/2022/10/14/xdzONq.png);">
|
|
|
<view class="countGroup">
|
|
|
- <view class="countbox two">100</view>
|
|
|
- <view class="countbox one">200</view>
|
|
|
- <view class="countbox three">50</view>
|
|
|
+ <view class="countbox two">{{departmentSort.secondNumber}}</view>
|
|
|
+ <view class="countbox one">{{departmentSort.firstNumber}}</view>
|
|
|
+ <view class="countbox three">{{departmentSort.thirdNumber}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="unitName">
|
|
|
- <view class="namebox nametwo">重庆市南岸区卫生健康委</view>
|
|
|
- <view class="namebox nameone">重庆市南岸区 交通局</view>
|
|
|
- <view class="namebox namethree">重庆市南岸区 发展和改革委员会</view>
|
|
|
+ <view class="namebox nametwo">{{departmentSort.firstName}}</view>
|
|
|
+ <view class="namebox nameone">{{departmentSort.secondName}}</view>
|
|
|
+ <view class="namebox namethree">{{departmentSort.thirdName}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class="box2ItemTitle">
|
|
|
<view class="dot"></view>
|
|
|
- <text>本月部门办件排序</text>
|
|
|
+ <text>事项排序</text>
|
|
|
</view>
|
|
|
<view class="box2ItemContent" style="background-image: url(https://s1.ax1x.com/2022/10/14/xdzONq.png);">
|
|
|
<view class="countGroup">
|
|
|
- <view class="countbox two">100</view>
|
|
|
- <view class="countbox one">200</view>
|
|
|
- <view class="countbox three">50</view>
|
|
|
+ <view class="countbox two">{{matterSort.secondNumber}}</view>
|
|
|
+ <view class="countbox one">{{matterSort.firstNumber}}</view>
|
|
|
+ <view class="countbox three">{{matterSort.thirdNumber}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="unitName">
|
|
|
- <view class="namebox nametwo">重庆市南岸区卫生健康委</view>
|
|
|
- <view class="namebox nameone">重庆市南岸区 交通局</view>
|
|
|
- <view class="namebox namethree">重庆市南岸区 发展和改革委员会</view>
|
|
|
+ <view class="namebox nametwo">{{matterSort.firstName}}</view>
|
|
|
+ <view class="namebox nameone">{{matterSort.secondName}}</view>
|
|
|
+ <view class="namebox namethree">{{matterSort.thirdName}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -139,19 +139,19 @@ https://s1.ax1x.com/2022/10/14/xwE3Ie.png -->
|
|
|
<view class="chuangBoxGourps">
|
|
|
<view class="chuangbox" style="background-image: url(https://s1.ax1x.com/2022/10/14/xwEGPH.png);">
|
|
|
<view class="chuangboxtext1">申请数</view>
|
|
|
- <view class="chuangboxtext2">967件</view>
|
|
|
+ <view class="chuangboxtext2">{{windowList.applicationNumber}}件</view>
|
|
|
</view>
|
|
|
<view class="chuangbox" style="background-image: url(https://s1.ax1x.com/2022/10/14/xwE3Ie.png);">
|
|
|
<view class="chuangboxtext1">办件数</view>
|
|
|
- <view class="chuangboxtext2">967件</view>
|
|
|
+ <view class="chuangboxtext2">{{windowList.acceptNumber}}件</view>
|
|
|
</view>
|
|
|
<view class="chuangbox" style="background-image: url(https://s1.ax1x.com/2022/10/14/xwEYRA.png);">
|
|
|
<view class="chuangboxtext1">不予受理数</view>
|
|
|
- <view class="chuangboxtext2">967件</view>
|
|
|
+ <view class="chuangboxtext2">{{windowList.rejectionNumber}}件</view>
|
|
|
</view>
|
|
|
<view class="chuangbox" style="background-image: url(https://s1.ax1x.com/2022/10/14/xwEJGd.png);">
|
|
|
<view class="chuangboxtext1">办结数</view>
|
|
|
- <view class="chuangboxtext2">967件</view>
|
|
|
+ <view class="chuangboxtext2">{{windowList.serialNumber}}件</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -164,17 +164,17 @@ https://s1.ax1x.com/2022/10/14/xwE3Ie.png -->
|
|
|
</view>
|
|
|
<view class="sbboxcontent">
|
|
|
<view class="sbboxleft">
|
|
|
- <ec-canvas class="m-container" id="annulus" canvas-id="annulus" ec="{{ec}}"></ec-canvas>
|
|
|
+ <ec-canvas class="m-container" id="annulus" canvas-id="annulus" ec="{{streetlinechartec}}"></ec-canvas>
|
|
|
</view>
|
|
|
<view class="sbboxright">
|
|
|
<view class="item1" style=" background-image: url('{{imgUrl}}textBox1.png')">
|
|
|
<view class="oneThing" style="display: flex;">
|
|
|
- <view>网上申报 <text style="font-size: 40rpx;">1633</text> 件</view>
|
|
|
+ <view>网上申报 <text style="font-size: 40rpx;">{{yearWork.applicationNumberNetwork}}</text> 件</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item1" style=" margin-top: 40rpx; background-image: url('{{imgUrl}}textBox1.png')">
|
|
|
<view class="oneThing" style="display: flex;">
|
|
|
- <view>网上申报 <text style="font-size: 40rpx;">1633</text> 件</view>
|
|
|
+ <view>网上申报 <text style="font-size: 40rpx;">{{yearWork.applicationNumberWindow}}</text> 件</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -187,49 +187,48 @@ https://s1.ax1x.com/2022/10/14/xwE3Ie.png -->
|
|
|
</view>
|
|
|
<view class="box2Crossline">
|
|
|
</view>
|
|
|
-
|
|
|
<view style=" margin-top: 20rpx; display: flex;justify-content: space-between;padding: 0 40rpx;">
|
|
|
- <!-- 评价总量 -->
|
|
|
- <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;">
|
|
|
- <!-- 图标 -->
|
|
|
- <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center;">
|
|
|
- <image src="{{imgUrl}}index-evalution.png" style="height:64rpx;width:64rpx;"></image>
|
|
|
- </view>
|
|
|
- <!-- 数据 -->
|
|
|
- <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
|
|
|
- <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">本年评价总量</view>
|
|
|
- <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
|
|
|
- <view style="font-size: 26rpx;font-weight: bold;">{{evalutionNum}}</view>
|
|
|
- <view style="font-size:20rpx;padding-left:5rpx">条</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <!-- 满意度 -->
|
|
|
- <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;">
|
|
|
- <!-- 图标 -->
|
|
|
- <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
|
|
|
- <image src="{{imgUrl}}index-good-blud.png" style="height:64rpx;width:70rpx;"></image>
|
|
|
- </view>
|
|
|
- <!-- 数据 -->
|
|
|
- <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
|
|
|
- <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">满意度</view>
|
|
|
- <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
|
|
|
- <view style="font-size: 26rpx;font-weight: bold;">{{evalutionRate}}</view>
|
|
|
- <view style="font-size:20rpx;padding-left:5rpx">%</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view style="width: 100%;height: 500rpx; margin-bottom: 40rpx;">
|
|
|
- <ec-canvas id="streetlinechart3" canvas-id="streetlinechart3" ec="{{ streetlinechartec }}" />
|
|
|
+ <!-- 评价总量 -->
|
|
|
+ <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;">
|
|
|
+ <!-- 图标 -->
|
|
|
+ <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center;">
|
|
|
+ <image src="{{imgUrl}}index-evalution.png" style="height:64rpx;width:64rpx;"></image>
|
|
|
+ </view>
|
|
|
+ <!-- 数据 -->
|
|
|
+ <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
|
|
|
+ <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">本年评价总量</view>
|
|
|
+ <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
|
|
|
+ <view style="font-size: 26rpx;font-weight: bold;">{{evalutionNum}}</view>
|
|
|
+ <view style="font-size:20rpx;padding-left:5rpx">条</view>
|
|
|
</view>
|
|
|
- <view style=" display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 40rpx">
|
|
|
- <view class="evaluate">评价我的办件</view>
|
|
|
- <view class="evaluate">评价窗口人员</view>
|
|
|
- <view class="evaluate">评价办事指南</view>
|
|
|
- <view class="evaluate" style="width: 250rpx;">评价服务应用</view>
|
|
|
- <view class="evaluate" style="width: 316rpx;">评价电子证照</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- 满意度 -->
|
|
|
+ <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;">
|
|
|
+ <!-- 图标 -->
|
|
|
+ <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
|
|
|
+ <image src="{{imgUrl}}index-good-blud.png" style="height:64rpx;width:70rpx;"></image>
|
|
|
+ </view>
|
|
|
+ <!-- 数据 -->
|
|
|
+ <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
|
|
|
+ <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">满意度</view>
|
|
|
+ <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
|
|
|
+ <view style="font-size: 26rpx;font-weight: bold;">{{evalutionRate}}</view>
|
|
|
+ <view style="font-size:20rpx;padding-left:5rpx">%</view>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view style="width: 100%;height: 500rpx; margin-bottom: 40rpx;">
|
|
|
+ <ec-canvas id="goodOrBad" canvas-id="goodOrBad" ec="{{ streetlinechartec }}" />
|
|
|
+ </view>
|
|
|
+ <view style=" display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 40rpx">
|
|
|
+ <view class="evaluate">评价我的办件</view>
|
|
|
+ <view class="evaluate">评价窗口人员</view>
|
|
|
+ <view class="evaluate">评价办事指南</view>
|
|
|
+ <view class="evaluate" style="width: 250rpx;">评价服务应用</view>
|
|
|
+ <view class="evaluate" style="width: 316rpx;">评价电子证照</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="box">
|
|
|
<view class="box2Title">
|
|
@@ -251,44 +250,44 @@ https://s1.ax1x.com/2022/10/14/xwE3Ie.png -->
|
|
|
<view class="box2Crossline">
|
|
|
</view>
|
|
|
<view style="margin-top: 20rpx; 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 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>258</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 class="box">
|
|
|
<view class="box2Title">
|
|
@@ -302,5 +301,4 @@ https://s1.ax1x.com/2022/10/14/xwE3Ie.png -->
|
|
|
<include src="./tableContent"></include>
|
|
|
</view>
|
|
|
</view>
|
|
|
-<view class="foot"></view>
|
|
|
-
|
|
|
+<view class="foot"></view>
|