diff --git a/src/assets/img/publicImage/housing-certification-bj.jpg b/src/assets/img/publicImage/housing-certification-bj.jpg new file mode 100644 index 0000000..b17f79e Binary files /dev/null and b/src/assets/img/publicImage/housing-certification-bj.jpg differ diff --git a/src/assets/img/publicImage/mediation-authentication-bj.jpg b/src/assets/img/publicImage/mediation-authentication-bj.jpg new file mode 100644 index 0000000..6ab61be Binary files /dev/null and b/src/assets/img/publicImage/mediation-authentication-bj.jpg differ diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue index a24c926..75b42a9 100644 --- a/src/components/seachModule/seachModule.vue +++ b/src/components/seachModule/seachModule.vue @@ -58,13 +58,21 @@
- +
+ + +
+
- +
+ + +
+
@@ -261,15 +269,29 @@ defineExpose({ } .btn-qrcode { - width: 390px; - height: 612px; + width: 250px; position: absolute; - right: -14px; - top: 45px; + right: 0; + top: 58px; z-index: 333; display: none; } +.btn-qrcode .bj { + width: 100%; + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196); + border-radius: 10px; +} + +.btn-qrcode .QR-code{ + position: absolute; + width: 90px; + height: 90px; + border-radius: 50%; + bottom: 33px; + left: 80px; +} + .seach-box-bg { background: #d7d7d7 !important; background: inherit;