手写签名,线下评审,预审评委会
This commit is contained in:
31
src/assets/styles.module.less
Normal file
31
src/assets/styles.module.less
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user