add rotate captcha

This commit is contained in:
landaiqing
2024-08-12 22:24:16 +08:00
parent fea8b9df2d
commit 431e690f02
18 changed files with 257 additions and 38 deletions

View File

@@ -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);
}
}