验证码调试页面

This commit is contained in:
2026-05-15 15:43:59 +08:00
parent a22f9e5ff4
commit 3e331f58ce
25 changed files with 2180 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#tianai-captcha.tianai-captcha-rotate {
.rotate-img-div {
height: 100%;
/*position: absolute;*/
text-align: center;
img {
height: 100%;
transform: rotate(0deg);
display: inline-block;
}
}
}