1
Surpriseplus
2022-09-16 a7e5110ef3f5fe3c9205f7d1a526b9fbbb55d826
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
<template>
  <div class="invesBox">
    <div class="boxtop">
      <div class="boxleft">
        <div class="titleHead">
          <span>产业定位</span>
        </div>
        <video
          src="../../../assets/images/2020.10.5经开区第一版.mp4"
          autoplay
          muted
          loop
          style="width: 400px; height: 235px"
          @click="zjvideo()"
        ></video>
        <marquee
          class="wenzi"
          direction="up"
          scrolldelay="200"
          behavior="scroll"
        >
          朝阳经济技术开发区按照“ 引进、聚集、升级、智能、低碳
          ”的产业发展思路,以高端制造和数字经济产业为主攻方向,加快绿色低碳新材料产业园、电子信息装备制造产业园、医疗器械产业园、轻纺产业园和数字经济产业园“五园”新型工业化中心区,建设现代化都市圈、高品质生活宜居地,打造朝阳全面振兴、全方位振兴引领区。
        </marquee>
      </div>
      <div class="boxright">
        <div class="titleHead">
          <span>基础设施保障</span>
        </div>
        <div class="boxright1"></div>
      </div>
    </div>
    <div class="boxcenter">
      <div class="titleHead">
        <span>投资优势</span>
      </div>
      <div>
        <img
          :src="active ? scdz : scdz1"
          class="img2"
          @click="CheckAttachment('生产成本优势')"
        />
        <img
          :src="active1 ? qydz : qydz1"
          class="img3"
          @click="CheckAttachment('区域优势')"
        />
        <img
          :src="active2 ? spdz : spdz1"
          class="img4"
          @click="CheckAttachment('审批服务优势')"
        />
        <img
          :src="active3 ? rcdz : rcdz1"
          class="img5"
          @click="CheckAttachment('人才优势')"
        />
      </div>
    </div>
    <div class="boxbottom">
      <div class="titleHead">
        <span>优惠政策</span>
      </div>
       <div class="bottombox">
        <div class="box1" @click="CheckAttachment('征地项目支持政策')">
          <div class="boximg"></div>
          <span>征地项目支持政策</span>
        </div>
        <div class="box1" @click="CheckAttachment('现代服务业项目政策')">
          <div class="boximg"></div>
          <span>现代服务业项目政策</span>
        </div>
        <div class="box1" @click="CheckAttachment('其他政策')" >
          <div class="boximg"></div>
          <span>其他政策</span>
        </div>
      </div>
      <!-- <div class="favouredPolicy">
        <img
          :src="active4 ? zddz : zddz1"
          class="zcimg2"
          @click="CheckAttachment('征地项目支持政策')"
        />
        <img
          :src="active5 ? xddz : xddz1"
          class="zcimg3"
          @click="CheckAttachment('现代服务业项目政策')"
        />
        <img
          :src="active6 ? qtdz : qtdz1"
          class="zcimg4"
          @click="CheckAttachment('其他政策')"
        />
      </div> -->
    </div>
    <div style="display: none" class="zjvideo" id="zjvideo">
      <div
        style="
          font-size: 50px;
          color: #ffffff;
          position: absolute;
          top: 10px;
          right: 10px;
          z-index: 999999999;
        "
        @click="handleDialogClose11"
      >
        X
      </div>
      <video
        src="../../../assets/images/2020.10.5经开区第一版.mp4"
        autoplay
        controls
        style="width: 1615px"
        ref="vueRef"
        muted
      ></video>
    </div>
    <div class="sccb" v-if="dialogVisible7">
      <img
        src="../../../assets/images/a5.png"
        style="position: absolute; left: 1190px; top: 109px"
        @click="closeTC"
      />
      <img src="../../../assets/images/生产成本优势1 (1).png" id="scOne" />
      <img
        src="../../../assets/images/a2.png"
        style="position: absolute; left: 1272px; top: 425px"
        @click="imgRight"
      />
      <img
        src="../../../assets/images/a4.png"
        style="position: absolute; left: 7px; top: 425px"
        @click="imgLeft"
      />
      <img src="../../../assets/images/生产成本优势2.png" id="scTwo" />
    </div>
    <div class="sccb" v-if="dialogVisible9">
      <img
        src="../../../assets/images/a5.png"
        style="position: absolute; left: 1190px; top: 109px"
        @click="closeTC"
      />
      <img src="../../../assets/images/审批服务弹窗.png" id="spOne" />
    </div>
    <div class="sccb" v-if="dialogVisible8">
      <img
        src="../../../assets/images/a5.png"
        style="position: absolute; left: 1190px; top: 109px"
        @click="closeTC"
      />
      <img :src="showImg" />
      <!--      <img :class="showImg" src="../../../assets/images/区域优势2.png"  id="scTwo">-->
      <!--      <img :class="showImg" src="../../../assets/images/区域优势3.png"  id="scThree">-->
      <!--      <img :class="showImg" src="../../../assets/images/区域优势4.png"  id="scFour">-->
      <!--      <img :class="showImg" src="../../../assets/images/区域优势5.png"  id="scFive">-->
      <img
        src="../../../assets/images/a2.png"
        style="position: absolute; left: 1272px; top: 425px"
        @click="imgRight"
      />
      <img
        src="../../../assets/images/a4.png"
        style="position: absolute; left: 7px; top: 425px"
        @click="imgLeft"
      />
    </div>
    <div class="sccb" v-if="dialogVisible10">
      <img
        src="../../../assets/images/a5.png"
        style="position: absolute; left: 1190px; top: 109px"
        @click="closeTC"
      />
      <img src="../../../assets/images/人才.png" id="spOne" />
    </div>
    <div class="sccb" v-if="dialogVisible1">
      <img
        src="../../../assets/images/a5.png"
        style="position: absolute; left: 1190px; top: 109px"
        @click="closeTC"
      />
      <img src="../../../assets/images/征地项目1.png" id="scOne" />
      <img
        src="../../../assets/images/a2.png"
        style="position: absolute; left: 1272px; top: 425px"
        @click="imgRight"
      />
      <img
        src="../../../assets/images/a4.png"
        style="position: absolute; left: 7px; top: 425px"
        @click="imgLeft"
      />
      <img src="../../../assets/images/征地项目2.png" id="scTwo" />
    </div>
    <div class="sccb" v-if="dialogVisible2">
      <img
        src="../../../assets/images/a5.png"
        style="position: absolute; left: 1190px; top: 109px"
        @click="closeTC"
      />
      <img src="../../../assets/images/现代.png" id="spOne" />
    </div>
    <div class="sccb" v-if="dialogVisible3">
      <img
        src="../../../assets/images/a5.png"
        style="position: absolute; left: 1190px; top: 109px"
        @click="closeTC"
      />
      <img src="../../../assets/images/其他.png" id="spOne" />
    </div>
  </div>
