✨ add rotate captcha
This commit is contained in:
@@ -84,4 +84,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.gocaptcha-rotate {
|
||||
width: 330px;
|
||||
height: 350px;
|
||||
position: absolute;
|
||||
border-radius: 15px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.mask { /* 遮罩层的写法 */
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user