From a1664efbefb313784e1920ffc8cfceda2a2ea1c8 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 07 八月 2024 14:50:03 +0800
Subject: [PATCH] 代码提交

---
 wechat_staff/pages/login/index.wxss |   44 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 40 insertions(+), 4 deletions(-)

diff --git a/wechat_staff/pages/login/index.wxss b/wechat_staff/pages/login/index.wxss
index 3aa86a0..923ef39 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;
@@ -13,6 +12,9 @@
 }
 .placeholder9 {
   text-align: center;
+}
+page {
+  overflow: hidden;
 }
 .btns {
   margin-top: 120rpx;
@@ -61,7 +63,41 @@
   flex: 1;
 }
 .modal {
-  width: 600rpx;
-  min-height: 600rpx;
-  padding: 30rpx;
+  width: 100%;
+  height: calc(100vh - 200rpx);
+  padding: 40rpx;
+  position: relative;
+}
+.modal .content {
+  height: calc(100% - 180rpx);
+  overflow-y: auto;
+  overflow-x: hidden;
+  margin-bottom: 20rpx;
+}
+.modal .btns {
+  position: fixed;
+  padding: 20rpx 0rpx;
+  width: 100%;
+  z-index: 999;
+  bottom: 12rpx;
+  border-top: 1px solid #e5e5e5;
+}
+.modal .btns .reject {
+  width: 670rpx;
+  font-weight: 500;
+  font-size: 32rpx;
+  color: #999999;
+  text-align: center;
+  margin-top: 30rpx;
+  height: 60rpx;
+}
+.modal .btns .agree {
+  width: 670rpx;
+  height: 90rpx;
+  background: #B08771;
+  border-radius: 8rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  color: #fff;
 }

--
Gitblit v1.9.3