</template>
 
<script>
export default {
  components: {},
  data() {
    return {
      superurl: [
        require("../../../assets/images/区域优势1.png"),
        require("../../../assets/images/区域优势2-2.png"),
        require("../../../assets/images/区域优势3.png"),
        require("../../../assets/images/区域优势4.png"),
        require("../../../assets/images/区域优势5.png"),
      ],
      calleft: 0,
 
      active: true,
      active1: true,
      active2: true,
      active3: true,
      active4: true,
      active5: true,
      active6: true,
      dialogVisible1: false,
      dialogVisible2: false,
      dialogVisible3: false,
      dialogVisible7: false,
      dialogVisible8: false,
      dialogVisible9: false,
      dialogVisible10: false,
      dialogVisible11: false,
      DialogClose1: false,
      DialogClose2: false,
      DialogClose3: false,
      DialogClose7: false,
      DialogClose8: false,
      DialogClose9: false,
      DialogClose10: false,
      DialogClose11: false,
 
      showImg: require("../../../assets/images/区域优势1.png"), // 显示得图片路径
      scdz: require("../../../assets/images/生产成本优势.png"),
      scdz1: require("../../../assets/images/生产-变.png"),
      qydz: require("../../../assets/images/区域优势.png"),
      qydz1: require("../../../assets/images/区域优势-变.png"),
      spdz: require("../../../assets/images/审批服务优势.png"),
      spdz1: require("../../../assets/images/审批服务优势-变.png"),
      rcdz: require("../../../assets/images/人才优势.png"),
      rcdz1: require("../../../assets/images/人才优势-变.png"),
      zddz: require("../../../assets/images/征地项目支持政策.png"),
      zddz1: require("../../../assets/images/征地项目支持政策-变.png"),
      xddz: require("../../../assets/images/现代服务业项目政策.png"),
      xddz1: require("../../../assets/images/现代服务业项目政策-变.png"),
      qtdz: require("../../../assets/images/其他政策.png"),
      qtdz1: require("../../../assets/images/其他政策-变.png"),
      imgNum: 0, // 当前图片index
    };
  },
  computed: {
    defaultOption() {
      return {
        step: 0.4, // 数值越大速度滚动越快
        limitMoveNum: 2, // 开始无缝滚动的数据量 this.dataList.length
        hoverStop: true, // 是否开启鼠标悬停stop
        direction: 1, // 0向下 1向上 2向左 3向右
        openWatch: true, // 开启数据实时监控刷新dom
        singleHeight: 0, // 单步运动停止的高度(默认值0是无缝不停止的滚动) direction => 0/1
        singleWidth: 0, // 单步运动停止的宽度(默认值0是无缝不停止的滚动) direction => 2/3
        waitTime: 1000, // 单步运动停止的时间(默认值1000ms)
      };
    },
  },
  mounted() {},
  methods: {
    CheckAttachment(parm) {
      switch (parm) {
        case "征地项目支持政策":
          this.DialogClose1 = true;
          this.dialogVisible1 = true;
          this.active4 = false;
          break;
        case "现代服务业项目政策":
          this.dialogVisible2 = true;
          this.DialogClose2 = true;
          this.active5 = false;
          break;
        case "其他政策":
          this.dialogVisible3 = true;
          this.DialogClose3 = true;
          this.active6 = false;
          break;
        case "生产成本优势":
          this.dialogVisible7 = true;
          this.DialogClose7 = true;
          this.active = false;
          break;
        case "区域优势":
          this.dialogVisible8 = true;
          this.DialogClose8 = true;
          this.active1 = false;
          break;
        case "审批服务优势":
          this.dialogVisible9 = true;
          this.DialogClose9 = true;
          this.active2 = false;
          break;
        case "人才优势":
          this.dialogVisible10 = true;
          this.DialogClose10 = true;
          this.active3 = false;
          break;
      }
    },
    zjvideo() {
      const zjvideo = document.getElementById("zjvideo");
      zjvideo.style.display = "block"; // 显示选择的元素
    },
    handleDialogClose1() {
      this.dialogVisible1 = false;
      this.DialogClose1 = false;
    },
    handleDialogClose2() {
      this.dialogVisible2 = false;
      this.DialogClose2 = false;
    },
    handleDialogClose3() {
      this.dialogVisible3 = false;
    },
    closeTC() {
      this.dialogVisible1 = false;
      this.dialogVisible2 = false;
      this.dialogVisible3 = false;
      this.dialogVisible7 = false;
      this.dialogVisible8 = false;
      this.dialogVisible9 = false;
      this.dialogVisible10 = false;
      // this.DialogClose7 = false;
      this.active = true;
      this.active1 = true;
      this.active2 = true;
      this.active3 = true;
      this.active4 = true;
      this.active5 = true;
      this.active6 = true;
    },
    handleDialogClose8() {
      this.dialogVisible8 = false;
      this.DialogClose8 = false;
    },
    // handleDialogClose9() {
    //   this.dialogVisible9 = false;
    //   this.DialogClose9 = false;
    // },
    handleDialogClose10() {
      this.dialogVisible10 = false;
      this.DialogClose10 = false;
    },
    handleDialogClose11() {
      const zjvideo = document.getElementById("zjvideo");
      zjvideo.style.display = "none"; // 隐藏选择的元素
      this.$refs.vueRef.pause(); //暂停
    },
    imgRight() {
      if (this.imgNum < 4) this.imgNum++;
      this.showImg = this.superurl[this.imgNum];
      const scOne = document.getElementById("scOne");
      const scTwo = document.getElementById("scTwo");
      scOne.style.display = "none"; // 隐藏选择的元素
      scTwo.style.display = "block"; // 隐藏选择的元素
    },
    imgLeft() {
      if (this.imgNum > 0) this.imgNum--;
      this.showImg = this.superurl[this.imgNum];
      const scOne = document.getElementById("scOne");
      const scTwo = document.getElementById("scTwo");
      scOne.style.display = "block"; // 隐藏选择的元素
      scTwo.style.display = "none"; // 隐藏选择的元素
    },
  },
};
</script>
 
