zhuguifei
2025-09-02 9cc59c17892a7e69de54e06b5931e78c9b05551c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
<template>
    <view class="container">
 
        <cu-custom bgColor="bg-gradual-blue" :isBack="false">
            <block slot="content">机台监控</block>
        </cu-custom>
        <!-- <u-notice-bar :text="notice" mode="closable"  ></u-notice-bar> -->
     
        <!--  <view class="nav uni-padding-wrap margin-bottom-xs">
            <u--image v-if="runStatu" :showLoading="true" :fade="true" duration="450"
                src="https://dev.shlanbao.cn:9999/fileTransfer/preview?userFileId=1645312976277106688&isMin=false&shareBatchNum=&extractionCode="
                width="100%" height="200px" mode="aspectFit">
                <template v-slot:loading>
                    <u-loading-icon></u-loading-icon>
                </template>
            </u--image>
 
            <u--image v-else :showLoading="true" :fade="true" duration="450"
                src="https://dev.shlanbao.cn:9999/fileTransfer/preview?userFileId=1645312976381964288&isMin=false&shareBatchNum=&extractionCode="
                width="100%" height="200px" mode="aspectFit">
                <template v-slot:loading>
                    <u-loading-icon></u-loading-icon>
                </template>
            </u--image>
        </view> -->
        <view  class="uni-padding-wrap">
            <view class="page-section swiper">
                <view class="page-section-spacing">
                    <swiper class="swiper" style="height: 450rpx;" circular="true" indicator-dots="true" autoplay="true"
                        interval="3500" duration="600">
                        <swiper-item class="swiper-list" v-for="(item, index) in bannerList" :key="index">
                            <view class="swiper-item uni-bg-red">
                                <image class="swiper-img" :src="item.imageUrl" mode="aspectFit"></image>
                            </view>
                        </swiper-item>
                    </swiper>
                </view>
            </view>
        </view>
 
        <view class="padding radius bg-white">
            <view class="text-bold text-lg text-black">{{model.herbName}}</view>
            <view class="margin-tb-sm">
                <view class='bg-cyan cu-tag radius light sm margin-right-xs' v-if="runStatu">运行中</view>
                <view class='bg-orange cu-tag radius light sm margin-right-xs' v-else>停止</view>
                <!-- <view class='bg-cyan cu-tag radius light sm'>正常</view> -->
            </view>
            <view class="text-black text-df flex align-center">
                <text class="margin-right-xs">批次:</text>
                <text>{{ this.$lget(this.model,'code') }} </text>
            </view>
 
            <view class="text-gray  margin-top-xs">
                <text class="margin-right-xs">开始时间:</text>
                <text>{{startTime}}</text>
            </view>
 
            <view class="text-gray  margin-top-xs">
                <text class="margin-right-xs">投料:</text>
                <text class="text-cyan">{{$lget(model,'feed')}} <text class="text-gray margin-left-xs">筐</text></text>
 
            </view>
            <view class="text-gray  margin-top-xs">
                <text class="margin-right-xs">重量:</text>
                <text class="text-cyan margin-right-xs">{{$lget(model,'trendVo.weight')}}<text
                        class="text-gray margin-left-xs">/</text></text>
                <text> <text class="text-line-through">{{$lget(model,'originWeight')}}</text> <text
                        class="text-gray margin-left-xs">kg</text></text>
 
            </view>
 
            <view class="text-gray  margin-top-xs">
                <text class="margin-right-xs">用时:</text>
                <text class="text-cyan">{{$lget(model,'trendVo.totalTime')}}<text
                        class="text-gray margin-left-xs">min</text></text>
 
            </view>
 
            <view class="margin-tb-sm" style="position: relative;">
                <text class="text-gray text-df margin-right-xs">含水率:</text>
                <text class="text-cyan text-bold text-xl margin-right-xs">{{ $lget(this.model, 'trendVo.moisture') }}%
                </text>
                <text class="text-gray text-df margin-right-xs">热风:</text>
                <text class="text-cyan text-bold text-xl margin-right-xs">{{$lget(this.model, 'trendVo.bellowsTemp') }}℃
                </text>
 
 
                <view class="scoreBox">
                    <text class="text-gray text-sm">目标: <text
                            class="text-green text-xl text-bold">{{$lget(model,'target')}}% </text> </text>
                    <text class="text-gray text-sm">初始: <text
                            class="text-gray text-xl text-bold">{{$lget(model,'initial')}}% </text></text>
 
                    <!-- <view class="text-yellow text-xs flex justify-around">
                        <uni-text class="text-yellow cuIcon-favorfill"></uni-text>
                        <uni-text class="text-yellow cuIcon-favorfill"></uni-text>
                        <uni-text class="text-yellow cuIcon-favorfill"></uni-text>
                        <uni-text class="text-yellow cuIcon-favorfill"></uni-text>
                        <uni-text class="text-yellow cuIcon-favorfill"></uni-text>
                    </view> -->
                    <text class="text-sm text-bold" style="color: #666666;">含水率</text>
                </view>
            </view>
 
 
            <!--     <view class="bg-white">
                <view class="flex justify-around padding-sm solid serviceBox">
                    <view class="text-gray">
                        <image src='https://cdn.zhoukaiwen.com/zhengpin.svg' mode='widthFix'></image>
                        <text>正品保证</text>
                    </view>
                    <view class="text-gray">
                        <image src='https://cdn.zhoukaiwen.com/qianggou.svg' mode='widthFix'></image>
                        <text>租期自由</text>
                    </view>
                    <view class="text-gray">
                        <image src='https://cdn.zhoukaiwen.com/shandan.svg' mode='widthFix'></image>
                        <text>质量保证</text>
                    </view>
                </view>
            </view> -->
        </view>
 
 
 
 
 
 
        <view class="cu-bar bg-white margin-top-xs">
            <view class="action sub-title">
                <text class="text-xl text-bold text-blue text-shadow">配方信息</text>
                <text class="text-ABC text-blue"></text>
            </view>
        </view>
 
 
        <view class="bg-white padding-lr padding-bottom text-df">
            <text class="text-bold text-black">配方属性</text>
            <!--         <view class="flex">
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block; letter-spacing: 1rpx;">草药类型:</text>
                    <text class="text-black text-bold">根茎类</text>
                </view>
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block;letter-spacing: 1rpx;">草药名称:</text>
                    <text class="text-black text-bold">羊蹄根</text>
                </view>
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block; letter-spacing: 1rpx;"></text>
                    <text class="text-black text-bold"></text>
                </view>
            </view> -->
 
            <view class="h-table margin-bottom-sm">
                <view class="h-tr h-tr-2 h-thead">
                    <view class="h-td">草药类型</view>
                    <view class="h-td">草药名称</view>
                </view>
                <view class="h-tr h-tr-2">
                    <view class="h-td">中草药</view>
                    <view class="h-td">{{$lget(model,'herbName') }}</view>
                </view>
            </view>
 
 
            <text class="text-bold text-black">配方参数</text>
            <!--             <view class="flex">
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block;  letter-spacing: 1rpx;">环境温度:</text>
                    <text class="text-black text-bold">25℃</text>
                </view>
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block;  letter-spacing: 1rpx;">环境湿度:</text>
                    <text class="text-black text-bold">50%</text>
                </view>
                <view class="padding-xs flex-sub">
                    <text class="text-grey" style="display: inline-block;  letter-spacing: 1rpx;"></text>
                    <text class="text-black text-bold"></text>
                </view>
            </view>
            <view class="flex">
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block;  letter-spacing: 1rpx;">热风温度:</text>
                    <text class="text-black text-bold">70℃</text>
                </view>
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block;  letter-spacing: 1rpx;">滚筒延时:</text>
                    <text class="text-black text-bold">3ms</text>
                </view>
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block;  letter-spacing: 1rpx;">投料数量:</text>
                    <text class="text-black text-bold">12框</text>
                </view>
            </view>
 
            <view class="flex">
                <view class="padding-xs flex-sub">
                    <text class="text-grey"
                        style="display: inline-block;  letter-spacing: 1rpx;">干燥时间:</text>
                    <text class="text-black text-bold">100min</text>
                </view>
 
            </view>
 -->
 
 
            <view class="h-table">
                <view class="h-tr h-tr-2 h-thead">
                    <view class="h-td">环境温度</view>
                    <view class="h-td">环境湿度</view>
                    <view class="h-td">热风温度</view>
                    <view class="h-td">滚筒延时</view>
                    <view class="h-td">干燥时间</view>
                </view>
                <view class="h-tr h-tr-2">
                    <view class="h-td">{{$lget(model,'envTemp') == "" ? "--" :  $lget(model,'envTemp')}}℃</view>
                    <view class="h-td">{{$lget(model,'envHum') == "" ? "--" :$lget(model,'envHum') }}%</view>
                    <view class="h-td">{{$lget(model,'windTemp')}}℃</view>
                    <view class="h-td">{{$lget(model,'delay')}}ms</view>
                    <view class="h-td">{{$lget(model,'et')}}min</view>
                </view>
            </view>
        </view>
 
 
        <!--     <view class="cu-bar bg-white margin-top-xs">
            <view class="action sub-title">
                <text class="text-xl text-bold text-blue text-shadow">运行信息</text>
                <text class="text-ABC text-blue"></text>
            </view>
        </view>
 
     
        <view class="cu-timeline">
 
            <view class="cu-time">
                <text class='cuIcon-selection text-white text-lg bg-blue round padding-xs'></text>
                <text class='text-xl margin-left'>开始干燥</text>
            </view>
            <view class="cu-item text-blue">
                <view class="content">
                    <view class="cu-capsule radius">
                        <view class="cu-tag bg-blue">首次称重</view>
                        <view class="cu-tag line-blue">12:00</view>
                    </view>
 
                    <view class="h-table margin-top">
                        <view class="h-tr h-tr-3 h-thead">
                            <view class="h-td ">当前含水</view>
                            <view class="h-td ">当前重量</view>
                            <view class="h-td ">加热时间</view>
                        </view>
                        <view class="h-tr h-tr-3">
                            <view class="h-td">30%</view>
                            <view class="h-td">100kg</view>
                            <view class="h-td">10min</view>
                        </view>
                    </view>
 
 
                </view>
            </view>
            <view class="cu-item text-blue">
                <view class="content">
                    <view class="cu-capsule radius">
                        <view class="cu-tag bg-blue">首次称重</view>
                        <view class="cu-tag line-blue">12:00</view>
                    </view>
 
                    <view class="h-table margin-top">
                        <view class="h-tr h-tr-3 h-thead">
                            <view class="h-td ">当前含水</view>
                            <view class="h-td ">当前重量</view>
                            <view class="h-td ">加热时间</view>
                        </view>
                        <view class="h-tr h-tr-3">
                            <view class="h-td">30%</view>
                            <view class="h-td">100kg</view>
                            <view class="h-td">10min</view>
                        </view>
                    </view>
 
 
                </view>
            </view>
            <view class="cu-item text-blue">
                <view class="content">
                    <view class="cu-capsule radius">
                        <view class="cu-tag bg-blue">首次称重</view>
                        <view class="cu-tag line-blue">12:00</view>
                    </view>
 
                    <view class="h-table margin-top">
                        <view class="h-tr h-tr-3 h-thead">
                            <view class="h-td ">当前含水</view>
                            <view class="h-td ">当前重量</view>
                            <view class="h-td ">加热时间</view>
                        </view>
                        <view class="h-tr h-tr-3">
                            <view class="h-td">30%</view>
                            <view class="h-td">100kg</view>
                            <view class="h-td">10min</view>
                        </view>
                    </view>
 
                </view>
            </view>
            <view class="cu-item text-blue">
                <view class="content">
                    <view class="cu-capsule radius">
                        <view class="cu-tag bg-blue">首次称重</view>
                        <view class="cu-tag line-blue">12:00</view>
                    </view>
 
                    <view class="h-table margin-top">
                        <view class="h-tr h-tr-3 h-thead">
                            <view class="h-td ">当前含水</view>
                            <view class="h-td ">当前重量</view>
                            <view class="h-td ">加热时间</view>
                        </view>
                        <view class="h-tr h-tr-3">
                            <view class="h-td">30%</view>
                            <view class="h-td">100kg</view>
                            <view class="h-td">10min</view>
                        </view>
                    </view>
 
                </view>
            </view>
 
            <view class="cu-time" style="padding-bottom: 140rpx;">
                <text class='cuIcon-selection text-white text-lg bg-blue round padding-xs'></text>
                <text class='text-xl margin-left'>完成干燥</text>
            </view>
        </view>
 
 -->
 
        <view class="cu-bar bg-white margin-top-xs">
            <view class="action sub-title">
                <text class="text-xl text-bold text-blue text-shadow">实时监控</text>
                <text class="text-ABC text-blue"></text>
            </view>
        </view>
        <view class="chartsMain">
            <qiun-data-charts type="area" :opts="opts" :animation="false" :canvas2d="true" :ontouch="true"
                :chartData="chartData" />
        </view>
 
 
 
        <view style="height: 20rpx; width: 1rpx;"></view>
 
 
    </view>
