From b4661f300194a13c4bc391f2f45a3f7a0a8dff08 Mon Sep 17 00:00:00 2001
From: 安瑾然 <m17681517455@outlook.com>
Date: 星期二, 21 三月 2023 17:26:38 +0800
Subject: [PATCH] fix bug

---
 miniprogram/pages/user/pubulicty/index.wxss |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/miniprogram/pages/user/pubulicty/index.wxss b/miniprogram/pages/user/pubulicty/index.wxss
index c968cfe..ff45307 100644
--- a/miniprogram/pages/user/pubulicty/index.wxss
+++ b/miniprogram/pages/user/pubulicty/index.wxss
@@ -1,11 +1,37 @@
 .imageView {
     width: 100%;
 }
-
+.top-img{
+    width: 100%;
+}
 .container {
     width: 100%;
 }
-
+.buttonView{
+    font-size: 14px;
+    position: absolute;
+    width: 100%;
+    bottom: 5%;
+}
+.button{
+    height: 5vh;
+    line-height: 5vh;
+    text-align: center;
+    left: 0;
+    right: 0;
+    margin: 0 auto;
+    width: 90%;
+    margin-top: 60%;
+    font-size: 13px;
+    color: #6699ff;
+    background-color: white;
+    border: 1px solid #6699ff;
+}
+.register{
+    position: absolute;
+    width: 100%;
+    bottom: 12%;
+}
 .content {
     margin-top: 1rem;
 }

--
Gitblit v1.8.0