no-query-detail.vue 20.1 KB
Newer Older
葛齐林's avatar
葛齐林 committed
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
<template lang="pug">
  <div class="animation">
    <div class='info-title'>当前资源点关联摄像头
      <el-button icon="el-icon-close" style="float:right;" type="text" @click="closeQueryDetailVisible"></el-button>
    </div>
    <div style="height:40px; width:100%;padding-top:10px">
      <div style="width:80px; float:left; line-height:40px; padding-left:10px;">关联监控:</div>
      <div style="float:left">
        <el-select v-model="camera" placeholder="请选择" @change="cameraChange">
          <el-option v-for="item in dataForm.list" :key="item.id" :label="item.name" :value="item.id"></el-option>
        </el-select>
      </div>
    </div>
    <div class='info-video'>
      <img v-if="video1 == 0" class="video" src="@/assets/images/videoImg.png" alt="">
      <video v-if="video1 == 1" class="video" ref="video" muted autoplay controls></video>
    </div>
    <div class="info-form">
      <div class="operate">
        <div class="btns">
          <img v-show="imgUrl == ''" src="@/assets/images/btns.png" alt="">
          <img v-show="imgUrl == 's'" src="@/assets/images/s.png" alt="">
          <img v-show="imgUrl == 'x'" src="@/assets/images/x.png" alt="">
          <img v-show="imgUrl == 'z'" src="@/assets/images/z.png" alt="">
          <img v-show="imgUrl == 'y'" src="@/assets/images/y.png" alt="">
          <img v-show="imgUrl == 'ys'" src="@/assets/images/ys.png" alt="">
          <img v-show="imgUrl == 'yx'" src="@/assets/images/yx.png" alt="">
          <img v-show="imgUrl == 'zs'" src="@/assets/images/zs.png" alt="">
          <img v-show="imgUrl == 'zx'" src="@/assets/images/zx.png" alt="">
          <div class="fx">方向</div>
          <div class="zs" @mousedown="clickPTZControl(25,0,'zs')" @mouseup="clickPTZControl(25,1)" title="云台左上">
          </div>
          <div class="s" @mousedown="clickPTZControl(21,0,'s')" @mouseup="clickPTZControl(21,1)" title="云台上仰">
          </div>
          <div class="ys" @mousedown="clickPTZControl(26,0,'ys')" @mouseup="clickPTZControl(26,1)" title="云台右上">
          </div>
          <div class="y" @mousedown="clickPTZControl(24,0,'y')" @mouseup="clickPTZControl(24,1)" title="云台右转">
          </div>
          <div class="yx" @mousedown="clickPTZControl(28,0,'yx')" @mouseup="clickPTZControl(24,1)" title="云台右下">
          </div>
          <div class="x" @mousedown="clickPTZControl(22,0,'x')" @mouseup="clickPTZControl(22,1)" title="云台下转">
          </div>
          <div class="zx" @mousedown="clickPTZControl(27,0,'zx')" @mouseup="clickPTZControl(27,1)" title="云台左下">
          </div>
          <div class="z" @mousedown="clickPTZControl(23,0,'z')" @mouseup="clickPTZControl(23,1)" title="云台左转">
          </div>
        </div>
        <div class="ytBox ytBox2">
          <div class="bbBtn">
            <div @mousedown="clickPTZControl(11,0,'right')" @mouseup="clickPTZControl(11,1,'right')" title="变倍+">
              <img v-show="imgRightUrl11" src="@/assets/images/r1.png" alt="">
              <img v-show="!imgRightUrl11" src="@/assets/images/r1b.png" alt="">
            </div>
            <div @mousedown="clickPTZControl(12,0,'right')" @mouseup="clickPTZControl(12,1,'right')" title="变倍-">
              <img v-show="imgRightUrl12" src="@/assets/images/r2.png" alt="">
              <img v-show="!imgRightUrl12" src="@/assets/images/r2b.png" alt="">
            </div>
          </div>
          <div class="bbBtn">
            <div @mousedown="clickPTZControl(13,0,'right')" @mouseup="clickPTZControl(13,1,'right')" title="变焦+">
              <img v-show="imgRightUrl13" src="@/assets/images/r3.png" alt="">
              <img v-show="!imgRightUrl13" src="@/assets/images/r3b.png" alt="">
            </div>
            <div @mousedown="clickPTZControl(14,0,'right')" @mouseup="clickPTZControl(14,1,'right')" title="变焦-">
              <img v-show="imgRightUrl14" src="@/assets/images/r4.png" alt="">
              <img v-show="!imgRightUrl14" src="@/assets/images/r4b.png" alt="">
            </div>
          </div>
          <div class="bbBtn">
            <div @mousedown="clickPTZControl(15,0,'right')" @mouseup="clickPTZControl(15,1,'right')" title="光圈+">
              <img v-show="imgRightUrl15" src="@/assets/images/r5.png" alt="">
              <img v-show="!imgRightUrl15" src="@/assets/images/r5b.png" alt="">
            </div>
            <div @mousedown="clickPTZControl(16,0,'right')" @mouseup="clickPTZControl(16,1,'right')" title="光圈-">
              <img v-show="imgRightUrl16" src="@/assets/images/r6.png" alt="">
              <img v-show="!imgRightUrl16" src="@/assets/images/r6b.png" alt="">
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class='info-title'>监控点信息</div>
    <div class='info-form'>
      <div class="quDetailM">
        <p class="leftP">线路站点&nbsp;:&nbsp;&nbsp;<span>{{dataForm.lineStation}}</span></p>
      </div>
      <div class="quDetailM">
        <p class="leftP">资源点名称&nbsp;:&nbsp;&nbsp;{{dataForm.name}}</p>
      </div>
      <div class="quDetailM">
        <p class="leftP">资源点类型&nbsp;:&nbsp;&nbsp;{{dataForm.typeName}}</p>
      </div>
      <div class="quDetailM">
        <p class="leftP">资源点编码&nbsp;:&nbsp;&nbsp;{{dataForm.code}}</p>
      </div>
      <div class="quDetailM">
        <p class="leftP">资源点状态&nbsp;:&nbsp;&nbsp;{{dataForm.status==1?'正常':'异常'}}</p>
      </div>
      <div class="quDetailM">
        <p class="leftP">部署位置&nbsp;:&nbsp;&nbsp;{{dataForm.deployLocation}}</p>
      </div>
    </div>
  </div>
