From cddceb139c818a060208ba1000ac745ba4c30c64 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 26 七月 2024 19:31:19 +0800
Subject: [PATCH] ‘’

---
 wechat_jiaxuan/pages/consult/detail.wxss |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/consult/detail.wxss b/wechat_jiaxuan/pages/consult/detail.wxss
index 463d76f..3a1d393 100644
--- a/wechat_jiaxuan/pages/consult/detail.wxss
+++ b/wechat_jiaxuan/pages/consult/detail.wxss
@@ -12,6 +12,23 @@
   font-size: 26rpx;
   color: #999999;
 }
+.share_btn {
+  position: fixed;
+  bottom: 16rpx;
+  left: 40rpx;
+  width: 670rpx;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  height: 72rpx;
+  flex: 1;
+  background-color: var(--themeColor);
+  font-weight: 500;
+  color: #FFFFFF;
+  font-style: 28rpx;
+  box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.3), inset 0rpx 2rpx 2rpx 0rpx rgba(255, 255, 255, 0.33);
+  border-radius: 8rpx;
+}
 .footer {
   position: fixed;
   bottom: 0;

--
Gitblit v1.9.3