From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1

---
 src/styles/divforms/popup.scss |   50 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 45 insertions(+), 5 deletions(-)

diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 7f96b17..7218484 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -10,12 +10,13 @@
         li {
             margin: 0 4px;
             flex: 1;
+            min-width: 72px;
             height: 30px;
             line-height: 30px;
             list-style: none;
             font-size: .875rem;
             text-align: center;
-            border: 1px solid #ffc107;
+            border: 1px solid rgb(0, 208, 255);
             border-radius: 15px;
             cursor: pointer;
 
@@ -51,12 +52,17 @@
                 background-size: 100% 100%;
             }
 
+            .monitor-nav {
+                background: url(/img/icon/monitor.png) no-repeat;
+                background-size: 100% 100%;
+            }
+
         }
     }
 }
 
 .btm-box {
-    height: 30px;
+    height: 36px;
 }
 
 .arc-box {
@@ -123,7 +129,8 @@
     }
 }
 
-.site {
+.site,
+.phone {
     font-size: 0.875rem;
     line-height: 24px;
 
@@ -141,8 +148,41 @@
     p {
         white-space: normal !important;
         word-wrap: break-word !important;
-        max-width: 396px;
+        min-width: 396px;
+        max-width: 492px;
         font-size: 0.875rem;
         line-height: 24px;
     }
-}
\ No newline at end of file
+}
+
+.label-wrap {
+
+    .title {
+
+        .audio-control {
+            position: absolute;
+            top: 0;
+            right: 34px;
+            bottom: 0;
+            left: auto;
+            margin: auto;
+            width: 20px;
+            height: 20px;
+            cursor: pointer;
+        }
+
+        .close-box {
+            position: absolute;
+            top: 0;
+            right: 8px;
+            bottom: 0;
+            left: auto;
+            margin: auto;
+            width: 16px;
+            height: 16px;
+            cursor: pointer;
+        }
+    }
+}
+
+

--
Gitblit v1.9.3