From 4e069fd2c9469702f03b5a7280bfa9cede0ae239 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 24 七月 2024 19:21:45 +0800
Subject: [PATCH] ''
---
wechat_staff/pages/kefu/fond.wxss | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/kefu/fond.wxss b/wechat_staff/pages/kefu/fond.wxss
index 72b5026..b7bbad2 100644
--- a/wechat_staff/pages/kefu/fond.wxss
+++ b/wechat_staff/pages/kefu/fond.wxss
@@ -2,6 +2,9 @@
background-color: #f7f7f7;
padding-bottom: 220rpx;
}
+.date_item {
+ position: relative;
+}
.date_item .date {
display: flex;
font-weight: 500;
@@ -72,6 +75,7 @@
}
.footer .btns .all_sel .icon {
width: 40rpx;
+ height: 40rpx;
margin-right: 18rpx;
}
.footer .btns .list {
@@ -105,7 +109,7 @@
position: fixed;
bottom: 0;
width: 100%;
- z-index: 9999;
+ z-index: 99999;
background-color: #fff;
border-radius: 24rpx 24rpx 0rpx 0rpx;
}
@@ -142,6 +146,7 @@
width: 100%;
height: 100%;
z-index: 1000;
+ z-index: 99;
background-color: rgba(0, 0, 0, 0.5);
}
.card_wrap {
--
Gitblit v1.9.3