4.2京东登陆界面上部分

4.2京东登陆界面上部分

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>京东-欢迎登录</title>
		<link rel="icon" href="//www.jd.com/favicon.ico"/><!--显示网站的图标  JD-->
		<style type="text/css">
			*{
				margin: 0px;
				padding: 0px;
			}
			/*对jd页面的头部信息进行设置*/
			#jd_header{
				/*border: 1px solid red;*/
				height: 100px;
			}
			  .header_img1{
			  	  margin-top: 30px;
			  	  margin-left: 150px;
			  }
			  .header_img2{
			  	  margin-left: 30px;
			  }
			  .header_img3{
			  	  position: relative;
			  	  top: 70px;
			  	  left: 50px;
			  }
			  .header_a1{
			  	 font-size: 10px;
			  	 color: #999999;
			  	 text-decoration: none;
			  	 position: relative;
			  	 top:67px ;
			  	 left: 50px;
			  }
			  #header_right a:hover{
			  	  color: red;
			  	  text-decoration: underline;
			  }
			  #header_right{
			  	/*border: 1px solid blue;*/
			  	height:100px ;
			  	width: 400px;
			  	float: right;
			  }
			/*敬告信息*/
			#jd_tips{
				background: #FFF8F0;
				height: 40px;
			}
			  #jd_tips p{
			  	 color: #999999;
			  	 font-size: 10px;
			  }
			  .tips_img{
			  	 position: relative;
			  	 top: 15px;
			  	 left: 200px;
			  }
			  .tips_content{
			  	 position: relative;
			  	 left: 222px;
			  	 bottom: 6px;
			  }
			   p a{
			   	 color: black;
			   	 text-decoration: none;
			   }
			   p a:hover{
			   	  text-decoration: underline;
			   }
			/*京东页面中间信息部分*/
			#login{
				height: 475px;
				/*该div的背景图片*/
				background-image: url(img/a21e2dac177aa082.jpg);
				background-repeat: no-repeat;
				background-position: center;
				/*background-size: 100% 475px;*/
				background-color: #0E0D09;
			}
			   #login_div1{
			   	   width: 345px;
			   	   height: 400px;
			   	   background: white;
			   	   float: right;
			   	   position: relative;
			   	   top: 15px;
			   	   right: 120px;
			   }
			   #login_tips{
			   	   height: 60px;
			   	   background:#FFF8F0 ;
			   }
			     .login_img1{
			     	 position: relative;
			     	 top: 20px;
			     	 left: 30px;
			     }
			     #login_tips span{
			     	font-size: 10px;
			     	color: #999999;
			     	position: relative;
			     	top: 17px;
			     	left: 30px;
			     }
			       table{
			       	  text-align: center;
			       }
			       tr{
			       	  height: 53px;
			       }
			       td{
			       	  width: 95px;
			       }
			    .table_a1{
			    	color: black;
			    	font-size: 18px;
			    	text-decoration: none;
			    }
			    .table_a2{
			    	color: red;
			    	font-size: 20px;
			    	text-decoration: none;
			    }
			    .table_img1{
			    	position: absolute;
			    	top: 125px;
			    	left: 10px;
			    }
			     .table_img2{
			    	position: absolute;
			    	top: 180px;
			    	left: 10px;
			    }
			    #table_input1{
			    	width: 250px;
			    	height: 35px;
			    	position: absolute;
			    	top: 127px;
			    	left: 52px;
			    }
			    #table_input2{
			    	width: 250px;
			    	height: 35px;
			    	position: absolute;
			    	top: 180px;
			    	left: 52px;
			    }
			    .table_a3{
			    	font-size: 10px;
			    	color: #999999;
			    	text-decoration: none;
			    }
			      #aaa a:hover{
			      	  color: red;
			      	  text-decoration: underline;
			      }
			    #table_input3{
			       width: 305px;
			       height: 35px;
			       background: #E4393C;
			       color: white;
			       font-size: 18px;
			    }
			.table_img3{
				position: absolute;
				top: 350px;
				left: 10px;
			}
			.table_a4{
				color: #999999;
				font-size: 12px;
				text-decoration: none;
				position: absolute;
				top:355px ;
				left: 40px;
			}
			#a4 a:hover{
				color: red;
				text-decoration: underline;
			}
			.table_img4{
				position: absolute;
				top: 353px;
				left: 90px;
			}
			.table_a5{
				color: #999999;
				font-size: 12px;
				text-decoration: none;
				position: absolute;
				top:355px ;
				left: 120px;
			}
			#a5 a:hover{
				color: red;
				text-decoration: underline;
			}
			.table_img5{
				position: absolute;
				top: 353px;
				left: 200px;
			}
			.table_a6{
				color: red;
				font-size: 16px;
				text-decoration: none;
				position: absolute;
				top:352px ;
				left: 220px;
			}
			    
		</style>
	</head>
	<body>
		<!--1.header头信息部分-->
		<div id="jd_header">
			<!--两个图片-->
			<img class="header_img1" src="img/logo-201305-b.png" />
			<img class="header_img2" src="img/l-icon.png" />
			<!--嵌套一个div-->
			<div id="header_right">
				<img class="header_img3" src="img/q-icon.png" />
				<a class="header_a1" href="#">登录页面,调查问卷</a>
			</div>
		</div>
		<!--2.敬告信息-->
		<div id="jd_tips">
			<img class="tips_img" src="img/icon-tips.png" />
			<p class="tips_content">
				依据《网络安全法》,为保障您的账户安全和正常使用,请尽快完成手机号验证! 新版<a href="#"><b>《京东隐私政策》</b></a>已上线,将更有利于保护您的个人隐私。
			</p>
		</div>
		<!--3.中间内容部分-->
		<div id="login">
			<!--嵌套div   存放:登录信息-->
			<div id="login_div1">
				<!--增加一个div  存放:敬告信息-->
				<div id="login_tips">
					<img class="login_img1" src="img/icon-tips.png" />
					<span>
						京东不会以任何理由要求您转账汇款,谨防诈骗。
					</span>
				</div>
				<!--table标签-->
				<table>
					<tr>
						<td colspan="2">
							<a class="table_a1" href="#"><strong>扫码登录</strong></a>
						</td>
						<td colspan="2">
							<a class="table_a2"  href="#"><strong>账号登录</strong></a>
						</td>
						
					</tr>
					<tr>
						<td colspan="4">
							<img class="table_img1" src="img/account.png" />
							<input type="text" name="" id="table_input1" placeholder="邮箱/用户名/手机号" />
						</td>
						
					</tr>
					<tr>
						<td colspan="4">
							<img class="table_img2" src="img/lock.png" />
							<input type="password" name="" id="table_input2" placeholder="密码" />
						</td>
					</tr>
					<tr>
						<td></td>
						<td></td>
						<td></td>
						<td id="aaa">
							<a class="table_a3" href="#">忘记密码</a>
						</td>
					</tr>
					<tr>
						<td colspan="4">
							<input type="button" name="" id="table_input3" value="&nbsp;&nbsp;&nbsp;" />
						</td>
					</tr>
					<tr>
						<td id="a4">
							<img class="table_img3" src="img/qq.png" />
							<a class="table_a4" href="#">QQ</a>
						</td>
						<td id="a5">
							<img class="table_img4" src="img/weixin.png" />
							<a class="table_a5" href="#">微信</a>
						</td>
						<td colspan="2">
							<img class="table_img5" src="img/jiantou.png"  />
							<a class="table_a6" href="#">立即注册</a>
						</td>
					</tr>
				</table>
			</div>
		</div>
	</body>
</html>
  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值