From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

---
 wechat_staff/pages/work/index.wxss |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/work/index.wxss b/wechat_staff/pages/work/index.wxss
index 7d21c6a..3f9fb10 100644
--- a/wechat_staff/pages/work/index.wxss
+++ b/wechat_staff/pages/work/index.wxss
@@ -1,5 +1,7 @@
-.container {
-  background-color: #fff;
+.container .topbg {
+  position: absolute;
+  width: 100%;
+  z-index: -1;
 }
 .container .navbar {
   padding-left: 30rpx;
@@ -41,6 +43,7 @@
   margin-right: 30rpx;
 }
 .container .main_content {
+  margin-top: -16rpx;
   background-color: #fff;
   border-radius: 16rpx 16rpx 0rpx 0rpx;
   padding: 40rpx;
@@ -49,16 +52,21 @@
   background: #F7F7F7;
   border-radius: 8rpx;
   margin-bottom: 40rpx;
+  padding: 0 40rpx;
 }
 .container .main_content .func_list .line {
   display: flex;
   align-items: center;
   justify-content: space-between;
-  padding: 0 40rpx;
   height: 108rpx;
+  border-bottom: 1rpx solid #E5E5E5;
+}
+.container .main_content .func_list .line:nth-last-of-type(1) {
+  border: none;
 }
 .container .main_content .func_list .line .icon {
   width: 40rpx;
+  height: 40rpx;
 }
 .container .modal {
   width: 600rpx;

--
Gitblit v1.9.3