From 0b9095227438cb35f5a8759aee8f3b32a732151c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 21 Dec 2021 16:42:40 +0800
Subject: [PATCH] 校内机构等模块中弹框封装,及部分接口对接,及部分样式更改
---
src/styles/divforms/popup.scss | 37 ++++++++++++++++++++++++++++++++++---
1 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/src/styles/divforms/popup.scss b/src/styles/divforms/popup.scss
index 7f96b17..75da573 100644
--- a/src/styles/divforms/popup.scss
+++ b/src/styles/divforms/popup.scss
@@ -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,34 @@
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;
+ }
+
+ .close-box {
+ position: absolute;
+ top: 0;
+ right: 8px;
+ bottom: 0;
+ left: auto;
+ margin: auto;
+ width: 16px;
+ height: 16px;
+ }
+ }
+}
+
+
--
Gitblit v1.9.3