liuyg
2021-11-11 746564aa7a5b7f8edd16c9d7deee8c81cd65874b
+指纹边框加字体
2 files modified
1 files added
10 ■■■■■ changed files
public/img/zhiwen/zhi.png patch | view | raw | blame | history
public/zhiwenDemo/CID.html 2 ●●● patch | view | raw | blame | history
public/zhiwenDemo/app.css 8 ●●●●● patch | view | raw | blame | history
public/img/zhiwen/zhi.png
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>
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;