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/login/index.wxss |   38 ++++++++++++++++++++++++++++++++++----
 1 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/wechat_staff/pages/login/index.wxss b/wechat_staff/pages/login/index.wxss
index 3aa86a0..cd3c013 100644
--- a/wechat_staff/pages/login/index.wxss
+++ b/wechat_staff/pages/login/index.wxss
@@ -4,7 +4,6 @@
   border-radius: 50%;
   margin: 130rpx auto 30rpx;
 }
-
 .home_title {
   font-weight: 500;
   font-size: 40rpx;
@@ -61,7 +60,38 @@
   flex: 1;
 }
 .modal {
-  width: 600rpx;
-  min-height: 600rpx;
-  padding: 30rpx;
+  width: 100%;
+  height: calc(100vh - 200rpx);
+  padding: 40rpx;
+  position: relative;
+}
+.modal .content {
+  height: calc(100vh - 460rpx);
+  overflow: auto;
+  margin-bottom: 20rpx;
+}
+.modal .btns {
+  position: fixed;
+  padding: 20rpx 0rpx;
+  width: 100%;
+  z-index: 999;
+  border-top: 1px solid #e5e5e5;
+}
+.modal .btns .reject {
+  width: 670rpx;
+  font-weight: 500;
+  font-size: 32rpx;
+  color: #999999;
+  text-align: center;
+  margin-top: 30rpx;
+}
+.modal .btns .agree {
+  width: 670rpx;
+  height: 88rpx;
+  background: #B08771;
+  border-radius: 8rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  color: #fff;
 }

--
Gitblit v1.9.3