console
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="topbar">
<img class="logo" src="https://pic3.zhimg.com/v2-5168466fe646e947f633ff7a9667c56e_b.png" >
<span class="suggestion"><img src="https://pic4.zhimg.com/v2-be1b83d92162afbf285d4e647cf8ccb3_b.png">登录页面"改进建议</span>
</div>
<div class="box-main">
<div class="box-login">
<p class="icon-qrcode"><img src="https://pic2.zhimg.com/v2-cee140ecc0943cd44cc4fd073962ef1d_b.png"></p>
<p class="tip-qrcode">扫码登陆更安全</p>
<div class="form-login">
<p class="login-series1">密码登录 短信登录</p>
<p class="login-account"><img src="https://pic4.zhimg.com/v2-d100125baea56389efa92144b2495863_b.png"><input placeholder="会员名/邮箱/手机号"></p>
<p class="login-password"><img src="https://pic1.zhimg.com/v2-d7b381b7e2e146b114e2804e0470a0bc_b.png"><input placeholder="请输入登录密码"></p>
<p><button>登录</button></p>
<p class="login-series2"><img src="https://pic4.zhimg.com/v2-dc8e0755b8bb07282d88194dafdbe30f_b.png">微博登录 <img src="https://pic3.zhimg.com/v2-a740935645f24acd132b6749afd0bf02_b.png">支付宝登录</p>
<p class="forget-series">忘记密码 忘记用户名 免费注册</p>
</div>
</div>
</div>
<div class="footer">
<p>阿里巴巴集团 阿里巴巴国际站</p>
<p>阿里巴巴集团 阿里巴巴国际站</p>
<p>阿里巴巴集团 阿里巴巴国际站</p>
<p>阿里巴巴集团 阿里巴巴国际站</p>
<p>阿里巴巴集团 阿里巴巴国际站</p>
<p>阿里巴巴集团 阿里巴巴国际站</p>
</div>
</body>
</html>
body {
background: #fff;
}
input {
width: 300px;
box-sizing: border-box;
height: 40px;
border: 1px solid #f1eeee;
}
button {
width: 300px;
height: 43px;
background: #ff4700;
border: 0;
color: #fff;
}
.forget-series {
text-align: right;
}
.box-login {
background: #e9e9f2;
width: 350px;
height: 350px;
position: absolute;
left: 790px;
top: 120px;
padding-top: 25px;
}
.form-login {
width: 300px;
margin: auto;
}
.box-main {
width: 1200px;
height: 600px;
background: #1f1e7b;
position: relative;
margin: auto;
}
.topbar {
width: 1200px;
height: 88px;
position: relative;
margin: auto;
background: #fff;
}
.footer {
width: 1200px;
margin: auto;
background: #fff;
}
.logo {
width: 110px;
height: 54px;
position: absolute;
top: 12px;
left: 0;
}
.suggestion {
position: absolute;
right: 0;
top: 36px;
font-size: 12px;
display: flex;
align-items: center;
}
.login-series2 {
display: flex;
align-items: center;
}
.suggestion img,
.login-series2 img {
margin-right: 6px;
}
.login-series2 img:nth-child(2) {
margin-left: 6px;
}
.login-account,
.login-password {
display: flex;
}
.login-account img,
.login-password img {
width: 40px;
height: 40px;
}
.login-account input,
.login-password input {
padding: 0 6px;
}
.box-login {
position: relative;
}
.icon-qrcode {
width: 53px;
height: 53px;
position: absolute;
right: 5px;
top: 2px;
margin: 0;
}
.tip-qrcode {
position: absolute;
right: 58px;
top: 5px;
width: 112px;
height: 28px;
display: flex;
align-items: center;
color: #ff9000;
font-size: 12px;
padding: 0 12px;
box-sizing: border-box;
background: url(https://pic2.zhimg.com/v2-2743c1f2643881df651db374086c76f1_b.png) no-repeat 0 0;
margin: 0;
}