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

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

diff --git a/wechat_staff/pages/work/index.wxss b/wechat_staff/pages/work/index.wxss
index 71a87b2..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;
@@ -50,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