</template>
 
<script>
    import get from 'lodash.get'
    // 图表
    import uCharts from "@/components/u-charts/u-charts.js";
    var _self;
    var canvaArea = null;
    export default {
        data() {
            return {
                chartData: {},
                opts: {
                    color: ["#1890FF", "#91CB74", "#FAC858", "#EE6666", "#73C0DE", "#3CA272", "#FC8452", "#9A60B4",
                        "#ea7ccc"
                    ],
                    padding: [15, 10, 0, 15],
                    dataLabel: false,
                    dataPointShape: false,
                    enableScroll: false,
                    legend: {},
                    update:true,
                    xAxis: {
                        disableGrid: true,
                        labelCount: 6
                    },
                    yAxis: {
                        gridType: "dash",
                        dashLength: 2,
                    },
                    extra: {
                        line: {
                            type: "curve",
                            width: 2,
                            activeType: "hollow",
                            linearType: "custom"
                        }
                    }
                },
                notice: "2023-03-1812:00:001号机台低温报警",
                model: {},
                queryParam: {
                    machineid: "GM001",
                    tenantid: 1003
                },
                bannerList: [{
                        imageUrl: '../../static/image/ganzaoji-x.png'
                    },
                    {
                        imageUrl: '../../static/image/ganzaoji-x.png'
                    }
                ]
 
 
            }
        },
        onShow() {
            console.info("监控页面显示")
            this.getRealData()
            if (!this.$monitorTimer) {
                this.$monitorTimer = setInterval(() => {
                    console.info("定时器工作")
                    console.info(this.$monitorTimer)
                    this.getRealData()
 
                }, 1000 * 12)
            }
 
 
        },
    
        onLoad(e) {
 
        },
        onHide() {
            clearInterval(this.$monitorTimer)
            this.$monitorTimer = null
            console.info("监控页面隐藏")
            console.info("定时器停止")
            console.info(this.$monitorTimer)
        },
        onUnload() {
 
        },
        mounted() {
 
        },
        onReady() {
            //this.getServerData()
 
        },
        methods: {
            getServerData() {
                //模拟从服务器获取数据时的延时
                setTimeout(() => {
                    let res = {
                        categories: ["2018", "2019", "2020", "2021", "2022", "2023"],
                        series: [{
                                name: "成交量A",
                                data: [35, 8, null, 37, 4, 20]
                            },
                            {
                                name: "成交量B",
                                connectNulls: true,
                                data: [70, 40, null, 100, 44, 68]
                            },
                            {
                                name: "成交量C",
                                data: [100, 80, null, 150, 112, 132]
                            }
                        ]
                    };
                    this.chartData = JSON.parse(JSON.stringify(res));
                }, 500);
            },
 
            /**
             * 组建数据
             */
            createData() {
                //温度数据 10s一次
                let bellowsTemp = this.$lget(this.model, 'bellowsTemp');
                //称重数据 (重量、含水率)
                let detailList = this.$lget(this.model, 'detailList');
                if (!bellowsTemp) return;
                let wmap = {} //取出所有重量数据
                let mmap = {} //取出所有温度数据
                let minW = null; //第一个重量数据
                let minM = null; //第一个温度数据
                let maxW = null; //最后一个重量数据
                let maxM = null; //最后一个温度数据
                //取出重量和含水率数据
                if (detailList && detailList.length > 0) {
                    for (var i = 0; i < detailList.length; i++) {
                        let item = detailList[i]
                        //每个时间节点重量数据
                        wmap[item.totalTime] = item.weight
                        mmap[item.totalTime] = item.moisture
                        if (i == 0) {
                            minW = item.weight
                            minM = item.moisture
                        }
                        if (i == (detailList.length - 1)) {
                            maxW = item.weight
                            maxM = item.moisture
                        }
                    }
                }
                let tList = [] //温度
                let wList = [] //重量
                let mList = [] //含水率
                let xList = [] //xAxis
                //根据温度数据长度,生成x轴、重量和含水率数组等
                for (let key in bellowsTemp) {
                    //console.log(key + '---' + bellowsTemp[key])
                    tList.push(bellowsTemp[key])
                    wList.push(wmap[key] || null)
                    mList.push(mmap[key] || null)
                    xList.push(key)
                }
                //填充测试数据 TODO 删除
                // for(let i = 1 ; i <= 10 ; i++){
                //     tList.push(i*2)
                //     wList.push(i*100)
                //     mList.push(i*10)
                //     xList.push(i)
                // }
 
                //第一个数据为空 设置为第一次称重数据(没有称重数据则设置为0)
                if (!wList[0]) {
                    wList[0] = minW || 0
                }
 
 
                if (!mList[0]) {
                    mList[0] = minM || 0
                }
 
                //最后一个数据为空 设置为最后一次称重数据
                if (!wList[wList.length - 1]) {
                    wList[wList.length - 1] = maxW
                }
 
                if (!mList[mList.length - 1]) {
                    mList[mList.length - 1] = maxM
                }
                //     let weightList = detailList.map(item => {
                //         return {type: item.weight, data: []}
                //     })
 
                let series = [{
                    name: '重量',
                    data: wList,
                    connectNulls: true,
                    color: '#facc14'
                }, {
                    name: '含水',
                    data: mList,
                    connectNulls: true,
                    color: '#2fc25b'
                }, {
                    name: '温度',
                    data: tList,
                    color: '#1890ff'
                }]
 
                // console.error(wmap)
                // console.error(mmap)
                // console.error("============")
                // console.error(wList)
                // console.error(mList)
                // console.error(tList)
                let res = {
                    categories: xList,
                    series: series
                }
                this.chartData = JSON.parse(JSON.stringify(res));
            },
            /**
             * 获取实时数据
             */
            getRealData() {
                this.$api.getRealTimeData(this.queryParam).then((res) => {
                    if (res.success) {
                        this.model = res.result
                        //创建图表数据
                        this.createData()
                    }
                }).catch((err) => {
                    console.log('request fail', err);
                })
            },
 
            goBack() {
                uni.navigateBack({
                    delta: 1
                })
            }
        },
        computed: {
            //运行状态
            runStatu() {
                let stop = this.$lget(this.model, 'stop');
                return !stop
 
            },
            //报警状态 TODO 暂时不用
            warmStatu() {
                if (this.runStatu) {
                    if (this.model.envTemp < 50) {
                        return true
                    } else {
                        return false
                    }
                } else {
                    return false
                }
 
 
            },
            //配方名称
            formulaName() {
                let name = this.$lget(this.model, 'herbName')
                let code = this.$lget(this.model, 'code')
                let formula = ""
                if (name) {
                    formula = name;
                }
                if (code) {
                    formula = formula + code
                }
                return formula
            },
            //干燥开始时间
            startTime() {
                let detailList = this.$lget(this.model, 'detailList')
                if (detailList) {
                    if (detailList.length > 0) {
                        return detailList[0].tim
                    }
                }
                return ""
            },
 
        }
    }