</template>

<script>
import { mapState } from 'vuex'
import { isAuth } from '../../../util'
export default {
  computed: {
111
    ...mapState('d2admin/user', ['info'])
葛齐林's avatar
葛齐林 committed
112
  },
113
  data() {
葛齐林's avatar
葛齐林 committed
114 115 116 117 118
    return {
      video1: 0,
      stationId: localStorage.getItem('stationId'),
      //11=焦距变大,12=焦距变小,13=焦点前调,14=焦点后调,15=光圈扩大,16=光圈扩小
      //21=上仰,22=下俯,23=左转,24=右转,25=左上,26=右上,27=左下,28=右下,29=自动扫描
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
      actionList: [
        '',
        '',
        '',
        '',
        '',
        '',
        '',
        '',
        '',
        '',
        '',
        '变倍+',
        '变倍-',
        '变焦+',
        '变焦-',
        '光圈+',
        '光圈-',
        '',
        '',
        '',
        '',
        '上仰',
        '下俯',
        '左转',
        '右转',
        '左上',
        '右上',
        '左下',
        '右下',
        '自动扫描'
      ],
葛齐林's avatar
葛齐林 committed
151 152 153 154 155 156 157
      imgUrl: '',
      imgRightUrl11: false,
      imgRightUrl12: false,
      imgRightUrl13: false,
      imgRightUrl14: false,
      imgRightUrl15: false,
      imgRightUrl16: false,
158 159 160 161 162 163 164 165 166 167
      monitorList: [
        {
          value: '1',
          label: '监控1'
        },
        {
          value: '2',
          label: '监控2'
        }
      ],
葛齐林's avatar
葛齐林 committed
168 169 170 171 172 173
      monitorValue: '监控1',
      videoSrc: '',
      clickFlag: false,
      camera: '',
      cameraCur: {},
      restaurants: [],
174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
      dataForm: {
        id: 0,
        name: '',
        type: 1,
        lineId: '',
        lineName: '',
        stationId: '',
        stationName: '',
        tierId: '',
        subSystem: '',
        code: '',
        subCode: '',
        addressCode: '',
        port: '',
        username: '',
        password: '',
        remark: '',
        status: 1
      }
葛齐林's avatar
葛齐林 committed
193 194
    }
  },
195
  created() {},
葛齐林's avatar
葛齐林 committed
196
  methods: {
197
    init(id, stationId) {
葛齐林's avatar
葛齐林 committed
198 199 200 201 202 203 204 205 206
      this.clickFlag = false
      this.dataForm.id = id
      // this.stationId = stationId
      this.cameraCur = {}
      this.camera = ''
      this.initResource()
      this.dataForm.operatorName = this.info.name
    },
    initResource() {
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
      this.video1 = 0 //初始化显示默认图片
      this.$http({
        url: this.$http.adornUrlEq(
          `/liResource/getResourceDetails/${this.dataForm.id}`
        ),
        method: 'get',
        params: this.$http.adornParams()
      }).then((data) => {
        if (data && data.code === 0) {
          this.dataForm = data.bean
          if (this.dataForm.list && this.dataForm.list.length > 0) {
            this.cameraCur = this.dataForm.list[0]
            // console.log(this.cameraCur, '---------')
            this.camera = this.cameraCur.id
            this.video1 = 1
            this.$http({
              url: this.$http.adornUrlEq('/camera/camerasPlay'),
              method: 'post',
              data: {
                id: this.cameraCur.id,
                stationId: this.cameraCur.stationId,
                userId: localStorage.getItem('userId'),
                levelType: 1,
                controlType: 3
              }
            }).then((data) => {
              if (data && data.code === 0) {
                //视频直播
                var src = data.url
                //视频连接
                if (flvjs.isSupported()) {
                  this.flvPlayer = flvjs.createPlayer({
                    type: 'flv',
                    enableWorker: true, //浏览器端开启flv.js的worker,多进程运行flv.js
                    isLive: true, //直播模式
                    hasAudio: false, //关闭音频
                    hasVideo: true,
                    stashInitialSize: 128,
                    enableStashBuffer: false, //播放flv时,设置是否启用播放缓存,只在直播起作用。
                    url: src
                  })
                  this.$nextTick(function() {
                    this.flvPlayer.attachMediaElement(this.$refs.video)
                    try {
                      this.flvPlayer.load()
                      // this.flvPlayer.play()
                    } catch (error) {
                      console.log(error)
                    }
                  })
葛齐林's avatar
葛齐林 committed
257
                }
258 259
              }
            })
葛齐林's avatar
葛齐林 committed
260
          }
261 262
        }
      })
葛齐林's avatar
葛齐林 committed
263 264 265 266
    },
    closeQueryDetailVisible() {
      this.$emit('closeQ')
    },
267
    clickPTZControl(ptz, dwStop, img) {
葛齐林's avatar
葛齐林 committed
268
      // console.log(this.camera)
269 270 271 272 273
      if (
        !this.camera ||
        (this.cameraCur.type !== 'ece0b8b2db27411886254e81134988a3' &&
          (ptz < 11 || ptz > 16))
      ) {
葛齐林's avatar
葛齐林 committed
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
        return
      }
      if (!isAuth('ol:demo:corona')) {
        this.$message({
          type: 'warning',
          message: '没有操作权限,请联系管理员',
          duration: 1000
        })
        return
      }

      if (img && img != 'right') {
        this.imgUrl = img
      }
      if (dwStop) {
        this.imgUrl = ''
      }
      if (img && img == 'right') {
        this['imgRightUrl' + ptz] = true
      }
      if (dwStop && img == 'right') {
        this['imgRightUrl' + ptz] = false
      }
      this.$http({
        url: this.$http.adornUrlEq('/camera/ptzControl'),
        method: 'post',
        data: {
          resourceId: this.cameraCur.id,
          stationId: this.cameraCur.stationId,
          userId: localStorage.getItem('userId'),
          levelType: 1,
          controlType: 3,
          ip: this.cameraCur.addressCode, //ip地址
          port: this.cameraCur.port, //端口
          username: this.cameraCur.username, //账号
          password: this.cameraCur.password, //密码
          channel: this.cameraCur.byx1, //通道
          stream: 'main', //主码流
co_dengxiongwen's avatar
co_dengxiongwen committed
312
          dwPtzCommand: ptz, //云台控制命令
葛齐林's avatar
葛齐林 committed
313 314
          dwStop: dwStop //云台控制0开始和1结束
        }
315
      }).then((data) => {
葛齐林's avatar
葛齐林 committed
316
        if (data && data.code === 0) {
317 318 319
          if (dwStop == 0) {
            //云台控制0开始和1结束
            this.saveLog(1, ptz) // 执行结果 成功 1  失败 2
葛齐林's avatar
葛齐林 committed
320 321 322
            this.$message.success(data.msg)
          }
        } else {
323 324 325
          if (dwStop == 0) {
            //云台控制0开始和1结束
            this.saveLog(2, ptz) // 执行结果 成功 1  失败 2
葛齐林's avatar
葛齐林 committed
326 327 328 329 330 331
            this.$message.error(data.msg)
          }
        }
      })
    },
    //调用日志保存记录操作指令
332
    saveLog(result, ptz) {
葛齐林's avatar
葛齐林 committed
333 334 335 336 337 338 339 340 341 342 343
      this.$http({
        url: this.$http.adornUrlEq('/orVideoMonitor/save'),
        method: 'post',
        data: {
          source: 1,
          actionName: this.actionList[ptz],
          resourceId: this.cameraCur.id,
          stationId: this.stationId,
          type: this.cameraCur.type,
          result: result
        }
344
      }).then((data) => {})
葛齐林's avatar
葛齐林 committed
345
    },
346
    cameraChange(id) {
葛齐林's avatar
葛齐林 committed
347 348
      if (id) {
        this.camera = id
349
        this.dataForm.list.forEach((res) => {
葛齐林's avatar
葛齐林 committed
350 351 352 353
          if (res.id === id) {
            this.cameraCur = res
          }
        })
354
        if (this.flvPlayer) {
co_dengxiongwen's avatar
co_dengxiongwen committed
355 356 357 358 359 360
          this.flvPlayer.pause()
          this.flvPlayer.unload()
          this.flvPlayer.detachMediaElement()
          this.flvPlayer.destroy()
          this.flvPlayer = null
        }
葛齐林's avatar
葛齐林 committed
361 362 363 364 365 366 367 368 369 370
        this.$http({
          url: this.$http.adornUrlEq('/camera/camerasPlay'),
          method: 'post',
          data: {
            id: this.cameraCur.id,
            stationId: this.cameraCur.stationId,
            userId: localStorage.getItem('userId'),
            levelType: 1,
            controlType: 3
          }
371
        }).then((data) => {
葛齐林's avatar
葛齐林 committed
372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
          if (data && data.code === 0) {
            //视频直播
            var src = data.url
            //视频连接
            if (flvjs.isSupported()) {
              this.flvPlayer = flvjs.createPlayer({
                type: 'flv',
                enableWorker: true, //浏览器端开启flv.js的worker,多进程运行flv.js
                isLive: true, //直播模式
                hasAudio: false, //关闭音频
                hasVideo: true,
                stashInitialSize: 128,
                enableStashBuffer: false, //播放flv时,设置是否启用播放缓存,只在直播起作用。
                url: src
              })
387
              this.$nextTick(function() {
葛齐林's avatar
葛齐林 committed
388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
                this.flvPlayer.attachMediaElement(this.$refs.video)
                try {
                  this.flvPlayer.load()
                  // this.flvPlayer.play()
                } catch (error) {
                  console.log(error)
                }
              })
            }
          }
        })
      }
    }
  }
}
</script>
<style lang="scss" scoped>
.el-table__header {
  width: 100% !important;
}
.el-table__body {
  width: 100% !important;
}
411
.info-title {
葛齐林's avatar
葛齐林 committed
412 413 414 415 416
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  background-color: #e1edf4;
  border-bottom: 1px solid #cccccc;
417 418 419
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
葛齐林's avatar
葛齐林 committed
420
}
421 422 423
.info-video {
  padding: 10px;
  height: 160px;
葛齐林's avatar
葛齐林 committed
424
}
425
.info-form {
葛齐林's avatar
葛齐林 committed
426 427
  padding: 10px;
}
428
.info-block {
葛齐林's avatar
葛齐林 committed
429 430
  border: 1px solid #cccccc;
}
431
.el-select {
葛齐林's avatar
葛齐林 committed
432 433
  width: 100%;
}
434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455
.video {
  width: 100%;
  height: 180px;
}
.animation {
  animation: myfirst 1s;
  position: absolute;
  top: 50px;
  right: 0;
  width: 330px;
  background-color: #f4f4f4;
  z-index: 11;
  border: 1px solid rgba(195, 195, 195, 1);
  box-shadow: 0 2px 8px 8px rgba(0, 0, 0, 0.2);
}
@keyframes myfirst {
  from {
    right: -500px;
  }
  to {
    right: 0;
  }
葛齐林's avatar
葛齐林 committed
456
}
457
.quDetailM {
葛齐林's avatar
葛齐林 committed
458 459
  width: 100%;
}
460 461 462 463 464 465 466 467 468
.leftP {
  height: 30px;
  line-height: 30px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  span {
    color: #46b6f9;
  }
葛齐林's avatar
葛齐林 committed
469
}
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485
.operate {
  padding: 5px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.5),
      rgba(213, 213, 213, 0.5),
      rgba(255, 255, 255, 0.5),
      rgba(218, 218, 218, 0.5),
      rgba(255, 255, 255, 0.5)
    )
    2 2;
  border-radius: 10px;
