From 0cd12fce91df5c79bbb3f39033f3e39d4a7e3e1c Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Wed, 26 Jan 2022 16:47:49 +0800
Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E4=BA=BA=E7=BE=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/sass/AppSpecialPeople/add.vue | 560 +++------------------------
src/sass/AppSpecialPeople/detail.vue | 48 ++-
2 files changed, 92 insertions(+), 516 deletions(-)
diff --git a/src/sass/AppSpecialPeople/add.vue b/src/sass/AppSpecialPeople/add.vue
index f3ebf6a4..e015856c 100644
--- a/src/sass/AppSpecialPeople/add.vue
+++ b/src/sass/AppSpecialPeople/add.vue
@@ -1,541 +1,83 @@
{{item.label}}
-
@@ -292,6 +298,7 @@ export default {
width: 33%;
padding: 40px 0;
text-align: center;
+
h3{
font-size: 64px;
font-family: DINAlternate-Bold, DINAlternate;
@@ -308,6 +315,17 @@ export default {
line-height: 40px;
}
}
+
+ .num {
+ display: flex;
+ justify-content:space-between;
+ float: none;
+ width: 100%;
+ height: 60px;
+ line-height: 60px;
+ padding: 0 30px;
+ box-sizing: border-box;
+ }
}
.color-org{
.num-item{
@@ -358,14 +376,24 @@ export default {
}
.user-info{
width: 100%;
- .name{
+ .user-tel {
+ display: flex;
+ justify-content: space-between;
+
+ .name{
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333;
line-height: 44px;
margin-bottom: 8px;
+ }
+
+ .tel {
+ color: #999;
+ }
}
+
.phone{
width: 100%;
font-size: 26px;
@@ -374,6 +402,12 @@ export default {
line-height: 36px;
display: flex;
justify-content: space-between;
+
+ .edit,
+ .del {
+ padding: 0 20px;
+ color: #2197f2;
+ }
}
}
}