静态完成版本

This commit is contained in:
cclu 2023-08-16 19:02:02 +08:00
parent 7f2dd9faa8
commit 1c20c9b235
32 changed files with 400 additions and 1668 deletions

View File

@ -452,7 +452,7 @@
<view class="firstBox"> <view class="firstBox">
<view class="boxItem"> <view class="boxItem">
<text class="itemValue">{{dailyExamineObj.RectifyCount||'0'}}</text> <text class="itemValue">{{dailyExamineObj.RectifyCount||'0'}}</text>
<text class="itemLabel">整改<text class="unit">/</text></text> <text class="itemLabel">整改<text class="unit">/</text></text>
</view> </view>
<view class="boxItem"> <view class="boxItem">
@ -1500,7 +1500,7 @@ export default {
}, },
// //
handleGoExamine(type){ handleGoExamine(type){
this.$util.toNextRoute('navigateTo', `/pages/examine/index?come=index&type=${type}&time=${this.single}`) this.$util.toNextRoute('navigateTo', `/pages/newamine/index?come=index&type=${type}&time=${this.single}`)
}, },
async initYesterdayData(type){ async initYesterdayData(type){
// type true // type true

View File

@ -45,7 +45,7 @@ export default {
width: 28, width: 28,
height: 28, height: 28,
series: data.series, series: data.series,
animation: true, animation: false,
rotate: false, rotate: false,
rotateLock: false, rotateLock: false,
background: "#FFFFFF", background: "#FFFFFF",

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
<view class="detailItem"> <view class="detailItem">
<view class="itemTop"> <view class="itemTop">
<view class="itemTitle">服务区自营小计</view> <view class="itemTitle">服务区自营小计</view>
<image class="monthSumBg" src="/static/images/revenueBox/expenditure.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/expenditure.png"/>
<view class="itemBox"> <view class="itemBox">
<view class="leftChar"> <view class="leftChar">
<OtherCharts :success="number" :colorList="['#1679FF', '#E7F1FF']"/> <OtherCharts :success="number" :colorList="['#1679FF', '#E7F1FF']"/>
@ -50,7 +50,7 @@
<view class="contentBox"> <view class="contentBox">
<view class="contentItem" v-for="(item,index) in 3" :key="index"> <view class="contentItem" v-for="(item,index) in 3" :key="index">
<view class="topItem"> <view class="topItem">
<view class="index" :style="{background:`url(${index===0?'/static/images/revenueBox/secondBg.svg':index===1?'/static/images/revenueBox/thirdBg.svg':'/static/images/revenueBox/otherBg.svg'})`}">{{index + 1}}</view> <view class="index" :style="{background:`url(${index===0?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/secondBg.svg':index===1?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/thirdBg.svg':'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/otherBg.svg'})`}">{{index + 1}}</view>
<view class="smallItemName">餐饮小吃</view> <view class="smallItemName">餐饮小吃</view>
</view> </view>
<view class="bottomItem"> <view class="bottomItem">
@ -74,7 +74,7 @@
<view class="detailItem"> <view class="detailItem">
<view class="itemTop"> <view class="itemTop">
<view class="itemTitle">分公司收入小计</view> <view class="itemTitle">分公司收入小计</view>
<image class="monthSumBg" src="/static/images/revenueBox/expenditure.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/expenditure.png"/>
<view class="itemBox"> <view class="itemBox">
<view class="leftChar"> <view class="leftChar">
<OtherCharts :success="number" :colorList="['#1679FF', '#E7F1FF']"/> <OtherCharts :success="number" :colorList="['#1679FF', '#E7F1FF']"/>
@ -108,7 +108,7 @@
<view class="contentBox"> <view class="contentBox">
<view class="contentItem" v-for="(item,index) in 3" :key="index"> <view class="contentItem" v-for="(item,index) in 3" :key="index">
<view class="topItem"> <view class="topItem">
<view class="index" :style="{background:`url(${index===0?'/static/images/revenueBox/secondBg.svg':index===1?'/static/images/revenueBox/thirdBg.svg':'/static/images/revenueBox/otherBg.svg'})`}">{{index + 1}}</view> <view class="index" :style="{background:`url(${index===0?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/secondBg.svg':index===1?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/thirdBg.svg':'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/otherBg.svg'})`}">{{index + 1}}</view>
<view class="smallItemName">餐饮小吃</view> <view class="smallItemName">餐饮小吃</view>
</view> </view>
<view class="bottomItem"> <view class="bottomItem">

View File

@ -16,7 +16,7 @@
<view class="detailItem"> <view class="detailItem">
<view class="itemTop"> <view class="itemTop">
<view class="itemTitle">服务区自营小计</view> <view class="itemTitle">服务区自营小计</view>
<image class="monthSumBg" src="/static/images/revenueBox/allInCome.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/allInCome.png"/>
<view class="itemBox"> <view class="itemBox">
<view class="leftChar"> <view class="leftChar">
<OtherCharts :success="number" :colorList="['#FC7909', '#FEE4CE']"/> <OtherCharts :success="number" :colorList="['#FC7909', '#FEE4CE']"/>
@ -50,7 +50,7 @@
<view class="contentBox"> <view class="contentBox">
<view class="contentItem" v-for="(item,index) in 10" :key="index"> <view class="contentItem" v-for="(item,index) in 10" :key="index">
<view class="topItem"> <view class="topItem">
<view class="index" :style="{background:`url(${index===0?'/static/images/revenueBox/secondBg.svg':index===1?'/static/images/revenueBox/thirdBg.svg':'/static/images/revenueBox/otherBg.svg'})`}">{{index+1}}</view> <view class="index" :style="{background:`url(${index===0?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/secondBg.svg':index===1?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/thirdBg.svg':'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/otherBg.svg'})`}">{{index+1}}</view>
<view class="smallItemName">餐饮小吃</view> <view class="smallItemName">餐饮小吃</view>
</view> </view>
<view class="bottomItem"> <view class="bottomItem">
@ -74,7 +74,7 @@
<view class="detailItem"> <view class="detailItem">
<view class="itemTop"> <view class="itemTop">
<view class="itemTitle">分公司收入小计</view> <view class="itemTitle">分公司收入小计</view>
<image class="monthSumBg" src="/static/images/revenueBox/allInCome.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/allInCome.png"/>
<view class="itemBox"> <view class="itemBox">
<view class="leftChar"> <view class="leftChar">
<OtherCharts :success="number" :colorList="['#FC7909', '#FEE4CE']"/> <OtherCharts :success="number" :colorList="['#FC7909', '#FEE4CE']"/>
@ -108,7 +108,7 @@
<view class="contentBox"> <view class="contentBox">
<view class="contentItem" v-for="(item,index) in 3" :key="index"> <view class="contentItem" v-for="(item,index) in 3" :key="index">
<view class="topItem"> <view class="topItem">
<view class="index" :style="{background:`url(${index===0?'/static/images/revenueBox/secondBg.svg':index===1?'/static/images/revenueBox/thirdBg.svg':'/static/images/revenueBox/otherBg.svg'})`}">{{index + 1}}</view> <view class="index" :style="{background:`url(${index===0?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/secondBg.svg':index===1?'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/thirdBg.svg':'https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/otherBg.svg'})`}">{{index + 1}}</view>
<view class="smallItemName">餐饮小吃</view> <view class="smallItemName">餐饮小吃</view>
</view> </view>
<view class="bottomItem"> <view class="bottomItem">
@ -295,8 +295,6 @@ export default {
margin-bottom: 8rpx; margin-bottom: 8rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center;
justify-content: center;
.rateText{ .rateText{
font-size: 40rpx; font-size: 40rpx;
font-family: DINAlternate-Bold, DINAlternate; font-family: DINAlternate-Bold, DINAlternate;

View File

@ -9,7 +9,7 @@
<view class="headerDetail" :style="{top: (menu.bottom+68) +'px'}"> <view class="headerDetail" :style="{top: (menu.bottom+68) +'px'}">
<view class="detailBox"> <view class="detailBox">
<image class="monthSumBg" src="/static/images/revenueBox/monthSum.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/monthSum.png"/>
<view class="detailPage">月度累计收支金额</view> <view class="detailPage">月度累计收支金额</view>
@ -54,7 +54,7 @@
<view class="profitYear"> <view class="profitYear">
<view class="itemBox"> <view class="itemBox">
<view class="itemBoxTitle">年度累计利润</view> <view class="itemBoxTitle">年度累计利润</view>
<image class="monthSumBg" src="/static/images/revenueBox/yearSum.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/yearSum.png"/>
<view class="itemDetailBox"> <view class="itemDetailBox">
<view class="detailBoxTop"> <view class="detailBoxTop">
<text class="successLabel">完成率</text> <text class="successLabel">完成率</text>
@ -88,7 +88,7 @@
<view class="accrueYear"> <view class="accrueYear">
<view class="itemBox"> <view class="itemBox">
<view class="itemBoxTitle">年度营收累计</view> <view class="itemBoxTitle">年度营收累计</view>
<image class="monthSumBg" src="/static/images/revenueBox/yearRevenue.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/yearRevenue.png"/>
<view class="itemDetailBox"> <view class="itemDetailBox">
<view class="leftCharts"> <view class="leftCharts">
<OtherCharts :success="number" :colorList="['#9E3CE9', '#ECD8FB']"/> <OtherCharts :success="number" :colorList="['#9E3CE9', '#ECD8FB']"/>
@ -123,7 +123,7 @@
<view class="incomeAll"> <view class="incomeAll">
<view class="itemBox"> <view class="itemBox">
<view class="itemBoxTitle" style="color: #EC6C00">收入合计</view> <view class="itemBoxTitle" style="color: #EC6C00">收入合计</view>
<image class="monthSumBg" src="/static/images/revenueBox/allInCome.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/allInCome.png"/>
<view class="itemDetailBox"> <view class="itemDetailBox">
<view class="leftCharts"> <view class="leftCharts">
<OtherCharts :success="number" :colorList="['#FC7909', '#FEE4CE']"/> <OtherCharts :success="number" :colorList="['#FC7909', '#FEE4CE']"/>
@ -158,13 +158,13 @@
<view class="itemSmallTop"> <view class="itemSmallTop">
<view class="leftBox"> <view class="leftBox">
<view class="smallIcon"> <view class="smallIcon">
<image class="img" src="/static/images/revenueBox/selfOperat.svg"/> <image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/selfOperat.svg"/>
</view> </view>
<view class="smallTitle">自营收入小计</view> <view class="smallTitle">自营收入小计</view>
</view> </view>
<view class="leftRight" @click="handleGoInComeDetail"> <view class="leftRight" @click="handleGoInComeDetail">
<text class="more">查看更多</text> <text class="more">查看更多</text>
<image class="moreIcon" src="/static/images/revenueBox/moreIcon.svg"/> <image class="moreIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/moreIcon.svg"/>
</view> </view>
</view> </view>
@ -228,13 +228,13 @@
<view class="itemSmallTop"> <view class="itemSmallTop">
<view class="leftBox"> <view class="leftBox">
<view class="smallIcon"> <view class="smallIcon">
<image class="img" src="/static/images/revenueBox/otherSum.svg"/> <image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/otherSum.svg"/>
</view> </view>
<view class="smallTitle">其他收入小计</view> <view class="smallTitle">其他收入小计</view>
</view> </view>
<view class="leftRight" @click="handleGoInComeDetail"> <view class="leftRight" @click="handleGoInComeDetail">
<text class="more">查看更多</text> <text class="more">查看更多</text>
<image class="moreIcon" src="/static/images/revenueBox/moreIcon.svg"/> <image class="moreIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/moreIcon.svg"/>
</view> </view>
</view> </view>
@ -299,7 +299,7 @@
<view class="expenditure"> <view class="expenditure">
<view class="itemBox"> <view class="itemBox">
<view class="itemBoxTitle" style="color: #096EF7">支出合计</view> <view class="itemBoxTitle" style="color: #096EF7">支出合计</view>
<image class="monthSumBg" src="/static/images/revenueBox/expenditure.png"/> <image class="monthSumBg" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/expenditure.png"/>
<view class="itemDetailBox"> <view class="itemDetailBox">
<view class="leftCharts"> <view class="leftCharts">
<OtherCharts :success="number" :colorList="['#1679FF', '#E7F1FF']"/> <OtherCharts :success="number" :colorList="['#1679FF', '#E7F1FF']"/>
@ -334,13 +334,13 @@
<view class="itemSmallTop"> <view class="itemSmallTop">
<view class="leftBox"> <view class="leftBox">
<view class="smallIcon"> <view class="smallIcon">
<image class="img" src="/static/images/revenueBox/operateSum.svg"/> <image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/operateSum.svg"/>
</view> </view>
<view class="smallTitle">运营成本小计</view> <view class="smallTitle">运营成本小计</view>
</view> </view>
<view class="leftRight" @click="handleGoExpenditure"> <view class="leftRight" @click="handleGoExpenditure">
<text class="more">查看更多</text> <text class="more">查看更多</text>
<image class="moreIcon" src="/static/images/revenueBox/moreIcon.svg"/> <image class="moreIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/moreIcon.svg"/>
</view> </view>
</view> </view>
@ -404,13 +404,13 @@
<view class="itemSmallTop"> <view class="itemSmallTop">
<view class="leftBox"> <view class="leftBox">
<view class="smallIcon"> <view class="smallIcon">
<image class="img" src="/static/images/revenueBox/operateManager.svg"/> <image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/operateManager.svg"/>
</view> </view>
<view class="smallTitle">管理费用小计</view> <view class="smallTitle">管理费用小计</view>
</view> </view>
<view class="leftRight" @click="handleGoExpenditure"> <view class="leftRight" @click="handleGoExpenditure">
<text class="more">查看更多</text> <text class="more">查看更多</text>
<image class="moreIcon" src="/static/images/revenueBox/moreIcon.svg"/> <image class="moreIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/moreIcon.svg"/>
</view> </view>
</view> </view>
@ -474,13 +474,13 @@
<view class="itemSmallTop"> <view class="itemSmallTop">
<view class="leftBox"> <view class="leftBox">
<view class="smallIcon"> <view class="smallIcon">
<image class="img" src="/static/images/revenueBox/buySum.svg"/> <image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/buySum.svg"/>
</view> </view>
<view class="smallTitle">销售费用小计</view> <view class="smallTitle">销售费用小计</view>
</view> </view>
<view class="leftRight" @click="handleGoExpenditure"> <view class="leftRight" @click="handleGoExpenditure">
<text class="more">查看更多</text> <text class="more">查看更多</text>
<image class="moreIcon" src="/static/images/revenueBox/moreIcon.svg"/> <image class="moreIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/moreIcon.svg"/>
</view> </view>
</view> </view>
@ -544,13 +544,13 @@
<view class="itemSmallTop"> <view class="itemSmallTop">
<view class="leftBox"> <view class="leftBox">
<view class="smallIcon"> <view class="smallIcon">
<image class="img" src="/static/images/revenueBox/otherBuy.svg"/> <image class="img" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/otherBuy.svg"/>
</view> </view>
<view class="smallTitle">其他费用小计</view> <view class="smallTitle">其他费用小计</view>
</view> </view>
<view class="leftRight" @click="handleGoExpenditure"> <view class="leftRight" @click="handleGoExpenditure">
<text class="more">查看更多</text> <text class="more">查看更多</text>
<image class="moreIcon" src="/static/images/revenueBox/moreIcon.svg"/> <image class="moreIcon" src="https://eshangtech.com/ShopICO/ahyd-BID/revenueBox/moreIcon.svg"/>
</view> </view>
</view> </view>

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="21px" height="20px" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>考核图标/已完成备份@2x</title>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-359.000000, -1349.000000)" fill="#049E77" fill-rule="nonzero">
<g id="考核图标/已完成备份" transform="translate(359.000000, 1349.000000)">
<g id="checkbox-circle-fill" transform="translate(0.000217, 0.000000)">
<path d="M10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 C20,15.5228 15.5228,20 10,20 Z M9.0026,14 L16.0737,6.92893 L14.6595,5.51472 L9.0026,11.1716 L6.17421,8.3431 L4.75999,9.7574 L9.0026,14 Z" id="形状"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 964 B

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="21px" height="20px" viewBox="0 0 21 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>考核图标/已完成备份@2x</title>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-323.000000, -1349.000000)" fill="#E83944" fill-rule="nonzero">
<g id="考核图标/已完成备份" transform="translate(323.000000, 1349.000000)">
<g id="close-circle-fill" transform="translate(0.000217, 0.000000)">
<path d="M10,20 C4.47715,20 0,15.5228 0,10 C0,4.47715 4.47715,0 10,0 C15.5228,0 20,4.47715 20,10 C20,15.5228 15.5228,20 10,20 Z M10,8.5858 L7.17157,5.75736 L5.75736,7.17157 L8.5858,10 L5.75736,12.8284 L7.17157,14.2426 L10,11.4142 L12.8284,14.2426 L14.2426,12.8284 L11.4142,10 L14.2426,7.17157 L12.8284,5.75736 L10,8.5858 Z" id="形状"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>考核图标/地点@2x</title>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-291.000000, -1351.000000)" fill="#A69E9F" fill-rule="nonzero">
<g id="考核图标/地点" transform="translate(279.000000, 1335.000000)">
<g id="考核图标/地点" transform="translate(12.000217, 16.000000)">
<path d="M8,0 C11.6818983,0 14.6666667,2.98476833 14.6666667,6.66666667 C14.6666667,9.12126555 12.4444444,12.2323767 8,16 C3.55555556,12.2323767 1.33333333,9.12126555 1.33333333,6.66666667 C1.33333333,2.98476833 4.31810167,0 8,0 Z M8,4 C6.52724067,4 5.33333333,5.19390733 5.33333333,6.66666667 C5.33333333,8.139426 6.52724067,9.33333333 8,9.33333333 C9.47275933,9.33333333 10.6666667,8.139426 10.6666667,6.66666667 C10.6666667,5.19390733 9.47275933,4 8,4 Z" id="形状结合"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/查看更多@2x</title>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-199.000000, -1353.000000)" fill="#CDBCAB">
<g id="收支预测/查看更多" transform="translate(199.000000, 1353.000000)">
<g id="编组" transform="translate(0.000217, 0.000000)">
<g id="计划图标/更多-白色" transform="translate(3.000000, 1.000000)">
<path d="M1.58058262,0.580582618 L5.46966991,4.46966991 L5.46966991,4.46966991 C5.76256313,4.76256313 5.76256313,5.23743687 5.46966991,5.53033009 L1.58058262,9.41941738 C1.2876894,9.7123106 0.812815665,9.7123106 0.519922446,9.41941738 C0.227029227,9.12652416 0.227029227,8.65165043 0.519922446,8.35875721 L3.87825253,4.9999127 L0.519922446,1.64124279 C0.227029227,1.34834957 0.227029227,0.873475836 0.519922446,0.580582618 C0.812815665,0.287689399 1.2876894,0.287689399 1.58058262,0.580582618 Z" id="形状结合"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>筛选@2x</title>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-127.000000, -1353.000000)">
<g id="编组" transform="translate(127.000000, 1353.000000)">
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
<g transform="translate(1.000000, 0.000000)">
<path d="M5.56568542,0.565685425 L8.63431458,3.63431458 C8.94673401,3.94673401 8.94673401,4.45326599 8.63431458,4.76568542 C8.48428547,4.91571453 8.28080234,5 8.06862915,5 L1.93137085,5 C1.48954305,5 1.13137085,4.6418278 1.13137085,4.2 C1.13137085,3.98782681 1.21565632,3.78434368 1.36568542,3.63431458 L4.43431458,0.565685425 C4.74673401,0.253265992 5.25326599,0.253265992 5.56568542,0.565685425 Z" id="三角形" fill="#EC6C00"></path>
<path d="M5.56568542,7.56568542 L8.63431458,10.6343146 C8.94673401,10.946734 8.94673401,11.453266 8.63431458,11.7656854 C8.48428547,11.9157145 8.28080234,12 8.06862915,12 L1.93137085,12 C1.48954305,12 1.13137085,11.6418278 1.13137085,11.2 C1.13137085,10.9878268 1.21565632,10.7843437 1.36568542,10.6343146 L4.43431458,7.56568542 C4.74673401,7.25326599 5.25326599,7.25326599 5.56568542,7.56568542 Z" id="三角形备份" fill="#DDDAD7" transform="translate(5.000000, 9.500000) scale(1, -1) translate(-5.000000, -9.500000) "></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="29px" height="9px" viewBox="0 0 29 9" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>路径@2x</title>
<defs>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
<stop stop-color="#FF7300" offset="0%"></stop>
<stop stop-color="#FC4E00" stop-opacity="0" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-155.000000, -1355.000000)" fill="url(#linearGradient-1)" fill-rule="nonzero">
<g id="路径" transform="translate(155.000000, 1355.000000)">
<path d="M0.408517176,0.788974914 C1.07740705,-0.0900359625 2.33222853,-0.260372694 3.21123941,0.408517176 C6.24646252,2.7181928 10.0226201,4.00010716 14.0156068,4.00010716 C17.9961974,4.00010716 21.7614246,2.72617962 24.7922146,0.429596419 C25.6725842,-0.237504199 26.9270566,-0.0646155693 27.5941572,0.815753981 C28.2612579,1.69612353 28.0883692,2.95059596 27.2079997,3.61769658 C23.4842655,6.43935869 18.8713088,8.00010716 14.0156068,8.00010716 C9.14472075,8.00010716 4.51828614,6.42954429 0.788974914,3.59169715 C-0.0900359625,2.92280728 -0.260372694,1.66798579 0.408517176,0.788974914 Z"></path>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="17px" height="16px" viewBox="0 0 17 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>考核图标/地点备份_2@2x</title>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-259.000000, -1351.000000)" fill="#A69E9F" fill-rule="nonzero">
<g id="考核图标/地点备份-2" transform="translate(251.000000, 1343.000000)">
<g id="形状结合" transform="translate(8.000217, 8.000000)">
<path d="M8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 Z M8,1.25 C4.27207794,1.25 1.25,4.27207794 1.25,8 C1.25,11.7279221 4.27207794,14.75 8,14.75 C11.7279221,14.75 14.75,11.7279221 14.75,8 C14.75,4.27207794 11.7279221,1.25 8,1.25 Z M7.5,4 L8.75,4 L8.75,7.5 L12,7.5 L12,8.75 L7.5,8.75 L7.5,4 Z"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="17px" height="16px" viewBox="0 0 17 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>考核图标/地点备份@2x</title>
<g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="考核巡检0811" transform="translate(-227.000000, -1351.000000)" fill="#A69E9F" fill-rule="nonzero">
<g id="考核图标/地点备份" transform="translate(219.000000, 1335.000000)">
<g id="形状结合" transform="translate(8.000217, 16.000000)">
<path d="M8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 Z M8,11.25 C6.28403874,11.25 4.74363766,12.0016625 3.6900947,13.1936897 C4.85915962,14.1661233 6.36139396,14.75 8,14.75 C9.63860604,14.75 11.1408404,14.1661233 12.3100025,13.1950706 C11.256618,12.0017873 9.71610365,11.25 8,11.25 Z M8,1.25 C4.27207794,1.25 1.25,4.27207794 1.25,8 C1.25,9.63860604 1.83387666,11.1408404 2.80492943,12.3100025 C4.08560898,10.8909096 5.93876295,10 8,10 C10.0613311,10 11.9145601,10.8909908 13.1955736,12.3088591 C14.1661233,11.1408404 14.75,9.63860604 14.75,8 C14.75,4.27207794 11.7279221,1.25 8,1.25 Z M8,3 C9.65685425,3 11,4.34314575 11,6 C11,7.65685425 9.65685425,9 8,9 C6.34314575,9 5,7.65685425 5,6 C5,4.34314575 6.34314575,3 8,3 Z M8,4.25 C7.03350169,4.25 6.25,5.03350169 6.25,6 C6.25,6.96649831 7.03350169,7.75 8,7.75 C8.96649831,7.75 9.75,6.96649831 9.75,6 C9.75,5.03350169 8.96649831,4.25 8,4.25 Z"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/其他费用小计@2x</title>
<defs>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
<stop stop-color="#1679FF" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="9.97229917%" y1="0%" x2="87.0218035%" y2="100%" id="linearGradient-2">
<stop stop-color="#B1D3FF" offset="0%"></stop>
<stop stop-color="#D6E8FF" offset="32.1893722%"></stop>
<stop stop-color="#D8E9FF" offset="100%"></stop>
</linearGradient>
<rect id="path-3" x="0" y="0" width="17" height="19" rx="2"></rect>
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-5">
<stop stop-color="#0053DA" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<filter x="-60.0%" y="-40.0%" width="220.0%" height="180.0%" filterUnits="objectBoundingBox" id="filter-6">
<feGaussianBlur stdDeviation="2" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="9.97229917%" y1="0%" x2="90.0277008%" y2="100%" id="linearGradient-7">
<stop stop-color="#73AEFF" offset="0%"></stop>
<stop stop-color="#E9F3FF" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="收支预测0811" transform="translate(-2108.000000, -1824.000000)">
<g id="编组" transform="translate(2108.000000, 1824.000000)">
<rect id="矩形" fill="#1679FF" opacity="0.100000001" x="0" y="0" width="36" height="36" rx="4"></rect>
<g transform="translate(7.003058, 8.499374)">
<rect id="矩形" fill="url(#linearGradient-1)" x="12" y="7" width="10" height="12" rx="2"></rect>
<g id="矩形备份-85">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="蒙版" fill="url(#linearGradient-2)" xlink:href="#path-3"></use>
<rect fill="url(#linearGradient-5)" opacity="0.699999988" filter="url(#filter-6)" mask="url(#mask-4)" x="13" y="7" width="10" height="15" rx="1"></rect>
</g>
<rect id="矩形" stroke="url(#linearGradient-7)" stroke-width="0.5" x="0.25" y="0.25" width="16.5" height="18.5" rx="2"></rect>
<path d="M8.49694183,5.00062638 C9.82242522,5.00062638 10.8969418,6.28272005 10.8969418,7.86426275 C10.8969418,8.92385711 10.4146271,9.84903876 9.69766329,10.3442974 L9.69821086,10.8029754 C10.7781009,10.941891 11.660501,11.2631306 12.129789,11.678485 C12.3506737,11.8220328 12.4969418,12.0719755 12.4969418,12.3560809 L12.4969418,13.1906264 C12.4969418,13.637977 12.1342925,14.0006264 11.6869418,14.0006264 L5.30694183,14.0006264 C4.85959118,14.0006264 4.49694183,13.637977 4.49694183,13.1906264 L4.49694183,12.3560809 C4.49694183,12.0719755 4.64321,11.8220328 4.86454994,11.6774493 C5.33356164,11.2628078 6.21604165,10.9417381 7.29609954,10.8029033 L7.29721629,10.344985 C6.57970329,9.84989538 6.09694183,8.92434766 6.09694183,7.86426275 C6.09694183,6.28272005 7.17145843,5.00062638 8.49694183,5.00062638 Z" id="形状结合" fill="#FFFFFF" opacity="0.800000012"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="16px" viewBox="0 0 18 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>排名</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="排名" transform="translate(-23, -23)" fill="#EE4B11">
<path d="M25,23 L38.2796182,23 C39.3841877,23 40.2796182,23.8954305 40.2796182,25 C40.2796182,25.2023101 40.2489222,25.4034491 40.1885781,25.59655 L36.4385781,37.59655 C36.1776561,38.4315004 35.4043881,39 34.5296182,39 L25,39 C23.8954305,39 23,38.1045695 23,37 L23,25 C23,23.8954305 23.8954305,23 25,23 Z" id="矩形备份"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/查看更多@2x</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="收支预测0811" transform="translate(-1888.000000, -1798.000000)" fill="#D9DADC">
<g id="收支预测/查看更多" transform="translate(1888.000000, 1798.000000)">
<g id="计划图标/更多-白色" transform="translate(3.000000, 1.000000)">
<path d="M1.58058262,0.580582618 L5.46966991,4.46966991 L5.46966991,4.46966991 C5.76256313,4.76256313 5.76256313,5.23743687 5.46966991,5.53033009 L1.58058262,9.41941738 C1.2876894,9.7123106 0.812815665,9.7123106 0.519922446,9.41941738 C0.227029227,9.12652416 0.227029227,8.65165043 0.519922446,8.35875721 L3.87825253,4.9999127 L0.519922446,1.64124279 C0.227029227,1.34834957 0.227029227,0.873475836 0.519922446,0.580582618 C0.812815665,0.287689399 1.2876894,0.287689399 1.58058262,0.580582618 Z" id="形状结合"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/管理费用小计@2x</title>
<defs>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
<stop stop-color="#1679FF" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="0%" y1="0%" x2="96.2452285%" y2="100%" id="linearGradient-2">
<stop stop-color="#C0DCFF" offset="0%"></stop>
<stop stop-color="#D6E8FF" offset="32.1893722%"></stop>
<stop stop-color="#D8E9FF" offset="100%"></stop>
</linearGradient>
<polygon id="path-3" points="21 9 29.660254 14 29.660254 24 21 29 12.339746 24 12.339746 14"></polygon>
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-5">
<stop stop-color="#0053DA" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<filter x="-36.2%" y="-42.9%" width="172.3%" height="185.7%" filterUnits="objectBoundingBox" id="filter-6">
<feGaussianBlur stdDeviation="2" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="0%" y1="2.71908438%" x2="94.7642944%" y2="100%" id="linearGradient-7">
<stop stop-color="#DCEBFF" offset="0%"></stop>
<stop stop-color="#5198FA" offset="100%"></stop>
</linearGradient>
<polygon id="path-8" points="21 9 29.660254 14 29.660254 24 21 29 12.339746 24 12.339746 14"></polygon>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="收支预测0811" transform="translate(-2052.000000, -1824.000000)">
<g id="编组" transform="translate(2052.000000, 1824.000000)">
<rect id="矩形" fill="#1679FF" opacity="0.100000001" x="0" y="0" width="36" height="36" rx="4"></rect>
<polygon id="多边形备份" fill="url(#linearGradient-1)" transform="translate(13.535898, 13.535898) rotate(-330.000000) translate(-13.535898, -13.535898) " points="13.5358984 6.53589838 19.5980762 10.0358984 19.5980762 17.0358984 13.5358984 20.5358984 7.47372056 17.0358984 7.47372056 10.0358984"></polygon>
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="蒙版" fill="url(#linearGradient-2)" transform="translate(21.000000, 19.000000) rotate(-330.000000) translate(-21.000000, -19.000000) " xlink:href="#path-3"></use>
<polygon id="多边形备份-2" fill="url(#linearGradient-5)" opacity="0.699999988" filter="url(#filter-6)" mask="url(#mask-4)" transform="translate(12.535898, 13.535898) rotate(-330.000000) translate(-12.535898, -13.535898) " points="12.5358984 6.53589838 18.5980762 10.0358984 18.5980762 17.0358984 12.5358984 20.5358984 6.47372056 17.0358984 6.47372056 10.0358984"></polygon>
<path d="M21,16.5 C21.6903559,16.5 22.3153559,16.779822 22.767767,17.232233 C23.220178,17.6846441 23.5,18.3096441 23.5,19 C23.5,19.6903559 23.220178,20.3153559 22.767767,20.767767 C22.3153559,21.220178 21.6903559,21.5 21,21.5 C20.3096441,21.5 19.6846441,21.220178 19.232233,20.767767 C18.779822,20.3153559 18.5,19.6903559 18.5,19 C18.5,18.3096441 18.779822,17.6846441 19.232233,17.232233 C19.6846441,16.779822 20.3096441,16.5 21,16.5 Z" id="椭圆形" stroke="#F6FAFF" stroke-width="2" mask="url(#mask-4)"></path>
<mask id="mask-9" fill="white">
<use xlink:href="#path-8"></use>
</mask>
<path stroke="url(#linearGradient-7)" stroke-width="0.5" d="M21,9.28867513 L29.410254,14.1443376 L29.410254,23.8556624 L21,28.7113249 L12.589746,23.8556624 L12.589746,14.1443376 L21,9.28867513 Z"></path>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/管理费用小计@2x</title>
<defs>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
<stop stop-color="#1679FF" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="14.5429363%" y1="0%" x2="82.7944003%" y2="100%" id="linearGradient-2">
<stop stop-color="#C0DCFF" offset="0%"></stop>
<stop stop-color="#D6E8FF" offset="32.1893722%"></stop>
<stop stop-color="#D8E9FF" offset="100%"></stop>
</linearGradient>
<path d="M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,9.94721362 C16,12.7764949 14.4698026,15.3845221 12,16.7647059 L8.48782136,18.7273939 C8.18466896,18.8968026 7.81533104,18.8968026 7.51217864,18.7273939 L4,16.7647059 C1.53019739,15.3845221 3.4648702e-16,12.7764949 0,9.94721362 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z" id="path-3"></path>
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-5">
<stop stop-color="#0053DA" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<filter x="-60.0%" y="-54.5%" width="220.0%" height="208.4%" filterUnits="objectBoundingBox" id="filter-6">
<feGaussianBlur stdDeviation="2" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="14.5429363%" y1="2.71908438%" x2="81.7442087%" y2="100%" id="linearGradient-7">
<stop stop-color="#DCEBFF" offset="0%"></stop>
<stop stop-color="#5198FA" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="收支预测0811" transform="translate(-1996.000000, -1824.000000)">
<g id="编组" transform="translate(1996.000000, 1824.000000)">
<rect id="矩形" fill="#1679FF" opacity="0.100000001" x="0" y="0" width="36" height="36" rx="4"></rect>
<path d="M9,7 L17,7 C17.5522847,7 18,7.44771525 18,8 L18,13.3770253 C18,14.9936686 17.0070515,16.4443212 15.5,17.0294118 L13.361917,17.8594911 C13.129104,17.9498773 12.870896,17.9498773 12.638083,17.8594911 L10.5,17.0294118 C8.99294846,16.4443212 8,14.9936686 8,13.3770253 L8,8 C8,7.44771525 8.44771525,7 9,7 Z" id="矩形备份-2" fill="url(#linearGradient-1)"></path>
<g id="矩形备份-3" transform="translate(12.000000, 10.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="蒙版" fill="url(#linearGradient-2)" xlink:href="#path-3"></use>
<path d="M-4,-3 L4,-3 C4.55228475,-3 5,-2.55228475 5,-2 L5,3.37702534 C5,4.99366858 4.00705154,6.44432117 2.5,7.02941176 L0.361916955,7.85949106 C0.129103981,7.94987728 -0.129103981,7.94987728 -0.361916955,7.85949106 L-2.5,7.02941176 C-4.00705154,6.44432117 -5,4.99366858 -5,3.37702534 L-5,-2 C-5,-2.55228475 -4.55228475,-3 -4,-3 Z" fill="url(#linearGradient-5)" opacity="0.699999988" filter="url(#filter-6)" mask="url(#mask-4)"></path>
</g>
<path d="M27,10.25 C27.2071068,10.25 27.3946068,10.3339466 27.5303301,10.4696699 C27.6660534,10.6053932 27.75,10.7928932 27.75,11 L27.75,11 L27.75,19.9472136 C27.75,21.3165699 27.3796965,22.6323834 26.7105503,23.7728581 C26.0414042,24.9133328 25.0734153,25.8784688 23.8780447,26.54647 L23.8780447,26.54647 L20.365866,28.5091581 C20.1385017,28.6362146 19.8614983,28.6362146 19.634134,28.5091581 L19.634134,28.5091581 L16.1219553,26.54647 C14.9265847,25.8784688 13.9585958,24.9133328 13.2894497,23.7728581 C12.6203035,22.6323834 12.25,21.3165699 12.25,19.9472136 L12.25,19.9472136 L12.25,11 C12.25,10.7928932 12.3339466,10.6053932 12.4696699,10.4696699 C12.6053932,10.3339466 12.7928932,10.25 13,10.25 L13,10.25 Z" id="矩形备份" stroke="url(#linearGradient-7)" stroke-width="0.5"></path>
<path d="M22.1401765,15.6922305 L23.5543901,17.106444 L19.3117494,21.3490847 L16.4833223,18.5206576 L17.8975358,17.106444 L19.3113223,18.5202305 L22.1401765,15.6922305 Z" id="形状结合" fill="#F6FAFF"></path>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="16px" viewBox="0 0 18 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>排名</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="排名" transform="translate(-125, -23)" fill="#C5B8AE">
<path d="M127,23 L140.279618,23 C141.384188,23 142.279618,23.8954305 142.279618,25 C142.279618,25.2023101 142.248922,25.4034491 142.188578,25.59655 L138.438578,37.59655 C138.177656,38.4315004 137.404388,39 136.529618,39 L127,39 C125.895431,39 125,38.1045695 125,37 L125,25 C125,23.8954305 125.895431,23 127,23 Z" id="矩形"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 740 B

View File

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/其他费用小计@2x</title>
<defs>
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-1">
<stop stop-color="#1679FF" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<linearGradient x1="0%" y1="18.8365651%" x2="96.2452285%" y2="81.1634349%" id="linearGradient-2">
<stop stop-color="#C0DCFF" offset="0%"></stop>
<stop stop-color="#D6E8FF" offset="32.1893722%"></stop>
<stop stop-color="#D8E9FF" offset="100%"></stop>
</linearGradient>
<rect id="path-3" x="0" y="0" width="19" height="15" rx="2"></rect>
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="linearGradient-5">
<stop stop-color="#0053DA" offset="0%"></stop>
<stop stop-color="#0C6DFF" offset="100%"></stop>
</linearGradient>
<filter x="-40.0%" y="-50.0%" width="180.0%" height="200.0%" filterUnits="objectBoundingBox" id="filter-6">
<feGaussianBlur stdDeviation="2" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="0%" y1="20.5312853%" x2="94.7642944%" y2="81.1634349%" id="linearGradient-7">
<stop stop-color="#DCEBFF" offset="0%"></stop>
<stop stop-color="#5198FA" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="收支预测0811" transform="translate(-2164.000000, -1824.000000)">
<g id="编组-2" transform="translate(2164.000000, 1824.000000)">
<rect id="矩形" fill="#1679FF" opacity="0.100000001" x="0" y="0" width="36" height="36" rx="4"></rect>
<g id="编组" transform="translate(7.004242, 8.492352)">
<rect id="矩形" fill="url(#linearGradient-1)" x="0" y="0" width="14" height="12" rx="2"></rect>
<g id="矩形备份-84" transform="translate(3.000000, 4.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="蒙版" fill="url(#linearGradient-2)" xlink:href="#path-3"></use>
<rect fill="url(#linearGradient-5)" opacity="0.600000024" filter="url(#filter-6)" mask="url(#mask-4)" x="-4" y="-4" width="15" height="12" rx="1"></rect>
</g>
<rect id="矩形" stroke="url(#linearGradient-7)" stroke-width="0.5" x="3.25" y="4.25" width="18.5" height="14.5" rx="2"></rect>
<rect id="矩形" fill="#FFFFFF" x="11" y="8" width="5" height="2"></rect>
<rect id="矩形备份-2" fill="#FFFFFF" x="7" y="8" width="2" height="2"></rect>
<rect id="矩形备份-3" fill="#FFFFFF" x="7" y="12" width="2" height="2"></rect>
<rect id="矩形备份" fill="#FFFFFF" x="11" y="12" width="7" height="2"></rect>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/管理费用小计@2x</title>
<defs>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
<stop stop-color="#EF7A16" offset="0%"></stop>
<stop stop-color="#EF7A16" offset="100%"></stop>
</linearGradient>
<linearGradient x1="0%" y1="18.8365651%" x2="96.2452285%" y2="81.1634349%" id="linearGradient-2">
<stop stop-color="#FFD8B7" offset="0%"></stop>
<stop stop-color="#FFE5CF" offset="32.1893722%"></stop>
<stop stop-color="#FFEAD8" offset="100%"></stop>
</linearGradient>
<rect id="path-3" x="0" y="0" width="19" height="15" rx="2"></rect>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-5">
<stop stop-color="#EF7A16" offset="0%"></stop>
<stop stop-color="#EF7A16" offset="100%"></stop>
</linearGradient>
<filter x="-60.0%" y="-75.0%" width="220.0%" height="250.0%" filterUnits="objectBoundingBox" id="filter-6">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="13.2177399%" y1="26.6757503%" x2="83.2501634%" y2="74.4543847%" id="linearGradient-7">
<stop stop-color="#FFE0C5" offset="0%"></stop>
<stop stop-color="#FFC38F" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="收支预测0811" transform="translate(-1940.000000, -1824.000000)">
<g id="编组-2" transform="translate(1940.000000, 1824.000000)">
<rect id="矩形" fill="#F2750B" opacity="0.100000001" x="0" y="0" width="36" height="36" rx="4"></rect>
<g id="编组" transform="translate(7.004242, 8.492352)">
<rect id="矩形" fill="url(#linearGradient-1)" x="0" y="0" width="14" height="12" rx="2"></rect>
<g id="矩形备份-84" transform="translate(3.000000, 4.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="蒙版" fill="url(#linearGradient-2)" xlink:href="#path-3"></use>
<rect fill="url(#linearGradient-5)" filter="url(#filter-6)" mask="url(#mask-4)" x="-4" y="-4" width="15" height="12" rx="1"></rect>
</g>
<rect id="矩形" stroke="url(#linearGradient-7)" stroke-width="0.5" x="3.25" y="4.25" width="18.5" height="14.5" rx="2"></rect>
<rect id="矩形" fill="#FFFFFF" x="11" y="8" width="5" height="2"></rect>
<rect id="矩形备份-2" fill="#FFFFFF" x="7" y="8" width="2" height="2"></rect>
<rect id="矩形备份-3" fill="#FFFFFF" x="7" y="12" width="2" height="2"></rect>
<rect id="矩形备份" fill="#FFFFFF" x="11" y="12" width="7" height="2"></rect>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="16px" viewBox="0 0 18 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>排名</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="排名" transform="translate(-57, -23)" fill="#FF7831">
<path d="M59,23 L72.2796182,23 C73.3841877,23 74.2796182,23.8954305 74.2796182,25 C74.2796182,25.2023101 74.2489222,25.4034491 74.1885781,25.59655 L70.4385781,37.59655 C70.1776561,38.4315004 69.4043881,39 68.5296182,39 L59,39 C57.8954305,39 57,38.1045695 57,37 L57,25 C57,23.8954305 57.8954305,23 59,23 Z" id="矩形"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 732 B

View File

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>收支预测/管理费用小计@2x</title>
<defs>
<linearGradient x1="-1.11022302e-14%" y1="50%" x2="100%" y2="50%" id="linearGradient-1">
<stop stop-color="#EF7A16" offset="0%"></stop>
<stop stop-color="#EF7A16" offset="100%"></stop>
</linearGradient>
<linearGradient x1="0%" y1="0%" x2="96.2452285%" y2="100%" id="linearGradient-2">
<stop stop-color="#FFD8B7" offset="0%"></stop>
<stop stop-color="#FFE5CF" offset="32.1893722%"></stop>
<stop stop-color="#FFEAD8" offset="100%"></stop>
</linearGradient>
<circle id="path-3" cx="9.5" cy="9.5" r="9.5"></circle>
<filter x="-64.3%" y="-64.3%" width="228.6%" height="228.6%" filterUnits="objectBoundingBox" id="filter-5">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="13.2177399%" y1="12.5775372%" x2="83.2501634%" y2="89.2357017%" id="linearGradient-6">
<stop stop-color="#FFE0C5" offset="0%"></stop>
<stop stop-color="#FFC38F" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="收支预测0811" transform="translate(-1884.000000, -1824.000000)">
<g id="编组" transform="translate(1884.000000, 1824.000000)">
<rect id="矩形" fill="#F2750B" opacity="0.100000001" x="0" y="0" width="36" height="36" rx="4"></rect>
<g transform="translate(7.000000, 7.000000)">
<circle id="椭圆形" fill="url(#linearGradient-1)" cx="7" cy="7" r="7"></circle>
<g id="椭圆形备份-2" transform="translate(3.000000, 3.000000)">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<use id="蒙版" fill="url(#linearGradient-2)" xlink:href="#path-3"></use>
<circle fill="url(#linearGradient-1)" filter="url(#filter-5)" mask="url(#mask-4)" cx="4" cy="4" r="7"></circle>
</g>
<circle id="椭圆形备份" stroke="url(#linearGradient-6)" stroke-width="0.5" cx="12.5" cy="12.5" r="9.25"></circle>
<path d="M11.0857864,7.58578644 L12.5,8.99989322 L13.9142136,7.58578644 C14.3047379,7.19526215 14.9379028,7.19526215 15.3284271,7.58578644 C15.7189514,7.97631073 15.7189514,8.60947571 15.3284271,9 L14.328,9.99989322 L15,10 C15.5522847,10 16,10.4477153 16,11 C16,11.5522847 15.5522847,12 15,12 L13.5,11.9998932 L13.5,12.9998932 L15,13 C15.5522847,13 16,13.4477153 16,14 C16,14.5522847 15.5522847,15 15,15 L13.5,14.9998932 L13.5,16.5 C13.5,17.0522847 13.0522847,17.5 12.5,17.5 C11.9477153,17.5 11.5,17.0522847 11.5,16.5 L11.5,14.9998932 L10,15 C9.44771525,15 9,14.5522847 9,14 C9,13.4477153 9.44771525,13 10,13 L11.5,12.9998932 L11.5,11.9998932 L10,12 C9.44771525,12 9,11.5522847 9,11 C9,10.4477153 9.44771525,10 10,10 L10.671,9.99989322 L9.67157288,9 C9.28104858,8.60947571 9.28104858,7.97631073 9.67157288,7.58578644 C10.0620972,7.19526215 10.6952621,7.19526215 11.0857864,7.58578644 Z" id="形状结合" fill="#FFFFFF"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18px" height="16px" viewBox="0 0 18 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>排名</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="排名" transform="translate(-91, -23)" fill="#FE9F17">
<path d="M93,23 L106.279618,23 C107.384188,23 108.279618,23.8954305 108.279618,25 C108.279618,25.2023101 108.248922,25.4034491 108.188578,25.59655 L104.438578,37.59655 C104.177656,38.4315004 103.404388,39 102.529618,39 L93,39 C91.8954305,39 91,38.1045695 91,37 L91,25 C91,23.8954305 91.8954305,23 93,23 Z" id="矩形"></path>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 732 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

View File

@ -0,0 +1,8 @@
@font-face {
font-family: 'Alimama ShuHeiTi';
src:url("/static/public/dataAll/FcbUFKvFxAXe.woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}