葛齐林's avatar
葛齐林 committed
486 487 488
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
489 490 491 492 493 494 495
  .btns {
    width: 194px;
    height: 194px;
    position: relative;
    img {
      width: 100%;
      height: 100%;
葛齐林's avatar
葛齐林 committed
496
    }
497
    div {
葛齐林's avatar
葛齐林 committed
498 499 500
      cursor: pointer;
      padding: 10px;
    }
501
    .s {
葛齐林's avatar
葛齐林 committed
502
      position: absolute;
503
      top: 10px;
葛齐林's avatar
葛齐林 committed
504 505 506 507
      left: 75px;
      width: 24px;
      height: 24px;
    }
508
    .x {
葛齐林's avatar
葛齐林 committed
509
      position: absolute;
510
      bottom: 10px;
葛齐林's avatar
葛齐林 committed
511 512 513 514
      left: 75px;
      width: 24px;
      height: 24px;
    }
515
    .z {
葛齐林's avatar
葛齐林 committed
516
      position: absolute;
517
      top: 75px;
葛齐林's avatar
葛齐林 committed
518 519 520 521
      left: 10px;
      width: 24px;
      height: 24px;
    }
522
    .y {
葛齐林's avatar
葛齐林 committed
523
      position: absolute;
524 525
      top: 75px;
      right: 10px;
葛齐林's avatar
葛齐林 committed
526 527 528
      width: 24px;
      height: 24px;
    }
529
    .zs {
葛齐林's avatar
葛齐林 committed
530
      position: absolute;
531
      top: 32px;
葛齐林's avatar
葛齐林 committed
532 533 534 535
      left: 32px;
      width: 24px;
      height: 24px;
    }
536
    .zx {
葛齐林's avatar
葛齐林 committed
537
      position: absolute;
538
      bottom: 32px;
葛齐林's avatar
葛齐林 committed
539 540 541 542
      left: 32px;
      width: 24px;
      height: 24px;
    }
543
    .ys {
葛齐林's avatar
葛齐林 committed
544
      position: absolute;
545 546
      top: 32px;
      right: 32px;
葛齐林's avatar
葛齐林 committed
547 548 549
      width: 24px;
      height: 24px;
    }
550
    .yx {
葛齐林's avatar
葛齐林 committed
551
      position: absolute;
552 553
      bottom: 32px;
      right: 32px;
葛齐林's avatar
葛齐林 committed
554 555 556
      width: 24px;
      height: 24px;
    }
557
    .fx {
葛齐林's avatar
葛齐林 committed
558 559 560 561 562 563 564
      position: absolute;
      padding: 0;
      cursor: default;
      top: 50%;
      left: 50%;
      width: 65px;
      height: 65px;
565
      background: #ececec;
葛齐林's avatar
葛齐林 committed
566 567 568 569
      border-radius: 50%;
      line-height: 65px;
      text-align: center;
      color: #969696;
570
      transform: translate(-50%, -50%);
葛齐林's avatar
葛齐林 committed
571 572
    }
  }
