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 @@ \ No newline at end of file + diff --git a/src/sass/AppSpecialPeople/detail.vue b/src/sass/AppSpecialPeople/detail.vue index e38bf996..e1f4f5f2 100644 --- a/src/sass/AppSpecialPeople/detail.vue +++ b/src/sass/AppSpecialPeople/detail.vue @@ -35,10 +35,10 @@
本月新增
-
-

{{item.value}}

-

{{item.label}}

-
+
+
{{item.label}}
+
{{item.value}}
+
@@ -55,10 +55,16 @@
-

{{e.name}}

+
+

{{e.name}}

+ {{e.phone}} +
{{idNumberInit(e.idNumber)}} - {{e.phone}} +
+ 编辑 + 删除 +
@@ -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; + } } } }