diff --git a/pages/home/landMark.vue b/pages/home/landMark.vue index e437144..e7106a7 100644 --- a/pages/home/landMark.vue +++ b/pages/home/landMark.vue @@ -283,10 +283,10 @@ export default { tipsPosition: '420rpx', btnGroupPosition: '', position: { - top: (res.top - res.height + 41)*2 + 'rpx', + bottom: 0, left: res.left + 'px', width: `${res.width}px`, - height: `${(res.height+41)}px`, + height: `${(res.height) + 41}px`, } }) })