From ed6d69666ea57947cd3c42a5ce41c11186806488 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 18 Aug 2021 17:11:53 +0800
Subject: [PATCH] 准考证,保安证,通知公告修改
---
public/securityPrint.html | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/public/securityPrint.html b/public/securityPrint.html
index adb33b4..91078ae 100644
--- a/public/securityPrint.html
+++ b/public/securityPrint.html
@@ -12,13 +12,19 @@
/* display: flex; */
align-items: center;
justify-content: center;
- background-color: #666666;
}
.print {
position: absolute;
- left: 20px;
- top: 10px;
+ left: 43%;
+ top: 60%;
+ width: 7%;
+ height: 36px;
+ border-radius: 9px;
+ background-color: #1D5CE4;
+ border: 0px;
+ color: #fff;
+ letter-spacing: 4px;
}
#table {
@@ -185,6 +191,8 @@
</div>
+
+
</div>
<script>
var getData = function(name) {
--
Gitblit v1.9.3