修改转发

This commit is contained in:
A1300399510
2023-07-25 17:12:35 +08:00
parent 35ec051717
commit cb5fc462c7
3 changed files with 12 additions and 6 deletions

View File

@@ -16,8 +16,10 @@
<div class="transmit-item">
<div class="transmit-head">转发小程序版</div>
<div class="transmit-box transmit-QRCode-box"><img :src="props['qrcode']" class="QRCode">
<div class="hint"><img src="//offer.gter.net/image/gter/offer/imgdetails/u161.png?v=4.0.1_1689898293"
class="saoma-icom">手机查看该Offer
<div class="hint">
<img class="saoma-icom" src="@/assets/img/apartmentDetail/scan-icon.png">
手机查看该房源
</div>
</div>
</div>
@@ -71,6 +73,7 @@ const copy = () => {
padding: 42px 54px 12px 44px;
display: flex;
border-radius: 10px;
font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
// box-shadow: 0px 2px 11px -2px #dcebef;
// border: 1px solid #e0e0e0;
}
@@ -102,7 +105,7 @@ const copy = () => {
.transmit-unfold-box .transmit-item .transmit-head {
font-size: 16px;
line-height: 16px;
// font-weight: 550;
font-weight: 550;
color: #000;
}