diff --git a/src/components/public/transmitBtn.vue b/src/components/public/transmitBtn.vue
index b502978..eac2cfe 100644
--- a/src/components/public/transmitBtn.vue
+++ b/src/components/public/transmitBtn.vue
@@ -16,8 +16,10 @@
转发小程序版
![]()
-

手机查看该Offer
+
+

+
+ 手机查看该房源
@@ -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;
}
diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue
index 0d3a3f4..5416395 100644
--- a/src/views/apartmentDetail.vue
+++ b/src/views/apartmentDetail.vue
@@ -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;
diff --git a/src/views/detail.vue b/src/views/detail.vue
index 1da5ea5..f019238 100644
--- a/src/views/detail.vue
+++ b/src/views/detail.vue
@@ -37,11 +37,13 @@
@@ -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';