jquery实现账号密码短信验证码二维码扫码三种登录表单页面
代码语言:html
所属分类:表单美化
代码描述:jquery实现账号密码短信验证码二维码扫码三种登录表单页面
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
* {
margin: 0px;
padding: 0px;
text-decoration: none;
list-style: none;
outline: none;
box-sizing: border-box;
}
.body {
background: url(//repo.bfw.wiki/bfwrepo/image/61923f261c983.png) no-repeat;
width: 100vw;
height: 100vh;
overflow: hidden;
background-size: 100% 100%;
position: absolute;
}
.logo {
height: 45px;
margin: 20px 40px;
font-size: 30px;
color: white;
}
.img_l {
position: fixed;
width: 40%;
top: 25%;
left: 15%;
}
.body_count {
width: 340px;
position: fixed;
top: 20%;
left: 65%;
}
.body_count_top {
width: 100%;
text-align: center;
color: white;
font-size: 22px;
font-weight: bold;
letter-spacing: 8px;
}
.login_count {
width: 340px;
height: 380px;
padding: 10px;
background-color: white;
border-radius: 10px;
box-shadow: 0px 0px 15px #2aa2a3;
margin-top: 20px;
}
.login_count_a {
width: 100%;
}
.login_count_a_l {
width: 100%;
display: inline-flex;
align-items: center;
justify-content: flex-end;
}
.icon_e {
height: 18px;
}
.login_a_l_t {
color: white;
font-size: 12px;
padding: 3px;
background: linear-gradient(to right, #40E4E5, #cf27f9);
}
.triangle {
float: left;
width: 0;
height: 0;
border-width: 11px;
border-style: solid;
border-color: transparent #3EE1E2 transparent transparent;
transform: rotate(180deg);
}
#all {
width: 80%;
margin: 50px auto 0px;
}
#option {
width: 100%;
height: 40px;
line-height: 40px;
border-radius: 20px;
border: 1px solid #ceffff;
margin-bottom: 40px;
}
#option li {
float: left;
text-align: center;
width: 50%;
/*background: white;*/
height: 38px;
cursor: pointer;
color: #4f4f4f;
font-size: 16px;
border-radius: 20px;
font-weight: bold;
}
#option.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0