manage-client 3.2.145 → 3.2.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/build/dev-server.js +179 -176
  2. package/build/webpack.base.conf.js +1 -1
  3. package/package.json +2 -1
  4. package/src/App.vue +1 -0
  5. package/src/components/SellReport/BankManager.vue +102 -102
  6. package/src/components/SellReport/Test.vue +862 -0
  7. package/src/components/WebReport/EchartsBox.vue +1 -0
  8. package/src/components/sale/businessquery/ChangeMeterQuery.vue +10 -0
  9. package/src/filiale/macheng/config/exportConfig.js +1 -1
  10. package/src/filiale/meihekou/CardHandplanQuery.vue +1 -1
  11. package/src/filiale/qianneng/ChargeQuery.vue +1 -1
  12. package/src/filiale/xinkang/ChargeQuery.vue +1308 -0
  13. package/src/filiale/xinkang/sale.js +10 -0
  14. package/src/filiale/zhongyi/CallReport/CallReportMainPage.vue +116 -0
  15. package/src/filiale/zhongyi/CallReport/IncomingTelegram.vue +180 -0
  16. package/src/filiale/zhongyi/CallReport/PercentageComplete.vue +322 -0
  17. package/src/filiale/zhongyi/CallReport/PercentageCompleteEchart.vue +140 -0
  18. package/src/filiale/zhongyi/CallReport/RateBottom.vue +143 -0
  19. package/src/filiale/zhongyi/CallReport/RateTop.vue +144 -0
  20. package/src/filiale/zhongyi/CallReport/ScrollContent.vue +143 -0
  21. package/src/filiale/zhongyi/CallReport/ServiceStatus.vue +385 -0
  22. package/src/filiale/zhongyi/CallReport/SwiperTools.vue +161 -0
  23. package/src/filiale/zhongyi/CallReport/SwiperTools2.vue +143 -0
  24. package/src/filiale/zhongyi/CallReport/Time.vue +100 -0
  25. package/src/filiale/zhongyi/CallReport/Userinfo.vue +97 -0
  26. package/src/filiale/zhongyi/CallReport/WeatherData.vue +44 -0
  27. package/src/filiale/zhongyi/CallReport/WorkOrderPage.vue +181 -0
  28. package/src/filiale/zhongyi/sale.js +34 -1
  29. package/src/main.js +66 -66
  30. package/src/reportManage.js +4 -0
  31. package/static/fonts/font.css +6 -0
  32. package/static/fonts//351/230/277/351/207/214/346/261/211/344/273/252/346/231/272/350/203/275/351/273/221/344/275/223.TTF +0 -0
  33. package/static/images/zhongyi/Pigeon.png +0 -0
  34. package/static/images/zhongyi/background.png +0 -0
  35. package/static/images/zhongyi/blueArrows.png +0 -0
  36. package/static/images/zhongyi/blueBall.png +0 -0
  37. package/static/images/zhongyi/blueLadder.png +0 -0
  38. package/static/images/zhongyi/blueLine.png +0 -0
  39. package/static/images/zhongyi/bluebg.png +0 -0
  40. package/static/images/zhongyi/bulebg2.png +0 -0
  41. package/static/images/zhongyi/chart-2@2x.png +0 -0
  42. package/static/images/zhongyi/cloudy.png +0 -0
  43. package/static/images/zhongyi/exclamationPoint.png +0 -0
  44. package/static/images/zhongyi/netHall.png +0 -0
  45. package/static/images/zhongyi/orangebg.png +0 -0
  46. package/static/images/zhongyi/phone1.png +0 -0
  47. package/static/images/zhongyi/phone2.png +0 -0
  48. package/static/images/zhongyi/phone3.png +0 -0
  49. package/static/images/zhongyi/phone4.png +0 -0
  50. package/static/images/zhongyi/phone5.png +0 -0
  51. package/static/images/zhongyi/refresh.png +0 -0
  52. package/static/images/zhongyi/ring.png +0 -0
  53. package/static/images/zhongyi/service1.png +0 -0
  54. package/static/images/zhongyi/service2.png +0 -0
  55. package/static/images/zhongyi/telephone1.png +0 -0
  56. package/static/images/zhongyi/telephone2.png +0 -0
  57. package/static/images/zhongyi/trumpet.png +0 -0
  58. package/static/images/zhongyi/weChat.png +0 -0
  59. package/static/images/zhongyi/workOrder.png +0 -0
  60. package/static/images/zhongyi/yellowArrows.png +0 -0
  61. package/static/images/zhongyi/yellowBall.png +0 -0
  62. package/static/images/zhongyi/yellowLadder.png +0 -0
  63. package/static/images/zhongyi/yellowbg.png +0 -0
  64. package/static/images/zhongyi//347/256/255/345/244/264 19 1 /346/213/267/350/264/235 2@2x.png +0 -0
  65. package/static/images/zhongyi//347/256/255/345/244/264 19 1 /346/213/267/350/264/235@2x.png +0 -0
  66. package/static/images/zhongyi//347/256/255/345/244/264 19 1.png +0 -0
