From e40ee62d3e9b71ffe3432d32a53a00c4097b5708 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 31 Dec 2021 09:03:28 +0800
Subject: [PATCH] +3d  2.5d

---
 src/styles/divforms/popup.scss |   41 +++++++++++++++++++++++++++++++++++++----
 1 files changed, 37 insertions(+), 4 deletions(-)

diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 7f96b17..850cf27 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -15,7 +15,7 @@
             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;
 
@@ -56,7 +56,7 @@
 }
 
 .btm-box {
-    height: 30px;
+    height: 36px;
 }
 
 .arc-box {
@@ -123,7 +123,8 @@
     }
 }
 
-.site {
+.site,
+.phone {
     font-size: 0.875rem;
     line-height: 24px;
 
@@ -145,4 +146,36 @@
         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