diff --git a/src/project/fengdu/AppStore/EvaluateForm.vue b/src/project/fengdu/AppStore/EvaluateForm.vue
index 674f956..95bed5c 100644
--- a/src/project/fengdu/AppStore/EvaluateForm.vue
+++ b/src/project/fengdu/AppStore/EvaluateForm.vue
@@ -30,7 +30,7 @@
- 二、负面清单
+
-
({{index+1}})、{{item.listType}}
+
({{positiveTypeList.length+1}})、{{item.listType}}
@@ -121,7 +123,7 @@ export default {
}
.middle {
- margin: 16px 32px 0 32px;
+ margin: 0 32px 0 32px;
padding: 32px;
background-color: #fff;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.02);
@@ -164,9 +166,7 @@ export default {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
border-radius: 16px;
margin-bottom: 32px;
- position: relative;
width: 100%;
- height: 192px;
.bg-img {
width: 100%;
height: 100px;
@@ -174,11 +174,10 @@ export default {
.user-info {
display: flex;
padding: 48px 32px;
- position: absolute;
- top: 0;
- left: 0;
+ position: relative;
width: 100%;
box-sizing: border-box;
+ margin-top: -100px;
}
.photos {
img {
@@ -188,8 +187,6 @@ export default {
}
}
.right {
- display: flex;
- flex-direction: column;
margin-left: 40px;
width: 100%;
.rightTop {
@@ -244,13 +241,24 @@ export default {
}
}
.rightBottom {
- margin-top: 20px;
+ margin: 20px 0 16px 0;
font-family: PingFangSC-Regular;
font-weight: 400;
font-size: 26px;
color: #333;
letter-spacing: 0;
}
+ .item-tag {
+ display: inline-block;
+ line-height: 44px;
+ padding: 0 10px;
+ background-color: #F0F2F5;
+ font-family: PingFangSC-Regular;
+ font-size: 24px;
+ color: #8891A1;
+ margin: 0 12px 8px 0;
+ border-radius: 6px;
+ }
// .spacial {
// margin-top: 10px;
// white-space: wrap;
diff --git a/src/project/weiyang/AppPeopleList/DetailPeople.vue b/src/project/weiyang/AppPeopleList/DetailPeople.vue
index 1094f87..08ee1a8 100644
--- a/src/project/weiyang/AppPeopleList/DetailPeople.vue
+++ b/src/project/weiyang/AppPeopleList/DetailPeople.vue
@@ -19,6 +19,7 @@
{{ data.resident.phone }}
+
{{items.labelName}}
@@ -249,7 +250,7 @@ export default {
padding: 48px 32px 32px 32px;
box-sizing: border-box;
width: calc(100% - 64px);
- margin: 16px 0 32px 32px;
+ margin: 0 0 32px 32px;
border-radius: 16px;
background-color: #fff;
.photos {
@@ -260,8 +261,8 @@ export default {
}
}
.right {
- display: flex;
- flex-direction: column;
+ // display: flex;
+ // flex-direction: column;
width: 100%;
margin-left: 24px;
.rightTop {
@@ -293,12 +294,23 @@ export default {
}
}
.rightBottom {
- margin-top: 8px;
+ margin: 8px 0 16px 0;
line-height: 40px;
font-family: PingFangSC-Regular;
font-size: 28px;
color: #999;
}
+ .item-tag {
+ display: inline-block;
+ line-height: 44px;
+ padding: 0 10px;
+ background-color: #F0F2F5;
+ font-family: PingFangSC-Regular;
+ font-size: 24px;
+ color: #8891A1;
+ margin: 0 12px 8px 0;
+ border-radius: 6px;
+ }
}
}
diff --git a/src/project/weiyang/AppPeopleList/PeopleList.vue b/src/project/weiyang/AppPeopleList/PeopleList.vue
index af50bf3..c43e510 100644
--- a/src/project/weiyang/AppPeopleList/PeopleList.vue
+++ b/src/project/weiyang/AppPeopleList/PeopleList.vue
@@ -39,8 +39,9 @@
{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
- {{ item.phone }}
+ {{ item.phone || ''}}
+ {{items.labelName}}
@@ -54,7 +55,7 @@