</script>
 
<style lang="scss" scoped>
    @import "components/table/helang-table";
 
    .swiper-box {
        flex: 1;
    }
 
    .swiper-item {
        height: 100%;
    }
 
    .scoreBox {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 200rpx;
        height: 142rpx;
        border-radius: 20rpx;
        background-color: #f9f9f9;
        text-align: center;
        padding: 12rpx 10rpx;
        border: 3rpx solid #EEEEEE;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
 
    .serviceBox {
        border-radius: 25rpx;
        background-color: #f9f9f9;
        margin: 30rpx auto 0;
 
        image {
            width: 42rpx;
            height: 42rpx;
            margin-right: 8rpx;
            vertical-align: middle;
            margin-top: -6rpx;
        }
    }
 
    .procedureIcon {
        width: 85rpx;
        height: 85rpx;
        line-height: 85rpx;
        text-align: center;
        border-radius: 50%;
        font-size: 48rpx;
        color: #666666;
        background-color: #EEEEEE;
    }
 
    .rightIcon {
        width: 36rpx;
        position: absolute;
        right: -38px;
        top: 25rpx;
    }
 
    .cu-timeline .cu-time {
        width: 100%;
        text-align: left;
        padding: 20rpx 0 20rpx 37rpx;
        font-size: 26rpx;
        color: #888;
        display: block;
    }
 
    .chartsMain {
        width: 750rpx;
        height: 450rpx;
        padding-top: 15rpx;
        background: #fff;
        margin-bottom: 24rpx;
        border-top: 2rpx solid #f2f2f2;
 
        .charts {
            width: 750rpx;
            height: 450rpx;
            box-sizing: border-box;
        }
    }
 
    .charts-box {
        width: 100%;
        height: 300px;
    }
 
    .nav {
        background-color: white;
        width: 100%;
        height: 200px;
 
        image {
            width: 100%;
            height: 100%;
        }
    }
</style>