<style scoped="scoped" lang="less">
.invesBox {
  width: 86%;
  height: 100%;
  .boxtop {
    width: 100%;
    height: 40%;
  }
  .boxcenter {
    width: 100%;
    height: 40%;
  }
  .boxbottom {
    width: 100%;
    height: 20%;
    margin-top: 1%;
    .bottombox {
      width: 100%;
      height: calc(100% - 58px);
      margin-top: 10px;
      display: flex;
      justify-content: space-around;
      /* 子元素溢出父容器时换行 */
      flex-flow: row wrap;
      padding-top: 10px;
      .box1 {
        width: 27%;
        height: 100%;
 
        color: white;
        text-align: center;
        font-size: 24px;
        .boximg {
          width: 50%;
          height: 50%;
          background-image: url(../../../assets/images/t1.png);
          background-size: 100% 100%;
          
          margin: 0 auto;
          margin-bottom: 3%;
        }
      }
    }
  }
  .boxleft {
    width: 49.5%;
    height: 100%;
    float: left;
  }
  .boxright {
    width: 49.5%;
    height: 100%;
 
    float: right;
  }
  .titleHead {
    width: 100%;
    height: 38px;
    background-image: url(../../../assets/images/title.png);
    background-size: 100% 100%;
    font-family: MytitileName;
    font-size: 28px;
    display: flex;
    align-items: center;
    color: #98deff;
    letter-spacing: 3px;
 
    span {
      width: 70%;
      text-indent: 70px;
    }
 
    button {
      height: 80%;
      width: 20%;
      font-size: 24px;
      font-family: "microsoft yahei";
      background-color: transparent;
      color: #ffffff;
      border: solid 1px #04a7dc;
      background-color: #020919;
      border-radius: 10px;
    }
  }
  .wenzi {
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    height: 230px;
    overflow: scroll;
    text-indent: 2em;
    letter-spacing: 8px;
  }
 
  .scrool {
    margin-top: 20px;
    height: calc(100% - 112px);
    width: 100%;
  }
  .img1 {
    position: absolute;
    bottom: 293px;
    left: 245px;
  }
 
  .img2 {
    position: absolute;
    bottom: 633px;
    left: 125px;
    height: 245px;
  }
 
  .img3 {
    position: absolute;
    bottom: 633px;
    left: 380px;
    height: 245px;
  }
  .img4 {
    position: absolute;
    left: 125px;
    bottom: 393px;
    height: 245px;
  }
  .img5 {
    position: absolute;
    bottom: 393px;
    left: 380px;
    height: 245px;
  }
  .msg1 {
    position: absolute;
    bottom: 500px;
    left: 72px;
  }
  .msg2 {
    position: absolute;
    bottom: 471px;
    left: 72px;
    font-size: 21px;
    color: #0080ff;
  }
  .msg3 {
    position: absolute;
    bottom: 500px;
    left: 448px;
  }
  .msg4 {
    position: absolute;
    bottom: 413px;
    left: 448px;
    width: 232px;
    font-size: 21px;
    color: #36ffcc;
  }
 
  .msg5 {
    position: absolute;
    bottom: 170px;
    left: 72px;
  }
  .msg6 {
    position: absolute;
    bottom: 135px;
    left: 72px;
    font-size: 21px;
    color: #1eabfb;
  }
  .msg7 {
    position: absolute;
    bottom: 170px;
    left: 480px;
  }
  .msg8 {
    position: absolute;
    bottom: 110px;
    left: 480px;
    font-size: 21px;
    width: 155px;
    color: #fff146;
  }
  .boxright1 {
    width: 100%;
    margin-top: 10px;
    height: 55%;
    background-image: url(../../../assets/images/基础设施保障.png);
    background-size: 100% 100%;
  }
  .favouredPolicy {
    .zcimg1 {
      margin-top: 60px;
    }
 
    .zcimg2 {
      position: absolute;
      left: 410px;
      bottom: 500px;
      height: 190px;
    }
 
    .zcimg3 {
      position: absolute;
      left: 410px;
      bottom: 311px;
      height: 190px;
    }
 
    .zcimg4 {
      position: absolute;
      left: 594px;
      bottom: 316px;
      height: 190px;
    }
  }
  .datlog {
    border-radius: 10px;
    background: url("../../../assets/images/弹出背景.png") no-repeat;
    width: 708px;
    height: 836px;
 
    img {
      width: 640px;
      height: 250px;
      margin-bottom: 10px;
    }
  }
 
  .zjvideo {
    position: absolute;
    left: 125%;
    top: 16%;
  }
 
  .sccb {
    width: 1275px;
    height: 841px;
    position: absolute;
    left: 1455px;
    top: 215px;
    overflow: hidden;
    padding-left: 60px;
  }
}
 
.datlog /deep/ .el-dialog__header {
  background-color: #002a54;
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
  // font-size: 40px;
}
 
.datlog /deep/ .el-dialog__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
 
.datlog /deep/ .el-dialog__headerbtn {
  font-size: 38px;
  top: -11px;
  right: 1px;
}
 
.datlog /deep/ .el-dialog__body {
  padding: 0px;
  //background-color: rgba(0, 0, 0);
  background-color: #002a54;
  color: #ffffff;
  font-size: 28px;
  height: 100%;
  padding-top: 1px;
}
 
.datlog /deep/ .el-dialog {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  position: absolute;
  top: -25%;
  left: 5%;
  width: 655px;
  height: 795px;
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
 
.DatLog /deep/ .el-dialog .el-dialog__body {
  max-height: 100%;
  flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: auto;
  overflow-x: hidden;
}
</style>
<style lang="less">
.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: transparent !important;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 50%;
}
</style>