手写签名,线下评审,预审评委会

This commit is contained in:
jlzhangyx5
2025-07-11 08:44:50 +08:00
parent 87a7ecc309
commit 0a3fa905ca
12 changed files with 2183 additions and 25 deletions

View File

@ -0,0 +1,31 @@
/**
* 手写签名用
*/
.container {
top: 10%;
left: 10%;
width: 100%;
height: 50vh;
}
.sigContainer {
width: 100%;
height: 100%;
margin: 0 auto;
background-color: #fff;
cursor: auto;
}
.sigPointer {
width: 100%;
height: 100%;
margin: 0 auto;
background-color: #fff;
cursor: url("./signPen/signPen.png"),Crosshair;
}
.sigPad {
width: 100%;
height: 100%;
background: #fff;
}