go-captcha-uni
Version:
验证码,UniApp 验证码,GoCaptcha 验证码,行为验证码,点选验证码,滑动验证码,旋转验证码,拼图滑块验证码,拼图拖放验证码,图像旋转验证码,点击验证码
66 lines (62 loc) • 1.49 kB
CSS
@font-face {
font-family: 'gocaptcha';
src: url('./fonts/gocaptcha.eot');
src: url('./fonts/gocaptcha.eot#iefix') format('embedded-opentype'),
url('./fonts/gocaptcha.ttf') format('truetype'),
url('./fonts/gocaptcha.woff') format('woff'),
url('./fonts/gocaptcha.svg#gocaptcha') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.icon-arrows-icon,
.icon-btn-default-icon,
.icon-btn-default-icon,
.icon-btn-error-icon,
.icon-btn-success-icon,
.icon-btn-warn-icon,
.icon-close-icon,
.icon-refresh-icon
{
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'gocaptcha' ;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrows-icon:before {
content: "\e900";
}
.icon-btn-default-icon .path1:before {
content: "\e901";
color: rgb(62, 124, 255);
}
.icon-btn-default-icon .path2:before {
content: "\e902";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-btn-error-icon:before {
content: "\e903";
color: #ed4630;
}
.icon-btn-success-icon:before {
content: "\e904";
color: #5eaa2f;
}
.icon-btn-warn-icon:before {
content: "\e905";
color: #ffa000;
}
.icon-close-icon:before {
content: "\e906";
}
.icon-refresh-icon:before {
content: "\e907";
}