From a12ac4f4388672c62c6fb59c5ef975e5dff5fc06 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 16 五月 2023 11:08:45 +0800
Subject: [PATCH] 修改部分问题
---
pages/public-page/forward/forward.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/pages/public-page/forward/forward.vue b/pages/public-page/forward/forward.vue
index e3a5c3e..03a6cd2 100644
--- a/pages/public-page/forward/forward.vue
+++ b/pages/public-page/forward/forward.vue
@@ -9,7 +9,10 @@
</view>
<view v-if="roleType == 1" class="notice-bar">
<u-notice-bar :text="text" :fontSize="30"></u-notice-bar>
- <view class="notice-icon" style="background: url('../../../static/image/banner/notice.png') no-repeat;background-size: cover; width: 42rpx;height: 42rpx;"></view>
+ <view
+ class="notice-icon"
+ style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/notice.png') no-repeat;background-size: cover; width: 42rpx;height: 42rpx;"
+ ></view>
</view>
<view v-else-if="roleType == 2" class="notice-bar"><u-notice-bar :text="text1" :fontSize="30"></u-notice-bar></view>
<view class="card-main">
@@ -547,6 +550,8 @@
justify-content: center;
position: relative;
top: -100rpx;
+ z-index: 1;
+ margin-bottom: vww(40);
.card-block {
width: 690rpx;
@include flex;
@@ -612,9 +617,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