From 7804a3a4d61ff1d857973e974bbdf78a2e17feab Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Dec 2021 15:08:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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