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/index.wxss |   47 ++++++++++++++++++++++-------------------------
 1 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/miniprogram/pages/user/index.wxss b/miniprogram/pages/user/index.wxss
index e03e758..07c9069 100644
--- a/miniprogram/pages/user/index.wxss
+++ b/miniprogram/pages/user/index.wxss
@@ -44,32 +44,29 @@
 
 .container {
     width: 100%;
+    background-color: #F5F5F5;
 }
 
 .box-title {
     /* position: fixed;
     top: 2rem; */
-    height: 4rem;
+    /* height: 10rem; */
     display: flex;
+    padding: 0.5rem 0.5rem;
     justify-content: space-between;
+    flex-wrap: wrap;
+    
+}
+.box-t{
+    margin-bottom: 1rem;
 }
 
-.box1 {
-    display: inline-grid;
-    align-items: center;
-    justify-content: center;
-    float: left;
-    /* margin-top: 50%; */
-    /* margin-left: -5%; */
-    /* margin-right: 15px; */
-    height: 70px;
-    width: 100px;
-    /* border: 1px  solid rgba(0,0,0,0.2); */
-}
 
 .box2 {
-    flex: 1;
-    align-items: center;
+    width: 10rem;
+    height: 4rem;
+    /* flex: 1; */
+    /* align-items: center; */
     /* border: 1px solid #CCC; */
     border-radius: 1rem;
     background: -webkit-linear-gradient(left,#C0DEFE,#BFDEFD,#D9ECFB,#C0DEFE);
@@ -77,20 +74,16 @@
     align-items: center;
     justify-content: center;
 }
-
+.box1 {
+    background: -webkit-linear-gradient(left,#FCCBCB,#FFE0E0,#FFF4F4,#FCCACA);
+}
 .box3 {
-  margin: 0 1rem;
+  /* margin: 0 1rem; */
+  background: -webkit-linear-gradient(left,#D8EFDE,#F1FFF0,#D8EFDE,#F1FFF0);
 }
 
 .box4 {
-    display: inline-grid;
-    align-items: center;
-    justify-content: center;
-    float: right;
-    margin-right: -8%;
-    height: 70px;
-    width: 145px;
-    /* border: 1px  solid rgba(0,0,0,0.2); */
+    background: -webkit-linear-gradient(left,#E2D8F3,#E8DEFE,#FDFBFF,#E2D8F3);
 }
 
 .container3 {
@@ -161,6 +154,10 @@
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     width: 100%;
 }
+.lists .swiper-video{
+    height: 100%;
+    width: 100%;
+}
 .lists:last-child{
     margin-bottom: 1rem;
 }

--
Gitblit v1.8.0