From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改

---
 miniprogram/pages/user/report/submitReport/index.wxss |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/miniprogram/pages/user/report/submitReport/index.wxss b/miniprogram/pages/user/report/submitReport/index.wxss
index 84aa725..4f43c19 100644
--- a/miniprogram/pages/user/report/submitReport/index.wxss
+++ b/miniprogram/pages/user/report/submitReport/index.wxss
@@ -27,6 +27,16 @@
 .inputText{
 
 }
+.list-sure{
+    color: red;
+}
+.listSex{
+    display: flex;
+    justify-content: space-between;
+    font-size:14px;
+    line-height: 24px;
+    padding: 10px 16px;
+}
 .button{
  margin-top: 8%;
  margin-left: 15%;
@@ -38,7 +48,7 @@
     font-weight:normal;
     font-style: normal;
     background-color: white;
-    border: 1px solid #000000;
+    border: 1px solid #CCC;
 }
 .button2{
     background: #6699ff;
@@ -71,3 +81,11 @@
     margin-left: 3%;
     font-size: 14px;
 }
+.cause{
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+    color: #646566;
+    padding: 10px 16px;
+    font-size: 14px;
+}
\ No newline at end of file

--
Gitblit v1.8.0