修改转发
This commit is contained in:
@@ -16,8 +16,10 @@
|
|||||||
<div class="transmit-item">
|
<div class="transmit-item">
|
||||||
<div class="transmit-head">转发小程序版</div>
|
<div class="transmit-head">转发小程序版</div>
|
||||||
<div class="transmit-box transmit-QRCode-box"><img :src="props['qrcode']" class="QRCode">
|
<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"
|
<div class="hint">
|
||||||
class="saoma-icom">手机查看该Offer
|
<img class="saoma-icom" src="@/assets/img/apartmentDetail/scan-icon.png">
|
||||||
|
|
||||||
|
手机查看该房源
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -71,6 +73,7 @@ const copy = () => {
|
|||||||
padding: 42px 54px 12px 44px;
|
padding: 42px 54px 12px 44px;
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: 10px;
|
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;
|
// box-shadow: 0px 2px 11px -2px #dcebef;
|
||||||
// border: 1px solid #e0e0e0;
|
// border: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
@@ -102,7 +105,7 @@ const copy = () => {
|
|||||||
.transmit-unfold-box .transmit-item .transmit-head {
|
.transmit-unfold-box .transmit-item .transmit-head {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
// font-weight: 550;
|
font-weight: 550;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -776,7 +776,7 @@ const handleMediaBtn = (type, index) => {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 20px;
|
top: 0px;
|
||||||
z-index: 1002;
|
z-index: 1002;
|
||||||
|
|
||||||
.nav-box {
|
.nav-box {
|
||||||
@@ -1419,7 +1419,7 @@ const handleMediaBtn = (type, index) => {
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
z-index: 111;
|
z-index: 1002;
|
||||||
|
|
||||||
.add-customer-box {
|
.add-customer-box {
|
||||||
width: 460px;
|
width: 460px;
|
||||||
|
|||||||
@@ -37,11 +37,13 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="line" style="margin:0 20px;"></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="">
|
<img src="../assets/img/detail/forward.png" class="tool-icon" alt="">
|
||||||
<span>
|
<span>
|
||||||
转发
|
转发
|
||||||
</span>
|
</span>
|
||||||
|
<transmit-btn v-if="housingInfo.data" :qrcode="housingInfo.data['qrcode']"
|
||||||
|
:title="housingInfo.data.info['title']"></transmit-btn>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="concat-btn-box" :class="{ 'concat-btn-show': concatType }">
|
<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 { ElMessage } from 'element-plus'
|
||||||
import indexWaterfallBox from "../components/indexWaterfallBox/indexWaterfallBox.vue";
|
import indexWaterfallBox from "../components/indexWaterfallBox/indexWaterfallBox.vue";
|
||||||
import Masonry from 'masonry-layout';
|
import Masonry from 'masonry-layout';
|
||||||
|
import transmitBtn from '@/components/public/transmitBtn.vue'
|
||||||
|
|
||||||
import store from '@/store';
|
import store from '@/store';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user