diff --git a/src/assets/images/sunVillage_info/contractor_authorized.png b/src/assets/images/sunVillage_info/contractor_authorized.png new file mode 100644 index 00000000..21db4f9a Binary files /dev/null and b/src/assets/images/sunVillage_info/contractor_authorized.png differ diff --git a/src/assets/images/sunVillage_info/employer_authorized.png b/src/assets/images/sunVillage_info/employer_authorized.png new file mode 100644 index 00000000..1d08004f Binary files /dev/null and b/src/assets/images/sunVillage_info/employer_authorized.png differ diff --git a/src/views/sunVillage_info/list_cbfsq.vue b/src/views/sunVillage_info/list_cbfsq.vue index 2a6c71af..a7304985 100644 --- a/src/views/sunVillage_info/list_cbfsq.vue +++ b/src/views/sunVillage_info/list_cbfsq.vue @@ -86,10 +86,11 @@ 授权 - + + @@ -368,13 +369,6 @@ border: 5PX solid #e9e9e9; border-radius: 100%; } - .bottomImg{ - position: absolute; - left: 50%; - top: 50%; - width: 25vw; - transform: translate(-50%,-50%); - } } .titBox{ display: flex; @@ -399,4 +393,11 @@ left: 85PX; } } + .bottomImg{ + position: absolute; + left: 50%; + top: 50%; + width: 50vw; + transform: translate(-50%,10%); + } diff --git a/src/views/sunVillage_info/list_fbfsq.vue b/src/views/sunVillage_info/list_fbfsq.vue index dc3bbba2..3ececca4 100644 --- a/src/views/sunVillage_info/list_fbfsq.vue +++ b/src/views/sunVillage_info/list_fbfsq.vue @@ -33,6 +33,7 @@ 授权 + @@ -163,5 +164,13 @@ /deep/ .van-cell--required::before { left: 85PX; } + + .bottomImg{ + position: absolute; + left: 50%; + top: 50%; + width: 50vw; + transform: translate(-50%,10%); + } }