From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改

---
 miniprogram/pages/manager/group/message/publicty/index.wxss |   33 ++++++++++++++++++++++++++++-----
 1 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/miniprogram/pages/manager/group/message/publicty/index.wxss b/miniprogram/pages/manager/group/message/publicty/index.wxss
index de6692c..d5e0e3b 100644
--- a/miniprogram/pages/manager/group/message/publicty/index.wxss
+++ b/miniprogram/pages/manager/group/message/publicty/index.wxss
@@ -15,26 +15,49 @@
     /* margin-top: 50% ; */
     border-top: 3px solid rgba(0,0,0,0.1);
     width: 100%;
-    margin-left: 2%;
+    padding: 0 0.5rem;
 }
 .item{
     font-size: 13px;
-    margin-left: 20%;
-    margin-top: -4%;
+ 
 }
+
 .icon{
-    margin-top: 2%;
+    /* margin-top: 2%; */
     height: 25px;
     width: 25px;
-    margin-right: 2%;
+    /* margin-right: 2%; */
 }
 .item2{
+    display: flex;
+    align-items: center;
     font-size: 13px;
+    margin-top: 0.5rem;
     /* float: right; */
     /* margin-right: 40%; */
     /* color:rgba(0,0,0,0.5); */
 }
 .item3{
+    margin-top: 0.5rem;
     font-size: 14px;
     margin-bottom: 2%;
 }
+.foot{
+    position: absolute;
+    bottom: 1rem;
+    width: 90%;
+    padding: 1rem;
+}
+.button{
+    /* margin-top: 60%; */
+    font-size: 13px;
+    color: #fff;
+    background-color: #6699ff;
+    border: 1px solid #6699ff;
+}
+.van-swipe-cell__right{
+    padding: 0.7rem;
+    width: 100%;
+    background-color: red;
+    color: #FFF;
+}
\ No newline at end of file

--
Gitblit v1.8.0