修改bug
This commit is contained in:
BIN
src/assets/img/publicImage/housing-certification-bj.jpg
Normal file
BIN
src/assets/img/publicImage/housing-certification-bj.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
src/assets/img/publicImage/mediation-authentication-bj.jpg
Normal file
BIN
src/assets/img/publicImage/mediation-authentication-bj.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
@@ -58,13 +58,21 @@
|
|||||||
<div class=" dis-f jus-x al-item authentication-btn" v-if="routePath === '/personHousing'">
|
<div class=" dis-f jus-x al-item authentication-btn" v-if="routePath === '/personHousing'">
|
||||||
<img src="../../assets/homeImage/authenticationBtnImg.png" class="text-img" alt="">
|
<img src="../../assets/homeImage/authenticationBtnImg.png" class="text-img" alt="">
|
||||||
<img src="../../assets/homeImage/authenticationBtnCode.svg" class="code-img" alt="">
|
<img src="../../assets/homeImage/authenticationBtnCode.svg" class="code-img" alt="">
|
||||||
<img src="../../assets/homeImage/personAuthentication.svg" class="btn-qrcode" alt="">
|
<div class="btn-qrcode">
|
||||||
|
<img class="bj" src="@/assets/img/publicImage/housing-certification-bj.jpg">
|
||||||
|
<img class="QR-code" src="https://app.gter.net/tenement/pc/api/qrcode?type=propertyAuth">
|
||||||
|
</div>
|
||||||
|
<!-- <img src="../../assets/homeImage/personAuthentication.svg" class="btn-qrcode" alt=""> -->
|
||||||
</div>
|
</div>
|
||||||
<div class=" dis-f jus-x al-item authentication-btn intermediary-btn"
|
<div class=" dis-f jus-x al-item authentication-btn intermediary-btn"
|
||||||
v-if="routePath === '/intermediaryHousing'">
|
v-if="routePath === '/intermediaryHousing'">
|
||||||
<img src="../../assets/homeImage/intermediaryText.png" class="text-img" alt="">
|
<img src="../../assets/homeImage/intermediaryText.png" class="text-img" alt="">
|
||||||
<img src="../../assets/homeImage/intermediaryCode.svg" class="code-img" alt="">
|
<img src="../../assets/homeImage/intermediaryCode.svg" class="code-img" alt="">
|
||||||
<img src="../../assets/homeImage/intermediaryAuthentication.svg" class="btn-qrcode" alt="">
|
<div class="btn-qrcode">
|
||||||
|
<img class="bj" src="@/assets/img/publicImage/mediation-authentication-bj.jpg">
|
||||||
|
<img class="QR-code" src="https://app.gter.net/tenement/pc/api/qrcode?type=middlemanAuth">
|
||||||
|
</div>
|
||||||
|
<!-- <img src="../../assets/homeImage/intermediaryAuthentication.svg" class="btn-qrcode" alt=""> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="seach-info-box dis-f" v-if="routePath === '/'">
|
<div class="seach-info-box dis-f" v-if="routePath === '/'">
|
||||||
@@ -261,15 +269,29 @@ defineExpose({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-qrcode {
|
.btn-qrcode {
|
||||||
width: 390px;
|
width: 250px;
|
||||||
height: 612px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -14px;
|
right: 0;
|
||||||
top: 45px;
|
top: 58px;
|
||||||
z-index: 333;
|
z-index: 333;
|
||||||
display: none;
|
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 {
|
.seach-box-bg {
|
||||||
background: #d7d7d7 !important;
|
background: #d7d7d7 !important;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user