From 39613118a5bae23c45498c4f5a939e83595f99f5 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 16 七月 2024 16:05:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/pages/mine/mine.less |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/mine/mine.less b/wechat_jiaxuan/pages/mine/mine.less
index a56e1d9..14717d3 100644
--- a/wechat_jiaxuan/pages/mine/mine.less
+++ b/wechat_jiaxuan/pages/mine/mine.less
@@ -1,6 +1,11 @@
 .container {
-  background-color: #aca9a6;
-
+  .mine_bg{
+    width: 100%;
+    position: fixed;
+    top: 0;
+    left: 0;
+    z-index: -1;
+  }
   .navbar {
     padding-left: 30rpx;
     font-weight: 600;
@@ -72,4 +77,23 @@
       }
     }
   }
+}
+.liucheng{
+  width: 100%;
+  padding: 0rpx 40rpx 120rpx;
+  text-align: center;
+  .h1{
+    margin-bottom: 16rpx;
+    font-weight: 600;
+    font-size: 36rpx;
+  }
+  .h2{
+    font-weight: 300;
+    font-size: 26rpx;
+    color: #333333;
+    margin-bottom: 40rpx;
+  }
+  .img{
+    width: 100%;
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3