From 4593a5c6ef4549a519681fa44d94fa242d15bec4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 30 Dec 2021 11:57:28 +0800
Subject: [PATCH] 完善

---
 src/styles/divforms/panoramaBox.scss |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/src/styles/divforms/panoramaBox.scss b/src/styles/divforms/panoramaBox.scss
index 530f5bf..32c4edd 100644
--- a/src/styles/divforms/panoramaBox.scss
+++ b/src/styles/divforms/panoramaBox.scss
@@ -30,6 +30,7 @@
                     margin: auto;
                     width: 18px;
                     height: 18px;
+                    cursor: pointer;
                 }
             }
         }
@@ -49,4 +50,59 @@
         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;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3