修改转发
This commit is contained in:
parent
35ec051717
commit
cb5fc462c7
@ -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;
|
||||
}
|
||||
|
||||
|
@ -776,7 +776,7 @@ const handleMediaBtn = (type, index) => {
|
||||
margin-bottom: 20px;
|
||||
justify-content: space-between;
|
||||
position: sticky;
|
||||
top: 20px;
|
||||
top: 0px;
|
||||
z-index: 1002;
|
||||
|
||||
.nav-box {
|
||||
@ -1419,7 +1419,7 @@ const handleMediaBtn = (type, index) => {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
z-index: 111;
|
||||
z-index: 1002;
|
||||
|
||||
.add-customer-box {
|
||||
width: 460px;
|
||||
|
@ -37,11 +37,13 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="line" style="margin:0 20px;"></div>
|
||||
<div class="dis-f al-item">
|
||||
<div class="dis-f al-item" style="position: relative;">
|
||||
<img src="../assets/img/detail/forward.png" class="tool-icon" alt="">
|
||||
<span>
|
||||
转发
|
||||
</span>
|
||||
<transmit-btn v-if="housingInfo.data" :qrcode="housingInfo.data['qrcode']"
|
||||
:title="housingInfo.data.info['title']"></transmit-btn>
|
||||
</div>
|
||||
</div>
|
||||
<div class="concat-btn-box" :class="{ 'concat-btn-show': concatType }">
|
||||
@ -652,6 +654,7 @@ import mapInfo from '../components/public/viewMap.vue'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import indexWaterfallBox from "../components/indexWaterfallBox/indexWaterfallBox.vue";
|
||||
import Masonry from 'masonry-layout';
|
||||
import transmitBtn from '@/components/public/transmitBtn.vue'
|
||||
|
||||
import store from '@/store';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user