智慧农业大数据平台
guoshilong
2022-08-31 7d8e4eccb1ada1eea39ea34c68481179fa5b3d42
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
.public-equirment-vid-details {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 648px;
  height: 401px;
  background-color: transparent;
  z-index: 99;
  font-size: 16px;
  box-shadow: inset 0px 3px 20px 1px #5BC3D1;
  opacity: 1;
  border: 1px solid #69E2ED;
  background: rgba(20, 66, 104, 0.8);
  border-radius: 10px;
  margin: 0;
  padding: 0;
}
 
.public-equirment-vid-details .header {
  position: relative;
  width: 270px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #58BFCD;
  line-height: 20px;
  margin: 20px auto;
}
 
.public-equirment-vid-details .header div {
  text-align: center;
}
 
.public-equirment-vid-details .header .close {
  position: absolute;
  top: -20px;
  right: -260px;
  cursor: pointer;
}
 
.public-equirment-vid-details .content .video {
  height: 310px;
  margin: 0 40px;
}