From 89470d761e2daef431c0f68355a973945607cfa8 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 14 四月 2023 17:12:44 +0800
Subject: [PATCH] 警方公共

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

diff --git a/miniprogram/pages/user/pubulicty/index.wxss b/miniprogram/pages/user/pubulicty/index.wxss
index c968cfe..0e15cd3 100644
--- a/miniprogram/pages/user/pubulicty/index.wxss
+++ b/miniprogram/pages/user/pubulicty/index.wxss
@@ -1,11 +1,36 @@
 .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;
+}
+.register{
+    position: absolute;
+    width: 100%;
+    bottom: 12%;
+}
 .content {
     margin-top: 1rem;
 }
@@ -40,3 +65,7 @@
     margin: 0.5rem;
     margin-bottom: 0.5rem;
 }
+.lists .swiper-video{
+    height: 100%;
+    width: 100%;
+}
\ No newline at end of file

--
Gitblit v1.8.0