@@ -0,0 +1,10 @@
1
+ // 分公司特殊组件页面注册
2
+ let specialComp = {
3
+ //卡表抄表查询
4
+ 'charge-query': (resolve) => {require(['./ChargeQuery'], resolve)}
5
+ }
6
+ exports.specialComp = specialComp
7
+
8
+
9
+
10
+
@@ -0,0 +1,116 @@
1
+ <template>
2
+ <div class="main-basic">
3
+
4
+
5
+
6
+ <!-- <basic-page ></basic-page>-->
7
+
8
+ <!-- &lt;!&ndash;左侧内容模块&ndash;&gt;-->
9
+ <!-- <template v-slot:contentLeft>-->
10
+ <!-- <left-content-page></left-content-page>-->
11
+ <!-- </template>-->
12
+ <!-- &lt;!&ndash;右侧&ndash;&gt;-->
13
+
14
+ <weather-data></weather-data>
15
+ <time></time>
16
+ <div class="content-header">中邑燃气</div>
17
+ <div class="inform"><span><i></i>{{ data.inform }}</span></div>
18
+ <!--工单模块-->
19
+ <work-order-page></work-order-page>
20
+ <!--完成率模块-->
21
+ <percentage-complete></percentage-complete>
22
+ <!--完成率echart-->
23
+ <percentage-complete-echart></percentage-complete-echart>
24
+ <!--用户模块-->
25
+ <userinfo></userinfo>
26
+ <!--来电统计模块-->
27
+ <incoming-telegram :row="model"></incoming-telegram>
28
+
29
+ <!---->
30
+
31
+ <rate-top></rate-top>-->
32
+ <rate-bottom></rate-bottom>-->
33
+ <!--客服状态模块-->
34
+ <service-status></service-status>
35
+
36
+
37
+
38
+
39
+ </div>
40
+
41
+
42
+ </template>
43
+
44
+ <script>
45
+ import WorkOrderPage from "./WorkOrderPage";
46
+ import PercentageComplete from "./PercentageComplete";
47
+ import RateBottom from "./RateBottom";
48
+ import WeatherData from "./WeatherData";
49
+ export default {
50
+ components: {WeatherData, RateBottom, PercentageComplete, WorkOrderPage},
51
+ title:'CallReportMainPage',
52
+ data() {
53
+ return {
54
+ // model:"初入数据",
55
+ data:{
56
+ inform:'2022.3.7号停气',
57
+ // inform:'2022.3.7号停气2022.3.7号停气',
58
+ }
59
+ }
60
+ },
61
+ name: "CallReportMainPage"
62
+ }
63
+ </script>
64
+
65
+ <style scoped>
66
+ .main-basic{
67
+ /* margin: 0; */
68
+ width: 100vw;
69
+ height: 100vh;
70
+ background-image: url("../../../../static/images/zhongyi/background.png");
71
+ background-repeat: no-repeat;
72
+ }
73
+ .content-header {
74
+ width: 8.333vw;
75
+ height: 3.519vh;
76
+ font-size: 3.704vh;
77
+ color: #fff;
78
+ position: absolute;
79
+ top: 1.389vh;
80
+ left: 45.99vw;
81
+ line-height: 3.333vh;
82
+ }
83
+ .inform {
84
+ width: 35.833vw;
85
+ height: 6.019vh;
86
+ background-image: url("../../../../static/images/zhongyi/orangebg.png");
87
+ background-repeat: no-repeat;
88
+ background-position: 0px 0px;
89
+ background-size: cover;
90
+ position: absolute;
91
+ top: 11.204vh;
92
+ left: 31.458vw;
93
+ text-align: center;
94
+ }
95
+
96
+ .inform span {
97
+ font-size: 40px;
98
+ font-weight: bold;
99
+ color: #FFFFFF;
100
+ line-height: 33px;
101
+ position: relative;
102
+ top: 1.204vh;
103
+ }
104
+
105
+ .inform i {
106
+ width: 2.03125vw;
107
+ height: 2.87vh;
108
+ background-image: url("../../../../static/images/zhongyi/trumpet.png");
109
+ background-repeat: no-repeat;
110
+ background-position: 0px 0px;
111
+ background-size: cover;
112
+ position: absolute;
113
+ left: -2.604vw;
114
+ top: 1.111vh;
115
+ }
116
+ </style>
@@ -0,0 +1,180 @@
1
+ <template>
2
+ <!-- 来电模块 -->
3
+ <div class="incoming-telegram">
4
+ <p><i></i><span>来电数量统计</span></p>
5
+ <i></i><i></i>
6
+ <div class="incoming-telegram-div">
7
+ <span>{{ data.netAppointment}}</span><br>
8
+ <span>年度网厅预约话务(次)</span>
9
+ </div>
10
+ <div class="incoming-telegram-div">
11
+ <span>{{ data.hotLine }}</span><br>
12
+ <span>年度热线服务话务(次)</span>
13
+ </div>
14
+ <span class="text1">接通率</span>
15
+ <span class="text2">接通率</span>
16
+ <div class="blueLadder"></div>
17
+ <div class="yellowLadder"></div>
18
+
19
+
20
+ </div>
21
+ </template>
22
+
23
+ <script>
24
+ import echarts from "echarts";
25
+ import {HttpResetClass} from "vue-client";
26
+ export default {
27
+ name: "IncomingTelegram",
28
+
29
+ data(){
30
+ return{
31
+ data:{
32
+ netAppointment:'16,871',
33
+ hotLine:'85,917',
34
+
35
+
36
+ }
37
+ }
38
+ },
39
+ methods:{
40
+ getInitData(){
41
+ let http = new HttpResetClass()
42
+ http.load('post','rs/sql/getCallSumData',{}).then((res)=>{
43
+ console.log(res.data)
44
+ // this.data = res.data[0]
45
+ })
46
+ }
47
+ },
48
+ ready(){
49
+ // this.getInitData()
50
+ }
51
+
52
+
53
+ }
54
+ </script>
55
+
56
+ <style scoped>
57
+
58
+ /* 来电统计样式 */
59
+ .incoming-telegram {
60
+ width: 23.4375vw;
61
+ height: 51.667vh;
62
+ background: rgba(255, 255, 255, .04);
63
+ position: absolute;
64
+ top: 12.315vh;
65
+ right: 1.198vw;
66
+ }
67
+
68
+ .incoming-telegram p i {
69
+ width: 1.458vw;
70
+ height: 2.593vh;
71
+ background-image: url('../../../../static/images/zhongyi/chart-2@2x.png');
72
+ background-repeat: no-repeat;
73
+ background-size: cover;
74
+ background-position: 0 0;
75
+ position: absolute;
76
+ top: 2.315vh;
77
+ left: 1.51vw;
78
+ }
79
+
80
+ .incoming-telegram i {
81
+ width: 22.8125vw;
82
+ height: 0.093vh;
83
+ background-image: url('../../../../static/images/zhongyi/blueLine.png');
84
+ background-repeat: no-repeat;
85
+ background-size: cover;
86
+ position: absolute;
87
+ top: 6.852vh;
88
+ left: 1.09375vw;
89
+ }
90
+
91
+ .incoming-telegram i:nth-of-type(2) {
92
+ top: 6.667vh;
93
+ }
94
+
95
+ .incoming-telegram p span {
96
+ font-size: 2.5vh;
97
+ color: #FFFFFF;
98
+ position: absolute;
99
+ top: 1.852vh;
100
+ left: 3.698vw;
101
+ }
102
+
103
+
104
+ .incoming-telegram-div {
105
+ position: absolute;
106
+ top: 11vh;
107
+ left: 1.042vw;
108
+ height: 13.889vh;
109
+ }
110
+
111
+ .incoming-telegram div:nth-of-type(2) {
112
+ top: 32.185vh;
113
+ }
114
+
115
+ .incoming-telegram div span:nth-of-type(1) {
116
+ font-size: 5vh;
117
+ font-weight: bold;
118
+ color: #FFCD00;
119
+ display: block;
120
+ text-align: center;
121
+ margin-bottom: -2.222vh;
122
+ }
123
+
124
+ .incoming-telegram div:nth-of-type(2) span:nth-of-type(1) {
125
+ color: #00FFEA;
126
+ }
127
+
128
+ .incoming-telegram div span:nth-of-type(2) {
129
+ font-size: 2.037vh;
130
+ /* font-weight: bold; */
131
+ color: #FFFEFE;
132
+ }
133
+
134
+ .rate-top{
135
+ width: 45%;
136
+ height: 30% !important;
137
+ margin: 0.093vh 0.052vw 0.093vh 11.458vw;
138
+ }
139
+ .rate-bottom{
140
+ width: 45%;
141
+ height: 30% !important;
142
+ margin: 22.222vh 0.052vw 0.093vh 11.458vw;
143
+ }
144
+
145
+ .text1 {
146
+ font-size: 2.037vh;
147
+ font-weight: bold;
148
+ color: #FFFEFE;
149
+ position: absolute;
150
+ top: 20.722vh;
151
+ right: 3.59375vw;
152
+ }
153
+ .text2 {
154
+ font-size: 2.037vh;
155
+ font-weight: bold;
156
+ color: #FFFEFE;
157
+ position: absolute;
158
+ top: 42.185vh;
159
+ right: 3.59375vw;
160
+ }
161
+ .blueLadder{
162
+ width: 4.948vw;
163
+ height: 0.37vh;
164
+ background: url('../../../../static/images/zhongyi/blueLadder.png') no-repeat;
165
+ background-size: cover;
166
+ position: absolute;
167
+ top: 45.556vh;
168
+ right: 2.76vw;
169
+ }
170
+ .yellowLadder{
171
+ width: 4.948vw;
172
+ height: 0.37vh;
173
+ background: url('../../../../static/images/zhongyi/yellowLadder.png') no-repeat;
174
+ background-size: cover;
175
+ position: absolute;
176
+ top: 24.167vh;
177
+ right: 2.76vw;
178
+ }
179
+ /* 来电统计样式结束 */
180
+ </style>
@@ -0,0 +1,322 @@
1
+ <template>
2
+ <!-- 完成率组件 -->
3
+ <div class="percentageComplete">
4
+ <div class="view">
5
+ <div class="pending"><i></i><span>待处理</span><span class="pendingNum">{{ data.pendingNum }}</span></div>
6
+ <div class="beingProcessed"><i></i><span>处理中</span><span class="beingProcessedNum">{{ data.beingProcessedNum }}</span></div>
7
+ <div class="completed"><i></i><span>已完成</span><span class="completedNum">{{ data.completedNum }}</span></div>
8
+ <div class="completedEcharts"></div>
9
+ <div class="percentText">完成率</div>
10
+ </div>
11
+ <div class="data">
12
+ <ul>
13
+ <li><span>昨日工单</span><span class="day">{{ data.day }}</span><span>日环比</span><div :class="data.daysFrom[0]==='1'?'blueArrows':'yellowArrows'"></div><span :class="data.daysFrom[0]==='1'?'increase':'lower'">{{ data.daysFrom[1] }}</span></li>
14
+ <li><span>月度工单量</span><span class="month">{{ data.month }}</span><span>月环比</span><div :class="data.onAMonthlyBasis[0]==='1'?'blueArrows':'yellowArrows'"></div><span :class="data.onAMonthlyBasis[0]==='1'?'increase':'lower'">{{ data.onAMonthlyBasis[1] }}</span></li>
15
+ <li><span>年度工单量</span><span class="year">{{ data.year }}</span><span>同比</span><div :class="data.yoy[0]==='1'?'blueArrows':'yellowArrows'"></div><span :class="data.yoy[0]==='1'?'increase':'lower'">{{ data.yoy[1] }}</span></li>
16
+ </ul>
17
+ </div>
18
+ </div>
19
+ </template>
20
+
21
+ <script>
22
+ import {HttpResetClass} from "vue-client";
23
+
24
+ export default {
25
+ name: "PercentageComplete",
26
+ data(){
27
+ return{
28
+ data:{
29
+ //待处理
30
+ pendingNum:'29',
31
+ // 处理中
32
+ beingProcessedNum:'16',
33
+ //已完成
34
+ completedNum:'37',
35
+ //昨日工单
36
+ day:'154',
37
+ //月度工单量
38
+ month:'5149',
39
+ //年度工单量
40
+ year:'145784',
41
+ //日环比、月环比、同比第一个参数,0为降,1为增长
42
+ //日环比
43
+ daysFrom:['0','44.18%'],
44
+ //月环比
45
+ onAMonthlyBasis:['1','71.12%'],
46
+ //同比
47
+ yoy:['1','95.07%'],
48
+
49
+
50
+ }
51
+ }
52
+ },
53
+ methods:{
54
+ getInitData(){
55
+ let http = new HttpResetClass()
56
+ http.load('post','rs/sql/getCallSumData',{}).then((res)=>{
57
+ console.log(res.data)
58
+ })
59
+ }
60
+ },
61
+ ready(){
62
+ // this.getInitData()
63
+ }
64
+ }
65
+ </script>
66
+
67
+ <style scoped>
68
+ /* 完成率组件样式 */
69
+ .percentageComplete {
70
+ width: 24.198vw;
71
+ height: 42.852vh;
72
+ position: absolute;
73
+ top: 53.241vh;
74
+ left: 1.146vw;
75
+ background: #0f136c;
76
+ }
77
+
78
+ .pending {
79
+ width: 4.948vw;
80
+ height: 13.981vh;
81
+ position: absolute;
82
+ top: 4.63vh;
83
+ left: 0.573vw;
84
+ border: 0.093vh dashed #fff;
85
+ }
86
+
87
+ .pending i {
88
+ width: 93%;
89
+ height: 100%;
90
+ background-repeat: no-repeat;
91
+ background-position: 0 -0.365vw;
92
+ background-size: cover;
93
+ position: absolute;
94
+ background-image: url("../../../../static/images/zhongyi/exclamationPoint.png");
95
+ margin-left: 0.15625vw;
96
+ }
97
+
98
+ .pending span:nth-of-type(1) {
99
+ font-size: 2.037vh;
100
+ color: #FFFFFF;
101
+ position: absolute;
102
+ bottom: 9.259vh;
103
+ left: 0.885vw;
104
+ }
105
+
106
+ .pending span:nth-of-type(2) {
107
+ font-size: 2.963vh;
108
+ font-weight: bold;
109
+ color: #FF7E00;
110
+ position: absolute;
111
+ bottom: 12.222vh;
112
+ left: 1.5625vw;
113
+ }
114
+
115
+ .beingProcessed {
116
+ width: 4.948vw;
117
+ height: 13.981vh;
118
+ position: absolute;
119
+ top: 4.63vh;
120
+ left: 5.417vw;
121
+ border: 0.093vh dashed #fff;
122
+ }
123
+
124
+ .beingProcessed i {
125
+ width: 93%;
126
+ height: 100%;
127
+ background-repeat: no-repeat;
128
+ background-position: 0 -0.365vw;
129
+ background-size: cover;
130
+ position: absolute;
131
+ background-image: url("../../../../static/images/zhongyi/refresh.png");
132
+ margin-left: 0.15625vw;
133
+ }
134
+
135
+ .beingProcessed span:nth-of-type(1) {
136
+ font-size: 2.037vh;
137
+ color: #FFFFFF;
138
+ position: absolute;
139
+ bottom: 9.259vh;
140
+ left: 0.885vw;
141
+ }
142
+
143
+ .beingProcessed span:nth-of-type(2) {
144
+ font-size: 2.963vh;
145
+ font-weight: bold;
146
+ color: #FFCC0F;
147
+ position: absolute;
148
+ bottom: 12.222vh;
149
+ left: 1.5625vw;
150
+ }
151
+
152
+ .completed {
153
+ width: 4.948vw;
154
+ height: 13.981vh;
155
+ position: absolute;
156
+ top: 4.63vh;
157
+ left: 10.208vw;
158
+ border: 0.093vh dashed #fff;
159
+ }
160
+
161
+ .completed i {
162
+ width: 93%;
163
+ height: 100%;
164
+ background-repeat: no-repeat;
165
+ background-position: 0 -0.365vw;
166
+ background-size: cover;
167
+ position: absolute;
168
+ background-image: url("../../../../static/images/zhongyi/Pigeon.png");
169
+ margin-left: 0.15625vw;
170
+ }
171
+
172
+ .completed span:nth-of-type(1) {
173
+ font-size: 2.037vh;
174
+ color: #FFFFFF;
175
+ position: absolute;
176
+ bottom: 9.259vh;
177
+ left: 0.885vw;
178
+ }
179
+
180
+ .completed span:nth-of-type(2) {
181
+ font-size: 2.963vh;
182
+ font-weight: bold;
183
+ color: #01F7E6;
184
+ position: absolute;
185
+ bottom: 12.222vh;
186
+ left: 1.5625vw;
187
+ }
188
+
189
+ .completedEcharts {
190
+ width: 7.24vw;
191
+ height: 12.87vh;
192
+ opacity: 0.08;
193
+ border-radius: 50%;
194
+ position: absolute;
195
+ top: 4.352vh;
196
+ right: 1.146vw;
197
+ /*background-color: #00F6FF;*/
198
+ }
199
+ .data{
200
+ height: 1vh;
201
+ }
202
+
203
+ .data li {
204
+ width: 22.8125vw;
205
+ height: 4.537vh;
206
+ position: absolute;
207
+ /* position: relative; */
208
+ left: 1.09375vw;
209
+ list-style: none;
210
+ display: inline-block;
211
+ }
212
+
213
+ .data li:nth-of-type(1) {
214
+ width: 22.8125vw;
215
+ height: 4.537vh;
216
+ background-image: url('../../../../static/images/zhongyi/bluebg.png');
217
+ background-repeat: no-repeat;
218
+ background-size: cover;
219
+ bottom: 16.389vh;
220
+ border: 0.093vh dashed #fff;
221
+ }
222
+
223
+ .data li:nth-of-type(2) {
224
+ width: 22.8125vw;
225
+ height: 4.537vh;
226
+ background-image: url('../../../../static/images/zhongyi/yellowbg.png');
227
+ background-repeat: no-repeat;
228
+ background-size: cover;
229
+ bottom: 9.259vh;
230
+ border: 0.093vh dashed #fff;
231
+ }
232
+
233
+ .data li:nth-of-type(3) {
234
+ width: 22.8125vw;
235
+ height: 4.537vh;
236
+ background-image: url('../../../../static/images/zhongyi/bulebg2.png');
237
+ background-repeat: no-repeat;
238
+ background-size: cover;
239
+ bottom: 2.037vh;
240
+ border: 0.093vh dashed #fff;
241
+ }
242
+
243
+ .data li span:nth-of-type(1) {
244
+ font-size: 2.037vh;
245
+ color: #FFFFFF;
246
+ position: relative;
247
+ top: 0.833vh;
248
+ left: 0.625vw;
249
+ }
250
+ .data li span:nth-of-type(2) {
251
+ font-size: 2.5vh;
252
+ position: absolute;
253
+ font-weight: bold;
254
+ top: 0.556vh;
255
+ left: 6.823vw;
256
+ }
257
+ .day{
258
+ color: #00D2FF;
259
+ }
260
+ .month{
261
+ color: #FFCD00;
262
+ }
263
+ .year{
264
+ color: #01F7E6;
265
+ }
266
+ /*.data li{*/
267
+ /* position: relative;*/
268
+ /*}*/
269
+ .data li span:nth-of-type(3) {
270
+ font-size: 2.037vh;
271
+ color: #FFFFFF;
272
+ position: absolute;
273
+ top: 0.833vh;
274
+ right: 7.292vw;
275
+ }
276
+ .data li span:nth-of-type(4) {
277
+ font-size: 2.037vh;
278
+ position: absolute;
279
+ font-weight: bold;
280
+ top: 0.833vh;
281
+ right: 0.833vw;
282
+ }
283
+
284
+ .increase{
285
+ color: #01F7E6;
286
+ }
287
+ .lower{
288
+ color: #FF7E00;
289
+ }
290
+ .view{
291
+ position: relative;
292
+ }
293
+ .percentText{
294
+ width: 3.4375vw;
295
+ height: 2.037vh;
296
+ font-size: 2.037vh;
297
+ font-weight: bold;
298
+ color: #FFFFFF;
299
+ position: absolute;
300
+ top: 12vh;
301
+ right: 2.917vw;
302
+ }
303
+ .blueArrows{
304
+ width: 1.146vw;
305
+ height: 2.037vh;
306
+ background: url('../../../../static/images/zhongyi/blueArrows.png') no-repeat;
307
+ background-size: cover;
308
+ position: absolute;
309
+ right: 5.365vw;
310
+ top: 1.389vh;
311
+ }
312
+ .yellowArrows{
313
+ width: 1.146vw;
314
+ height: 2.037vh;
315
+ background: url('../../../../static/images/zhongyi/yellowArrows.png') no-repeat;
316
+ background-size: cover;
317
+ position: absolute;
318
+ right: 5.365vw;
319
+ top: 1.389vh;
320
+ }
321
+ /* 完成率组件样式结束 */
322
+ </style>