From ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 18:23:57 +0800
Subject: [PATCH] ll
---
wechat_staff/pages/sets/index.wxss | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/pages/sets/index.wxss b/wechat_staff/pages/sets/index.wxss
index ef9e711..fcea0ca 100644
--- a/wechat_staff/pages/sets/index.wxss
+++ b/wechat_staff/pages/sets/index.wxss
@@ -72,3 +72,20 @@
color: #fff;
background-color: var(--themeColor);
}
+.outbut{
+ width: 100%;
+ margin-top: 100rpx;
+}
+.outbut .btn{
+ width: 100%;
+ height: 88rpx;
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #B08771;
+ line-height: 88rpx;
+ text-align: center;
+ font-style: normal;
+ border-radius: 8rpx;
+ border: 1px solid #B08771;
+ color: rgba(176, 135, 113, 1);
+}
\ No newline at end of file
--
Gitblit v1.9.3