From f693c859cdaf607c2a146ef89a7a2ce0d9476d1a Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 07 四月 2023 15:49:09 +0800
Subject: [PATCH] 修改首页

---
 miniprogram/pages/user/pubulicty/index.wxss |   80 ++++++++++++++++++++++++++++-----------
 1 files changed, 57 insertions(+), 23 deletions(-)

diff --git a/miniprogram/pages/user/pubulicty/index.wxss b/miniprogram/pages/user/pubulicty/index.wxss
index 2d4fd71..1e191f6 100644
--- a/miniprogram/pages/user/pubulicty/index.wxss
+++ b/miniprogram/pages/user/pubulicty/index.wxss
@@ -1,33 +1,67 @@
-
-.imageView{
-    position:absolute;
-    top: 0;
+.imageView {
+    width: 100%;
+}
+.top-img{
+    width: 100%;
+}
+.container {
+    width: 100%;
+}
+.buttonView{
+    font-size: 14px;
+   
+    width: 100%;
+    margin-bottom: 1rem;
+}
+.button{
+    height: 5vh;
+    line-height: 5vh;
+    text-align: center;
     left: 0;
     right: 0;
+    margin: 0 auto;
+    width: 90%;
+    font-size: 13px;
+    color: #6699ff;
+    background-color: white;
+    border: 1px solid #6699ff;
 }
-.container{
+.register{
+    position: absolute;
+    width: 100%;
+    bottom: 12%;
+}
+.content {
+    margin-top: 1rem;
+}
+
+.lists {
+    margin-top: 0.5rem;
+    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     width: 100%;
 }
-.content{
-    margin-top: 12%;
+
+.lists .lists-top {
+    display: flex;
+    justify-content: space-between;
 }
-.lists{
-    /* margin-top: 50% ; */
-    border-bottom: 1px solid rgba(0,0,0,0.1);
-    width: 100%;
-    margin-left: 2%;
-}
-.item{
-    font-size: 14px;
-    margin-bottom: 1%;
-}
-.item2{
+
+.lists .lists-top .lists-top-time {
     font-size: 12px;
-    float: right;
-    margin-right: 40%;
-    color:rgba(0,0,0,0.5);
+    margin-bottom: 1%;
+    color: rgba(0, 0, 0, 0.5);
+    margin-right: 0.5rem;
 }
-.item3{
+
+.lists .lists-top .lists-top-title {
+    font-size: 14px;
+    margin-right: 40%;
+    font-weight: bold;
+    margin-left: 0.5rem;
+}
+
+.lists .lists-content {
     font-size: 11px;
-    margin-bottom: 2%;
+    margin: 0.5rem;
+    margin-bottom: 0.5rem;
 }

--
Gitblit v1.8.0