From 746564aa7a5b7f8edd16c9d7deee8c81cd65874b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 11 Nov 2021 10:13:25 +0800
Subject: [PATCH] +指纹边框加字体
---
public/img/zhiwen/zhi.png | 0
public/zhiwenDemo/app.css | 8 ++++++++
public/zhiwenDemo/CID.html | 2 +-
3 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/public/img/zhiwen/zhi.png b/public/img/zhiwen/zhi.png
new file mode 100644
index 0000000..3ec435a
--- /dev/null
+++ b/public/img/zhiwen/zhi.png
Binary files differ
diff --git a/public/zhiwenDemo/CID.html b/public/zhiwenDemo/CID.html
index 3f0f597..5318f4c 100644
--- a/public/zhiwenDemo/CID.html
+++ b/public/zhiwenDemo/CID.html
@@ -29,7 +29,7 @@
</select> -->
<div id="zhiwenOur">
- <img id="img" border="0" width="256" height="360" />
+ <img id="img" width="256" height="360" />
<div id="butDiv">
<button id="connect_server" onclick="connect()">开始采集</button>
diff --git a/public/zhiwenDemo/app.css b/public/zhiwenDemo/app.css
index 39a1417..e0971da 100644
--- a/public/zhiwenDemo/app.css
+++ b/public/zhiwenDemo/app.css
@@ -22,7 +22,12 @@
#img{
width: 180px;
height: 180px;
+ border: 1px dashed rgb(245, 245, 245);
+ /* border: 1px dashed #fff; */
+ border-radius: 6px;
+ /* border-image:url(/img/zhiwen/zhi.png) 30 300 round; */
}
+img[src=""],img:not([src]){opacity:0.5;}
#butDiv{
width:calc(100% - 180px);
height: 180px;
@@ -35,18 +40,21 @@
position: relative;
top: 20px;
display: none;
+ color: #606266;
}
#zhiwentipok{
font-size: 12px;
position: relative;
top: 20px;
display: none;
+ color: #606266;
}
#zhiwentipno{
font-size: 12px;
position: relative;
top: 20px;
display: none;
+ color: #606266;
}
#connect_server{
height: 40px;
--
Gitblit v1.9.3