<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>京东-欢迎登录</title>
<link rel="icon" type="image/icon" href="img/jd_logo.ico"/>
<style type="text/css">
*{margin: 0;padding: 0;}
#div1{float: inline-block;position: fixed;left: 150px;}
#div2{float: inline-block;position: fixed;left: 350px;top: 20px;}
#div3{float:inline-block;position: fixed;top:50px;right: 200px;font-size: 12px;}
#div4{width: 300px;height: 300px;background-color: white;position: relative;left: 850px;top: 50px;}
</style>
</head>
<body>
<div id="" style="width: 100%;height: 70px;background-color: white;">
<div id="div1">
<img src="img/logo.png"/>
</div>
<div id="div2">
<font style="font-size: 25px;height: 20px;">欢迎登录</font>
</div>
<div id="div3">
<img src="img/q-icon.png"/>
<a href="https://surveys.jd.com/index.php?r=survey/index/sid/568245/lang/zh-Hans">登录页面,调查问卷</a>
</div>
</div>
<div id="" style="width: 100%;background-color: wheat;font-size: 12px;padding: 8px;" >
<p align="center"><img src="img/xx.png"/>
<font>依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证! 新版 <a href="https://about.jd.com/privacy/">《京东隐私政策》</a>
已上线,将更有利于保护您的个人隐私。</font></p>
</div>
<div id="" style="background:url(./img/bg.png) no-repeat 100% 100%;height: 475px;">
<div id="div4">
<font>账号</font>
<input type="text" name="" id="" value="" />
</div>
</div>
<div id="">
</div>
<div id="">
</div>
</body>
</html>