From a75b18a4157ab486e0b51c438ac165ab3a08e3e0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 25 七月 2024 18:10:00 +0800
Subject: [PATCH] 代码提交
---
wechat_jiaxuan/pages/mine/mine.wxss | 29 +++++++++++++++++++++++++++--
1 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/pages/mine/mine.wxss b/wechat_jiaxuan/pages/mine/mine.wxss
index 81c818c..4dd3a16 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;
@@ -47,6 +51,8 @@
}
.container .main_content {
background-color: #fff;
+ position: relative;
+ z-index: 9999;
border-radius: 16rpx 16rpx 0rpx 0rpx;
padding: 40rpx;
}
@@ -65,3 +71,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