From b5f8881176bcb44928758e25d7d7a6fc140840c5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Dec 2021 15:06:23 +0800
Subject: [PATCH] 弹框完善

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

diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 15c6fbb..7f96b17 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -121,4 +121,28 @@
             background: #666;
         }
     }
+}
+
+.site {
+    font-size: 0.875rem;
+    line-height: 24px;
+
+    strong {
+        font-size: 0.875rem;
+    }
+}
+
+.introduce {
+
+    strong {
+        font-size: 0.875rem;
+    }
+
+    p {
+        white-space: normal !important;
+        word-wrap: break-word !important;
+        max-width: 396px;
+        font-size: 0.875rem;
+        line-height: 24px;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3