修改bug
This commit is contained in:
parent
67c90001e0
commit
c8002c4e72
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'">
|
||||
<img src="../../assets/homeImage/authenticationBtnImg.png" class="text-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 class=" dis-f jus-x al-item authentication-btn intermediary-btn"
|
||||
v-if="routePath === '/intermediaryHousing'">
|
||||
<img src="../../assets/homeImage/intermediaryText.png" class="text-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 class="seach-info-box dis-f" v-if="routePath === '/'">
|
||||
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user