spilit the css

master
hhCandy 5 years ago
parent 8434d4c5bb
commit 4c942b619f
  1. 299
      clever-login_base.css
  2. 683
      clever-login_icon.css
  3. 148
      clever-login_normal.css
  4. 342
      clever-login_reg.css
  5. 82
      index.html

@ -0,0 +1,299 @@
/**
base
**/
html,body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,input,button,textarea,p,span,table,th,td,form{margin:0;padding:0}
body,input,button,select,textarea{font:12px/1.5 "Microsoft Yahei","Helvetica Neue";color:#34495e;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga","kern";}
table{border-collapse:collapse;border-spacing:0}
img,a img{border:0}
a{color:#369;outline:medium none;text-decoration:none;}
a:hover{text-decoration:none}
label{cursor:pointer}
ul li,.ol li{list-style:none}
em,cite,i{font-style:normal}
p{word-wrap: break-word; word-break: break-all;} /*全部英文字符下自动换行*/
/* 去除Chrome等浏览器文本框默认发光边框 */
input:focus, textarea:focus {outline: none;}
/* 去除IE10+浏览器文本框后面的小叉叉 */
input::-ms-clear {display: none;}
/* 禁止多行文本框textarea拖拽 */
textarea {resize: none;}
/* ==全局通用样式== */
/* 避免因子元素浮动而导致的父元素高度缺失能问题 */
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; }
/* 浮动 */
.z { float: left !important; }
.y { float: right !important; }
/* 鼠标样式,可以根据需要按序添加 */
.cur1 { cursor: pointer; }
/* 显示/隐藏 */
.show { display: block !important; }
.hide { display: none !important; }
/* 相对定位 */
.pos { position: relative; }
/* 灰色 */
.grays {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
-webkit-filter: grayscale(100%); /* chrome+ */
filter: grayscale(100%); /* 未来浏览器 */
filter: gray; /* ie6-8 */
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);/*ie6-9 */
}
/* 通用容器,定义页面宽度 具有 n, m, w 三个级别 */
.wpn { width: 1180px; margin: 0 auto; } /* 4 列 * 300 */
.wpm { width: 1480px; margin: 0 auto; } /* 5 列 * 300 */
.wpw { width: 1780px; margin: 0 auto; } /* 6 列 * 300 */
.wpf { width: 100%; max-width: 1260px; margin: 0 auto; } /* 4 列 * 300 */ /*实际宽度1180+左右边距各40*/
.wpf-row { width: 93.6507936%; margin: 0 3.1746031%;} /*1180/1260,40/1260*/
.row { width: 100% }
/* 主体内容 */
.ct { display: block; min-height: 530px;}
/* 主体内容 - 带边栏 */
/*.ctn .mn { width: 880px; float: left; }
.ctn .sd { width: 280px; float: right; }*/
.ctn .mn {margin:0 300px 0 0; padding-top: 20px;}
.ctn .sd {position: absolute; right: 280px; top: 0; bottom: 0; }
/* 文本属性:字号、颜色、粗细、正斜 */
/* 字号 */
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f26 { font-size: 26px; }
/* 颜色 */
.b8c5ce { color: #b8c5ce; }
.ff8326 { color: #ff8326; }
/* 粗细 */
.b { font-weight: bold; }
/* 正斜 */
.i { font-style: italic; }
/* 外边距样式,作用于元素的上下外边距,上下各具有 n, m, w 三个级别 */
.mtn { margin-top: 5px !important; }
.mtm { margin-top: 10px !important; }
.mtw { margin-top: 20px !important; }
.mbn { margin-bottom: 5px !important; }
.mbm { margin-bottom: 10px !important; }
.mbw { margin-bottom: 20px !important; }
.mrn { margin-right: 5px !important; }
.mrm { margin-right: 10px !important; }
.mrw { margin-right: 20px !important; }/*20/1180=1.6949152%*/
.mln { margin-left: 5px !important; }
.mlm { margin-left: 10px !important; }
.mlw { margin-left: 20px !important; }
.mtbn { margin: 5px 0 !important; }
.mtbm { margin: 10px 0 !important; }
.mtbw { margin: 20px 0 !important; }
.mlrn { margin: 0 5px !important; }
.mlrm { margin: 0 10px !important; }
.mlrw { margin: 0 20px !important; }
/* 内边距样式,作用于元素的上下内边距,上下各具有 n, m, w 三个级别 */
.ptn { padding-top: 5px !important; }
.ptm { padding-top: 10px !important; }
.ptw { padding-top: 20px !important; }
.pbn { padding-bottom: 5px !important; }
.pbm { padding-bottom: 10px !important; }
.pbw { padding-bottom: 20px !important; }
.ptbn { padding: 5px 0 !important; }
.ptbm { padding: 10px 0 !important; }
.ptbw { padding: 20px 0 !important; }
.plrn { padding: 0 5px !important; }
.plrm { padding: 0 10px !important; }
.plrw { padding: 0 20px !important; }
/* ==== 按钮 Buttons 2015-1-12==== */
.lang-btn {
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
background-color: #3499DA;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #FFF;
border: none;
letter-spacing: 1px;
overflow: hidden;
text-align: center;
border-radius:2px;
}
/* 无背景按钮 */
.lang-cancel{background:0;color:#2d3e50}
/* 取消按钮 */
.lang-btn-none{background:#e4e9ed;color:#2d3e50;}
.lang-btn-none:hover{background:#e4e9ed;color:#2d3e50;}
.lang-btn-c{display:inline-block;position:relative;vertical-align:middle;cursor:pointer;white-space:nowrap;background:#e4e9ed;height:40px;line-height:40px;
font-size:16px;color:#2d3e50;border:0;letter-spacing:1px;overflow:hidden;text-align:center;border-radius:2px}
/* 修改按钮的默认状态 */
.lang-btn:active{outline:0;box-shadow:none}
.lang-btn:focus{border:0;outline:0;box-shadow:none}
.lang-btn:hover{text-decoration:none}
/* 火狐兼容 */
.lang-btn::-moz-focus-inner {border: 0;padding: 0;}
/* 成功 */
.lang-btn-success { background-color: #4a993e; }
/* 错误 */
.lang-btn-eroor { background-color: #b33630; }
/* 不可提交状态 */
.lang-btn-disabled { background-color: #ddd; color: #777; cursor: default; }
/* 展示 */
.lang-btn-show { background-color: #e4e9ed; color: #2d3e50; cursor: default; }
/* 关联 */
.lang-btn-relating { background-color: #b8c5ce; color: #2d3e50; }
/* 按钮文字 */
.lang-btn .lang-btn-content { padding: 0 30px; display: block; }
/* 大的 */
.lang-btn-big .lang-btn-content { padding: 0 45px; }
/* 巨大的 */
.lang-btn-huge { height: 50px; line-height: 50px; }
.lang-btn-huge .lang-btn-content { padding: 0 45px; }
/* 按钮的颜色 */
.lang-btn-col-blue{background:#3499DA;color:#fff;}
.lang-btn-col-blue:hover{background:#3da2e3;color:#fff;}
/* 固定宽度的 */
.lang-btn-fixed-small { width: 100px; }
.lang-btn-fixed-small .lang-btn-content { padding: 0; }
.lang-btn-fixed-big { width: 160px; }
.lang-btn-fixed-big .lang-btn-content { padding: 0; }
.lang-btn-fixed-Large { width: 100%; }
.lang-btn-fixed-Large .lang-btn-content { padding: 0; }
/* 小字号按钮 举报弹出框再用 */
.submit-button{width:80px;height:40px;background:#3499da;color:#fff;font-size:14px;cursor:pointer;line-height:40px;border:0;border-radius:2px}
.submit-button:hover{background:#3da2e3;transition:all .4s ease-in-out 0s}
.submit-button:active{background:#2e93d4}
.mini-button-disabble{width:80px;height:40px;background:#b8c5ce;color:#fff;font-size:14px;cursor:pointer;line-height:40px;border:0;border-radius:2px}
.mini-button-disabble:hover{background:#c8d4db;transition:all .4s ease-in-out 0s}
.mini-button-disabble:active{background:#a9b9c3}
/* 按钮 Buttons END */
/* ==== 表单 Input 框 2015-2-28==== 以前的颜色b8c4ce*/
.lang-input{padding:14px 15px;height:20px;border:#e4e9ed 1px solid;border-radius:2px;background:#fff;color:#5d6d7e;font-size:16px;line-height:20px;box-sizing: content-box;}
.lang-input:focus {
border: 1px solid #3498db;
box-shadow: 0 0 4px rgba(41, 128, 185, 0.4);
}
/* 焦点/成功 */
.lang-input-on, .lang-input-success {
border: #3498db 1px solid;
box-shadow: 0 0 4px rgba(41, 128, 185, 0.4);
color: #34495e;
}
/* 错误 */
.lang-input-error {
border: #fcab2b 1px solid;
box-shadow: 0 0 4px rgba(252, 171, 43, 0.4);
}
/* form 表单固定宽度 */
.w520 { width: 488px; } /* 实际宽度520-内边距左右各15px-边框2 */
.w880 { width: 848px; } /* 实际宽度520-内边距左右各15px-边框2 */
.w580 { width: 548px; } /* 实际宽度520-内边距左右各15px-边框2 */
/* textarea使用 */
.h164 { height: 130px; }
.lh20 { line-height: 24px; }
.lang-must{ position: absolute; right: 11px; color: #FD8335!important; line-height: 50px!important;}
/* 表单 Input 框 END */
/* ====注册输入框 2015-1-12==== */
.login-icon { display: block; height: 40px; width: 100%; border-bottom: #e9ecee 1px solid; margin-top: 30px; }
/* 输入框活动状态/成功 */
.login-on, .login-success { border-bottom: #3498db 1px solid; }
.login-on .log-input, .login-error .log-input, .login-success .log-input { color: #5d6d7e; }
.login-on .iconfont, .login-success .iconfont{color: #3A99D8;}
/* 错误 */
.login-error { border-bottom: #fcab2b 1px solid; }
.login-error .iconfont{ color: #fcab2b;}
/* 登录输入框 */
.log-input { border: none; height: 20px; font-size: 16px; padding: 10px 2.5%; line-height: 20px; color: #b8c4ce; background: #fff; width: 90%;}
/*30/400=7.5%,360/400=90%,10/400=2.5%*/
.log-input-half { border: none; height: 20px; font-size: 16px; padding: 10px 5%; line-height: 20px; color: #b8c4ce; background: #fff; width: 80%;}
/*30/200=15%,160/200=80%,10/200=5%*/
.log-input::-moz-placeholder { color: #b8c4ce;}
.log-input::-ms-input-placeholder { color: #b8c4ce;}
.log-input::-webkit-input-placeholder { color: #b8c4ce;}
.log-input:placeholder { color: #b8c4ce;}
textarea::-moz-placeholder { color: #b8c4ce;}
textarea::-ms-input-placeholder { color: #b8c4ce;}
textarea::-webkit-input-placeholder { color: #b8c4ce;}
textarea:placeholder { color: #b8c4ce;}
/* 注册输入框 end */
/*message 提醒消息*/
#ajax-hook{ position:fixed; top:0; z-index:99999; width:100%;}
.globalInfoTip {z-index: 20; height: 60px;width: 100%;position: relative;cursor: pointer;}
.globalInfoTip p {text-align: center;font-size: 16px;height: 30px;line-height: 30px;padding: 15px 0;color: #FFF;position: relative;}
.globalInfoTip .infoTipBack {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: #3498db;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);opacity: 0.8;filter:alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;}
.msg-bor{border-bottom-color:#e74c3c}
/*字体图标*/
.iconfont, [class^="icon-"], [class*=" icon-"] {
font-family:"iconfont" !important;
font-size:16px;
color: #b8c4ce;
font-style:normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
[id^="xunlei_com"],[id*="xunlei_com"]{
display:none !important;
}
/*网站整体灰色背景*/
body,
.body-gray { background-color: #eff3f5; }
/*部分白色背景*/
.bg-white { background-color: #fff;}
/*认证*/
.icon-certified2{color: #e74c3c;font-size: 14px;}

File diff suppressed because one or more lines are too long

@ -0,0 +1,148 @@
/***normal***/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display:block;
}
audio,canvas,video {
display:inline-block;
}
audio:not([controls]) {
display:none;
height:0;
}
[hidden] {
display:none;
}
html {
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
margin:0;
}
a:focus {
outline:thin dotted;
}
a:active,a:hover {
outline:0;
}
h1 {
font-size:2em;
margin:0.67em 0;
}
abbr[title] {
border-bottom:1px dotted;
}
b,strong {
font-weight:bold;
}
dfn {
font-style:italic;
}
hr {
-moz-box-sizing:content-box;
box-sizing:content-box;
height:0;
}
mark {
background:#ff0;
color:#000;
}
code,kbd,pre,samp {
font-family:monospace,serif;
font-size:1em;
}
pre {
white-space:pre-wrap;
}
q {
quotes:"\201C" "\201D" "\2018" "\2019";
}
small {
font-size:80%;
}
sub,sup {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
}
sup {
top:-0.5em;
}
sub {
bottom:-0.25em;
}
img {
border:0;
}
svg:not(:root) {
overflow:hidden;
}
figure {
margin:0;
}
fieldset {
border:1px solid #c0c0c0;
margin:0 2px;
padding:0.35em 0.625em 0.75em;
}
legend {
border:0;
padding:0;
}
button,input,select,textarea {
font-family:inherit;
font-size:100%;
margin:0;
}
button,input {
line-height:normal;
}
button,select {
text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance:button;
cursor:pointer;
}
button[disabled],html input[disabled] {
cursor:default;
}
input[type="checkbox"],input[type="radio"] {
box-sizing:border-box;
padding:0;
}
input[type="search"] {
-webkit-appearance:textfield;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
overflow:auto;
vertical-align:top;
}
table {
border-collapse:collapse;
border-spacing:0;
}
html,body {
height:100%;
width:100%;
margin:0;
overflow:hidden;
}
#site-landing {
position:relative;
height:100%;
width:100%;
background-image:linear-gradient(to top,#30cfd0 0%,#330867 100%);
}

@ -0,0 +1,342 @@
/***reg**/
@charset "utf-8";
body{
background-color: #3895e8;
}
.form-data{
background-color: #ffffff;
width: 460px;
left: 50%;
margin-left: -230px;
border-radius: 5px;
box-shadow: 0 0 30px rgba(0,0,0,.1);
padding: 65px 0 30px 0;
position: fixed;
top: 15%;
}
.form-data .tel-warn{
position: absolute;
color: #ea5d5f;
font-size: 12px;
right: 0;
top: 22px;
}
.form-data .tel-warn i{
display: inline-block;
vertical-align: middle;
color: #ea5d5f;
font-size: 16px;
margin-top: -3px;
margin-left: 5px;
}
.form-data .p-input,.find_password .p-input{
padding: 5px 0;
height: 44px;
box-sizing: border-box;
border-bottom: 1px solid #e5e5e5;
width: 340px;
margin: 0 auto 16px;
line-height: 14px;
display: block;
}
.form-data .code{
width: 340px;
margin-left: 60px;
}
.form-data .code input{
width: 200px;
}
.form-data .code img{
width: 120px;
position: absolute;
right: 0;
bottom: 2px;
}
.form-data .code .img-err{
right: 120px;
top: 15px
}
.form-data .code a{
display: inline-block;
position: absolute;
width: 80px;
height: 34px;
line-height: 34px;
text-align: center;
color: #000;
left: 320px;
bottom: 0;
}
.form-data .send{
color: #969696;
position: absolute;
right: 0;
top: 24px;
z-index: 10;
}
.form-data .send:hover{
color: #3895e8;
}
.form-data .time{
color: #969696;
position: absolute;
right: 0;
top: 24px;
font-size: 14px;
}
.form-data label,.find_password label{
font-size: 14px;
position: absolute;
display: inline-block;
color: #cacaca;
top: 22px;
}
.form-data input,.find_password input{
outline: none;
border: none;
z-index: 5;
position: absolute;
top: 13px;
width: 340px;
background-color: transparent;
font-size: 20px;
}
input[type=number] {
-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.form-data .head-logo{
position: absolute;
top: -47px;
left: 116px;
}
.reg_checkboxline{
font-size: 14px;
color: #cacaca;
height: 30px;
margin: 20px auto 20px;
line-height: 30px;
width: 340px;
}
.form-data .pass-warn{
width: 400px;
color: #ea5d5f;
font-size: 14px;
margin: 0 auto;
}
.reg_checkboxline p{
line-height: 30px;
padding: 0;
border-bottom: 0;
}
.reg_checkboxline a{
color: #9e9e9e;
}
.reg_checkboxline a:hover{
color: #3895e8;
}
.reg_checkboxline i.boxcol {
background: #3498db;
color: #fff;
}
.icon-ok-sign {
background: #b8c4ce;
border-radius: 2px;
margin-right: 5px;
cursor: pointer;
overflow: hidden;
width: 16px;
height: 16px;
font-size: 12px;
display: block;
margin-top: 7px;
line-height: 16px;
text-align: center;
}
.form-data .lang-btn{
width: 340px;
font-size: 18px;
font-weight: bold;
color: white;
height: 50px;
line-height: 50px;
text-align: center;
margin: 20px auto;
display: block;
border-radius: 5px;
cursor: pointer;
background-color: #42a5f5;
}
.form-data .lang-btn.off{
color: #a0a0a0;
background-color: #e5e5e5;
}
.bottom-info{
width: 400px;
line-height: 18px;
font-size: 14px;
color: #cacaca;
margin: 0 auto 30px;
text-align: center;
}
.bottom-info a{
color: #42a5f5;
}
.form-data .error{
color: #ea5d5f;
font-size: 14px;
top: -5px;
right: 0;
position: absolute;
}
.form-data .r-forget{
width: 340px;
margin: 0 auto;
}
.form-data .r-forget a{
font-size: 12px;
color: #8d8d8d;
}
.form-data .r-forget a:hover{
color: #3895e8;
}
.form-data .third-party{
width: 400px;
margin: 0 auto;
display: flex;
justify-content: space-around;
}
.form-data .third-party .icon-qq-round{
font-size: 40px;
color: #e5e5e5;
display: inline-block;
vertical-align: middle;
}
.form-data .third-party .icon-qq-round:hover{
color: #42a5f5;
}
.form-data .third-party .icon-weixin:hover{
color: #0fccbc;
}
.form-data .third-party .icon-sina1:hover{
color: #da2a2e;
}
.form-data .third-party .icon-weixin{
font-size: 40px;
color: #e5e5e5;
display: inline-block;
vertical-align: middle;
}
.form-data .third-party .icon-sina1{
font-size: 36px;
color: #e5e5e5;
display: inline-block;
vertical-align: middle;
}
.form-data .change-login{
width: 400px;
margin: 0 auto 10px;
display: flex;
justify-content: space-around;
font-size: 14px;
color: #cacaca;
}
.form-data .change-login p{
cursor: pointer;
}
.form-data .change-login p.on{
color: #76b9f7;
}
.find_password{
background-color: #ffffff;
width: 460px;
border-radius: 5px;
box-shadow: 0 0 30px rgba(0,0,0,.1);
padding: 30px 0;
left: 50%;
margin-left: -230px;
position: fixed;
top: 15%;
z-index: -100;
opacity: 0;
}
.find_password h4{
font-size: 18px;
color: #42a5f5;
text-align: center;
width: 400px;
margin: 0 auto;
}
.find_password .right_now{
width: 380px;
text-align: right;
margin: 20px auto 30px;
font-size: 12px;
color: #cacaca;
}
.find_password .right_now a{
color: #42a5f5;
}
.find_password .pc-very,.find_password .pc-code{
display: none;
}
.find_password .very2{
font-size: 14px;
position: absolute;
display: inline-block;
color: #cacaca;
top: 14px;
right: 0;
}
#pc_reset,#pc_reset2{
width: 280px;
}
.pc_reset span{
display: inline-block;
font-size: 14px;
position: absolute;
/* color: #cacaca; */
top: 14px;
right: 0;
}
.error-tip{
position: absolute;
right: 0;
top: 15px;
color: #ea5d5f;
font-size: 14px;
/* width: 400px; */
margin: 0 auto;
display: none;
}
.find_password .jihuo_email{
width: 400px;
text-align: center;
font-size: 14px;
color: #8d8d8d;
margin: 0 auto;
}
.find_password .again{
width: 400px;
color: #cacaca;
font-size: 12px;
text-align: center;
margin: 0 auto;
}
.find_password .again a{
color: #42a5f5;
}
.wrap .right{
position: absolute;
width: 1180px;
bottom: -80px;
text-align: center;
line-height: 40px;
left: 50%;
margin-left: -590px;
color: rgba(0,0,0,.3);
}

@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>用户登录</title>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="网站关键词">
<meta name="Description" content="网站介绍">
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.ac.cn/clever-login/clever-login_base.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.ac.cn/clever-login/clever-login_icon.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.ac.cn/clever-login/clever-login_normal.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.ac.cn/clever-login/clever-login_reg.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.yimian.ac.cn/easyVer/easyVer.min.css">
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
<script type="text/javascript">ip=returnCitySN.cip</script>
<script src="https://cdn.bootcss.com/device.js/0.2.7/device.min.js"></script>
</head>
<body>
<script type="text/javascript">if(device.mobile()){document.body.style.zoom="0.8";}</script>
<div id="site-landing"></div>
<div class="wrap">
<div class="wpn">
<div class="form-data pos login">
<a href="https://www.yimian.xyz"><img src="https://cn.yimian.xyz/etc/img/logo/logo.png" class="head-logo"></a>
<form name="form">
<p class="p-input pos">
<label for="tel">手机号</label>
<input type="number" id="tel" autocomplete="off" name="tel">
<span class="tel-warn tel-err hide"><em></em><i class="icon-warn"></i></span>
</p>
<p class="p-input pos" id="sendcode">
<label for="veri-code">输入验证码</label>
<input type="number" id="veri-code" name="code">
<a href="javascript:;" class="send">发送验证码</a>
<span class="time hide"><em>120</em>s</span>
<span class="error hide"><em></em><i class="icon-warn" style="margin-left: 5px"></i></span>
</p>
<div class="reg_checkboxline pos">
<span class="z"><i class="icon-ok-sign boxcol" nullmsg=""></i></span>
<input type="hidden" name="agree" value="1">
<div class="Validform_checktip"></div>
<p>朕要霸占此设备 x_x <a href="javascript:alert('为了保护你的隐私,小站目前仅支持一台设备绑定一个账号Σ(・ω・ノ)ノ')">好迷茫,戳我~</a></p>
</div>
</form>
<button class="lang-btn log-btn" >登录/注册</button>
<p class="right">Powered by <a href="https://hhcandy.me">hhCandy</a>© 2018</p>
</div>
<div class="form-data find_password">
<h4>您的称呼</h4>
<form name="form">
<p class="p-input pos">
<label for="pc_tel">我该怎样呼唤你呢 ヽ(〃∀〃)ノ</label>
<input type="text" id="pc_tel" name="name">
<span class="tel-warn pc_tel-err hide"><em>最多12个字哦ヽ(•̀ω•́ )ゝ</em><i class="icon-warn"></i></span>
</p>
</form>
<button class="lang-btn next">让我们开始吧 ๑乛◡乛๑</button>
<p class="right">Powered by <a href="https://hhcandy.me">hhCandy</a>© 2018</p>
</div>
</div>
</div>
<div class="verBox"></div>
<script type="text/javascript" src="https://cdn.yimian.ac.cn/clever-login/polygonizr.min.js"></script>
<script type="text/javascript">$('#site-landing').polygonizr();</script>
<script type="text/javascript" src="https://cdn.yimian.ac.cn/clever-login/clever-login.min.js"></script>
<script type="text/javascript" src="https://cdn.yimian.ac.cn/easyVer/easyVer.min.js"></script>
<script type="text/javascript" src="https://cdn.yimian.ac.cn/fp/fp.js"></script>
</body>
</html>
Loading…
Cancel
Save