From 51600113c20d84ee54660de23324400604704dc2 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 10 八月 2022 14:26:46 +0800
Subject: [PATCH] 台账、承诺书模块

---
 app.wxss |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/app.wxss b/app.wxss
index 373a62f..628e0a5 100644
--- a/app.wxss
+++ b/app.wxss
@@ -65,6 +65,14 @@
   bottom: 0
 }
 
+.submit {
+  border-radius: 4px;
+  background: linear-gradient(to right, #6DF1A9, #62EBCF);
+  margin: 8px;
+  color: white;
+  padding: 8px;
+}
+
 /********************************** 閫氱敤-end ***********************************/
 
 /********************************** 涓荤晫闈㈣儗鏅�-start ***********************************/
@@ -177,6 +185,16 @@
   background-color: white;
 }
 
+.fyui-box:before{
+  content: " ";
+  width: 100%;
+  height: 1px;
+  background-color: var(--fyui-BG_1);
+  top: -2px;
+  position: absolute;
+  
+}
+
 .fyui-box:active {
   background-color: var(--fyui-BG-COLOR-ACTIVE);
 }

--
Gitblit v1.9.3