From f05a26bb7e036c3d09c84e295f1b77fdb8d9ba08 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 06 四月 2023 20:46:42 +0800
Subject: [PATCH] 修改定时

---
 miniprogram/pages/user/index.wxss |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/miniprogram/pages/user/index.wxss b/miniprogram/pages/user/index.wxss
index f4cde8d..29d089b 100644
--- a/miniprogram/pages/user/index.wxss
+++ b/miniprogram/pages/user/index.wxss
@@ -47,6 +47,9 @@
 }
 
 .box-title {
+    /* position: fixed;
+    top: 2rem; */
+    height: 4rem;
     display: flex;
     justify-content: space-between;
 }
@@ -65,27 +68,18 @@
 }
 
 .box2 {
-    display: inline-grid;
+    flex: 1;
+    align-items: center;
+    /* border: 1px solid #CCC; */
+    border-radius: 1rem;
+    background: -webkit-linear-gradient(left,#C0DEFE,#BFDEFD,#D9ECFB,#C0DEFE);
+    display: flex;
     align-items: center;
     justify-content: center;
-    float: right;
-    height: 70px;
-    margin-top: 50%;
-    margin-right: -8%;
-    width: 145px;
-    /* border: 1px  solid rgba(0,0,0,0.2); */
 }
 
 .box3 {
-    display: inline-grid;
-    align-items: center;
-    justify-content: center;
-    float: left;
-    /* margin-right: 15px; */
-    margin-left: -8%;
-    height: 70px;
-    width: 145px;
-    /* border: 1px  solid rgba(0,0,0,0.2); */
+  margin: 0 1rem;
 }
 
 .box4 {
@@ -106,6 +100,7 @@
 .font-wenzi {
     /* margin-left: 20px; */
     font-size: 13px;
+    font-weight: 900;
 }
 
 
@@ -166,6 +161,9 @@
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     width: 100%;
 }
+.lists:last-child{
+    margin-bottom: 1rem;
+}
 .top-img{
     width: 100%;
 }
@@ -180,6 +178,7 @@
     color: rgba(0, 0, 0, 0.5);
     margin-right: 0.5rem;
     width: 50%;
+    text-align: right;
 }
 
 .lists .lists-top .lists-top-title {

--
Gitblit v1.8.0