mirror of
https://github.com/dromara/tianai-captcha.git
synced 2026-05-07 06:04:34 +08:00
5eb258215b
tianai-captcha-springboot-starter tianai-captcha-web-sdk tianai-captcha-solon-plugin 整合到一块
57 lines
1.1 KiB
SCSS
57 lines
1.1 KiB
SCSS
#tianai-captcha.tianai-captcha-disable{
|
|
z-index: 999;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
.content {
|
|
width: 100%;
|
|
height: 180px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
.bg-img-div {
|
|
background-image: url("@/assets/images/dun.jpeg");
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
#content-span {
|
|
color: #fff;
|
|
overflow: hidden;
|
|
margin-top: 132px;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//#tianai-captcha.tianai-captcha-disable {
|
|
// z-index: 999;
|
|
// position: absolute;
|
|
// left: 0;
|
|
// top: 0;
|
|
//
|
|
// .content {
|
|
// width: 100%;
|
|
// height: 180px;
|
|
// position: relative;
|
|
// overflow: hidden;
|
|
//
|
|
// .bg-img-div {
|
|
// display: flex;
|
|
// justify-content: center;
|
|
// flex-direction: column;
|
|
// align-items: center;
|
|
// background-color: #0A3850;
|
|
// width: 100%;
|
|
// height: 100%;
|
|
// overflow: hidden;
|
|
//
|
|
// #content-span {
|
|
// color: #fff;
|
|
// overflow: hidden;
|
|
// display: block;
|
|
// text-align: center;
|
|
// }
|
|
// }
|
|
// }
|
|
//}
|