From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交

---
 wechat_staff/pages/sets/index.wxss |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/wechat_staff/pages/sets/index.wxss b/wechat_staff/pages/sets/index.wxss
index b6395d4..fcea0ca 100644
--- a/wechat_staff/pages/sets/index.wxss
+++ b/wechat_staff/pages/sets/index.wxss
@@ -13,6 +13,25 @@
 }
 .list .line .icon {
   width: 40rpx;
+  height: 40rpx;
+}
+.logout {
+  width: 670rpx;
+  height: 88rpx;
+  line-height: 86rpx;
+  align-items: center;
+  justify-content: center;
+  border-radius: 8rpx;
+  border: 1rpx solid #B08771;
+  font-weight: 500;
+  font-size: 32rpx;
+  color: #B08771;
+  display: flex;
+  margin-top: 100rpx;
+}
+.logout .icon {
+  width: 40rpx;
+  height: 40rpx;
 }
 .modal {
   width: 610rpx;

--
Gitblit v1.9.3