From 4e77e01f068e8ea2ec914698aa55fcf369afc919 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 15 五月 2023 11:17:25 +0800 Subject: [PATCH] 司机首页修改 --- pages/public-page/forward/forward.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/public-page/forward/forward.vue b/pages/public-page/forward/forward.vue index e3a5c3e..37b9201 100644 --- a/pages/public-page/forward/forward.vue +++ b/pages/public-page/forward/forward.vue @@ -547,6 +547,8 @@ justify-content: center; position: relative; top: -100rpx; + z-index: 1; + margin-bottom: vww(40); .card-block { width: 690rpx; @include flex; @@ -612,9 +614,9 @@ width: 610rpx; @include flex; position: fixed; - bottom: vww(50); - left: vww(25); - z-index: 2; + bottom: vww(30); + left: vww(30); + z-index: 3; .AdddBtn, .forwardBtn { width: 290rpx; -- Gitblit v1.9.1