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
| .panorama-dom {
| position: fixed;
| left: 0;
| z-index: 1 !important;
|
| .panorama-wrap {
| position: relative;
| overflow: hidden;
| padding: 30px;
|
| .content-wrap {
| padding: 0 20px 20px 20px;
|
| background-image: linear-gradient(180deg, transparent 0px, #28bbf06c 0px, #28bbf06c 50%, transparent 50%), linear-gradient(0deg, transparent 0px, #28bbf06c 0px, #28bbf06c 50.1%, transparent 50%);
| border: 1px solid #29baf1;
| box-shadow: 0 0px 12px #29b8f1e5;
|
| .title {
| position: relative;
| line-height: 36px;
| color: #fff;
| text-align: center;
|
| .close-box {
| position: absolute;
| top: 0;
| right: 8px;
| bottom: 0;
| left: auto;
| margin: auto;
| width: 18px;
| height: 18px;
| cursor: pointer;
| }
| }
| }
|
| iframe {
| width: 460px;
| height: 320px;
| }
| }
|
| .arrow {
| position: absolute;
| bottom: 0;
| left: 0;
| width: 45px;
| height: 2px;
| transform: rotate(-45deg) translate(5px, -15px);
| background-color: #28bbf0;
| }
| }
|
| .monitor-dom {
| position: fixed;
| left: 0;
| z-index: 1 !important;
|
| .monitor-wrap {
| position: relative;
| overflow: hidden;
| padding: 30px;
|
| .content-wrap {
| padding: 0 20px 20px 20px;
|
| background-image: linear-gradient(180deg, transparent 0px, #28bbf06c 0px, #28bbf06c 50%, transparent 50%), linear-gradient(0deg, transparent 0px, #28bbf06c 0px, #28bbf06c 50.1%, transparent 50%);
| border: 1px solid #29baf1;
| box-shadow: 0 0px 12px #29b8f1e5;
|
| .title {
| position: relative;
| line-height: 36px;
| color: #fff;
| text-align: center;
|
| .close-box {
| position: absolute;
| top: 0;
| right: 8px;
| bottom: 0;
| left: auto;
| margin: auto;
| width: 18px;
| height: 18px;
| cursor: pointer;
| }
| }
| }
|
| video {
| width: 460px;
| height: 320px;
| object-fit: fill;
| }
| }
|
| .arrow {
| position: absolute;
| bottom: 0;
| left: 0;
| width: 45px;
| height: 2px;
| transform: rotate(-45deg) translate(5px, -15px);
| background-color: #28bbf0;
| }
| }
|
|