From cabbca85b518f561d0dc2b7a7ec11d6922785b86 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 10 七月 2024 17:52:38 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/webView/index.wxss |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/webView/index.wxss b/wechat_jiaxuan/pages/webView/index.wxss
new file mode 100644
index 0000000..78b4b79
--- /dev/null
+++ b/wechat_jiaxuan/pages/webView/index.wxss
@@ -0,0 +1,50 @@
+/* pages/webView/index.wxss */
+
+.duiba-back-btn {
+  position: fixed;
+  z-index: 999999;
+  bottom:0rpx;
+  left:0;
+  /* width:100rpx;
+  height:50rpx; */
+}
+
+.bottom-btn-box {
+  box-shadow: 0 0 4rpx 0 #ccc;
+}
+
+.bottom-btn-box .btn {
+  margin-right: 40rpx !important;
+}
+
+.bottom-btn-box .reserve-design button {
+  flex: 1;
+  height: 72rpx;
+  line-height: 72rpx;
+  background-color: #B68B74;
+  box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.3000), inset 0rpx 2rpx 2rpx 0rpx rgba(255, 255, 255, 0.3300);
+  border-radius: 8rpx;
+  color: #fff;
+  cursor: pointer;
+  text-align: center;
+}
+
+.bottom-btn-box .reserve-design button {
+  border: 0;
+  line-height: 72rpx;
+  font-size: 14px;
+  color: white;
+}
+
+.bottom-btn-box .reserve-design button .title {
+  padding: 0 8rpx;
+  height: 72rpx;
+  line-height: 72rpx;
+  display: inline-block;
+  vertical-align: middle;
+}
+
+.bottom-btn-box .reserve-design button cover-image {
+  display: inline-block;
+  margin-right: 0 !important;
+}

--
Gitblit v1.9.3