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

---
 pages/promisefile/promisefile.wxss |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/pages/promisefile/promisefile.wxss b/pages/promisefile/promisefile.wxss
index 4f91d96..649c84a 100644
--- a/pages/promisefile/promisefile.wxss
+++ b/pages/promisefile/promisefile.wxss
@@ -2,6 +2,7 @@
 .page__bd {
   font-size: 14px;
 }
+
 .banner-bg {
   position: fixed;
   width: 100%;
@@ -23,7 +24,7 @@
   font-weight: 600;
 }
 
-.p-content{
+.p-content {
   font-size: 14px;
 }
 
@@ -40,14 +41,20 @@
   padding: 8px;
 }
 
+.sign-btn {
+  width: 96px;
+  height: 96px;
+  text-align: center;
+}
+
 .sign-img {
   float: left;
-   margin-right: 8px;
-   margin-bottom: 8px;
-   width: 96px;
-   height: 96px;
-   background: no-repeat 50%;
-   background-size: cover
+  margin-right: 8px;
+  margin-bottom: 8px;
+  width: 96px;
+  height: 96px;
+  background: no-repeat 50%;
+  background-size: cover
 }
 
 .top-right {

--
Gitblit v1.9.3