573 574
  .ytBox {
    width: 90px;
葛齐林's avatar
葛齐林 committed
575 576 577 578 579 580 581
    font-size: 16px;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
582
    .mllx {
葛齐林's avatar
葛齐林 committed
583 584 585
      display: flex;
      justify-content: space-between;
      width: 90%;
586
      span {
葛齐林's avatar
葛齐林 committed
587 588 589 590 591
        line-height: 40px;
        text-align: center;
        width: 35%;
      }
    }
592
    .bbBtn {
葛齐林's avatar
葛齐林 committed
593 594 595 596
      height: 40px;
      display: flex;
      margin-left: 10px;
      justify-content: flex-start;
597 598 599 600 601 602 603
      div {
        width: 40px;
        height: 40px;
        cursor: pointer;
        img {
          width: 100%;
          height: 100%;
葛齐林's avatar
葛齐林 committed
604 605 606 607 608 609
        }
      }
    }
  }
}

610 611 612
.el-icon-wq-r1 {
  background: url(~@/assets/images/r1.png) center no-repeat;
  background-size: 65%;
葛齐林's avatar
葛齐林 committed
613
}
614 615 616
.el-icon-wq-r1:before {
  content: '';
  font-size: 16px;
葛齐林's avatar
葛齐林 committed
617
}
618 619 620
.el-icon-wq-r2 {
  background: url(~@/assets/images/r2.png) center no-repeat;
  background-size: 65%;
葛齐林's avatar
葛齐林 committed
621
}
622 623 624
.el-icon-wq-r2:before {
  content: '';
  font-size: 16px;
葛齐林's avatar
葛齐林 committed
625
}
626 627 628
.el-icon-wq-r3 {
  background: url(~@/assets/images/r3.png) center no-repeat;
  background-size: 65%;
葛齐林's avatar
葛齐林 committed
629
}
630 631 632
.el-icon-wq-r3:before {
  content: '';
  font-size: 16px;
葛齐林's avatar
葛齐林 committed
633
}
634 635 636
.el-icon-wq-r5 {
  background: url(~@/assets/images/r5.png) center no-repeat;
  background-size: 65%;
葛齐林's avatar
葛齐林 committed
637
}
638 639 640
.el-icon-wq-r5:before {
  content: '';
  font-size: 16px;
葛齐林's avatar
葛齐林 committed
641
}
642 643 644
.el-icon-wq-r6 {
  background: url(~@/assets/images/r6.png) center no-repeat;
  background-size: 65%;
葛齐林's avatar
葛齐林 committed
645
}
646 647 648
.el-icon-wq-r6:before {
  content: '';
  font-size: 16px;
葛齐林's avatar
葛齐林 committed
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
.el-icon-wq-r1b {
  background: url(~@/assets/images/r1b.png) center no-repeat;
  height: 35px;
  width: 35px;
  background-size: 65%;
}
.el-icon-wq-r1b:before {
  content: '';
  font-size: 16px;
}
.el-icon-wq-r2b {
  background: url(~@/assets/images/r2b.png) center no-repeat;
  height: 35px;
  width: 35px;
  background-size: 65%;
}
.el-icon-wq-r2b:before {
  content: '';
  font-size: 16px;
}
.el-icon-wq-r3b {
  background: url(~@/assets/images/r3b.png) center no-repeat;
  height: 35px;
  width: 35px;
  background-size: 65%;
}
.el-icon-wq-r3b:before {
  content: '';
  font-size: 16px;
}
.el-icon-wq-r5b {
  background: url(~@/assets/images/r5b.png) center no-repeat;
  height: 35px;
  width: 35px;
  background-size: 65%;
}
.el-icon-wq-r5b:before {
  content: '';
  font-size: 16px;
}
.el-icon-wq-r6b {
  background: url(~@/assets/images/r6b.png) center no-repeat;
  height: 35px;
  width: 35px;
  background-size: 65%;
}
.el-icon-wq-r6b:before {
  content: '';
  font-size: 16px;
葛齐林's avatar
葛齐林 committed
700 701
}
</style>
702 703 704 705 706 707
<style lang="scss">
.instuctions_content {
  table {
    th {
      background: #eef8ff !important;
      color: #333333 !important;
葛齐林's avatar
葛齐林 committed
708 709
    }
  }
710
}
葛齐林's avatar
葛齐林 committed
711
</style>