From 7ec657a86d2d6c3f91ed7ab241c603ea2e3b7b4d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 17 Sep 2021 15:24:32 +0800
Subject: [PATCH] ct

---
 public/securityInfo.html |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/public/securityInfo.html b/public/securityInfo.html
index 959d4a6..9199529 100644
--- a/public/securityInfo.html
+++ b/public/securityInfo.html
@@ -29,11 +29,11 @@
       height: 224px;
       /* background-color: aquamarine; */
 
-      background: #00d2ff;
+      background: #0BB9C8;
       /* fallback for old browsers */
-      background: -webkit-linear-gradient(to left, #00d2ff, #13b0ee, #13b0ee, #00d2ff);
+      background: -webkit-linear-gradient(to left, #0BB9C8, #0cd9e7, #0cd9e7, #0BB9C8);
       /* Chrome 10-25, Safari 5.1-6 */
-      background: linear-gradient(to left, #00d2ff, #13b0ee, #13b0ee, #00d2ff);
+      background: linear-gradient(to left, #0BB9C8, #0cd9e7, #0cd9e7, #0BB9C8);
       /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 
 
@@ -63,9 +63,9 @@
     }
 
     .content {
-      margin-top: 5px;
-      width: 90%;
-      height: 500px;
+      margin: 5px 0;
+      padding: 5px;
+      width: 95%;
       background-color: rgba(65, 64, 66, 0.1);
       border-radius: 5px;
       display: flex;
@@ -184,11 +184,6 @@
             </div>
 
             <div class="row-content">
-                <span class="title">是否派遣</span></span>
-                <span>&nbsp;&nbsp;&nbsp;&nbsp;${data.dispatch == 0 ? '已派遣' : '未派遣'}</span>
-            </div>
-
-            <div class="row-content">
                 <span class="title">联系电话</span>
                 <span>&nbsp;&nbsp;&nbsp;&nbsp;${data.phone}</span>
             </div>
@@ -202,7 +197,6 @@
                 <span class="title">保安证编号</span>
                 <span>&nbsp;&nbsp;&nbsp;&nbsp;${data.securitynumber}</span>
             </div>
-
 
         </div>`
 

--
Gitblit v1.9.3