From e39f5a3ee0bc2fec99f4fe23dedee5771847467c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 17 七月 2024 18:25:35 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/pages/mine/mine.wxss |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/mine/mine.wxss b/wechat_jiaxuan/pages/mine/mine.wxss
index 81c818c..681362e 100644
--- a/wechat_jiaxuan/pages/mine/mine.wxss
+++ b/wechat_jiaxuan/pages/mine/mine.wxss
@@ -1,5 +1,9 @@
-.container {
-  background-color: #aca9a6;
+.container .mine_bg {
+  width: 100%;
+  position: fixed;
+  top: 0;
+  left: 0;
+  z-index: -1;
 }
 .container .navbar {
   padding-left: 30rpx;
@@ -65,3 +69,22 @@
 .container .main_content .func_list .line .icon {
   width: 40rpx;
 }
+.liucheng {
+  width: 100%;
+  padding: 0rpx 40rpx 120rpx;
+  text-align: center;
+}
+.liucheng .h1 {
+  margin-bottom: 16rpx;
+  font-weight: 600;
+  font-size: 36rpx;
+}
+.liucheng .h2 {
+  font-weight: 300;
+  font-size: 26rpx;
+  color: #333333;
+  margin-bottom: 40rpx;
+}
+.liucheng .img {
+  width: 100%;
+}

--
Gitblit v1.9.3