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/report/submitReport/index.wxss | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/miniprogram/pages/user/report/submitReport/index.wxss b/miniprogram/pages/user/report/submitReport/index.wxss
index bcfb901..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%;
@@ -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