|
@@ -167,13 +167,13 @@
|
|
|
<view class="sbboxright">
|
|
|
<view class="item1" style=" background-image: url('{{imgUrl}}textBox1.png')">
|
|
|
<view class="oneThing" style="display: flex;align-items: center;">
|
|
|
- <view style="width: 0;height: 0;border-left: 18rpx solid #0B868E;border-bottom: 18rpx solid transparent;border-top: 18rpx solid transparent;margin: 0 15rpx;"></view>
|
|
|
+ <view style="width: 0;height: 0;border-left: 15rpx solid #0B868E;border-bottom: 15rpx solid transparent;border-top: 15rpx solid transparent;margin: 0 15rpx;"></view>
|
|
|
<view>网上申报 <text style="font-size: 40rpx;">{{yearWork.applicationNumberNetwork}}</text> 件</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item1" style=" margin-top: 40rpx; background-image: url('{{imgUrl}}textBox-green.png')">
|
|
|
<view class="oneThing" style="display: flex;align-items: center;">
|
|
|
- <view style="width: 0;height: 0;border-left: 18rpx solid #73BF4F;border-bottom: 18rpx solid transparent;border-top: 18rpx solid transparent;margin: 0 15rpx;"></view>
|
|
|
+ <view style="width: 0;height: 0;border-left: 15rpx solid #73BF4F;border-bottom: 15rpx solid transparent;border-top: 15rpx solid transparent;margin: 0 15rpx;"></view>
|
|
|
<view>窗口申报 <text style="font-size: 40rpx;color: #73BF4F;">{{yearWork.applicationNumberWindow}}</text> 件</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -189,7 +189,7 @@
|
|
|
</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="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;border-radius: 10px;">
|
|
|
<!-- 图标 -->
|
|
|
<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>
|
|
@@ -204,7 +204,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 满意度 -->
|
|
|
- <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;">
|
|
|
+ <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;border-radius: 10px;">
|
|
|
<!-- 图标 -->
|
|
|
<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>
|