<!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 >登錄頁面,調(diào)查問卷</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>依據(jù)《網(wǎng)絡(luò)安全法》佃迄,為保障您的賬戶安全和正常使用,請(qǐng)盡快完成手機(jī)號(hào)驗(yàn)證! 新版 <a >《京東隱私政策》</a>
已上線,將更有利于保護(hù)您的個(gè)人隱私辉阶。</font></p>
</div>
<div id="" style="background:url(./img/bg.png) no-repeat 100% 100%;height: 475px;">
<div id="div4">
<font>賬號(hào)</font>
<input type="text" name="" id="" value="" />
</div>
</div>
<div id="">
</div>
<div id="">
</div>
</body>
</html>