From 2faa6546a9f9ddb29f81cbc9770fc25b95703695 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 17:02:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_staff/pages/kefu/fond.less | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/kefu/fond.less b/wechat_staff/pages/kefu/fond.less
index 233a079..66841f3 100644
--- a/wechat_staff/pages/kefu/fond.less
+++ b/wechat_staff/pages/kefu/fond.less
@@ -3,6 +3,7 @@
padding-bottom: 220rpx;
}
.date_item{
+ position: relative;
.date{
display: flex;
font-weight: 500;
@@ -71,6 +72,7 @@
width: 160rpx;
.icon{
width: 40rpx;
+ height: 40rpx;
margin-right: 18rpx;
}
}
@@ -107,7 +109,7 @@
position: fixed;
bottom: 0;
width: 100%;
- z-index: 9999;
+ z-index: 99999;
background-color: #fff;
border-radius: 24rpx 24rpx 0rpx 0rpx;
.btns{
@@ -145,6 +147,7 @@
width: 100%;
height: 100%;
z-index: 1000;
+ z-index: 99;
background-color: rgba(0,0,0,.5);
}
.card_wrap{
--
Gitblit v1.9.3