Web前端案例_QQ登录界面实现

本文介绍了一个简单的Web前端案例,通过使用HTML和CSS实现了一个模仿QQ登录界面的设计。该案例包括了基本的表单元素和样式设计,适用于初学者学习。

Web前端案例_QQ登录界面实现


这篇写一个关于web前端的实现案例。


1.目的:利用div+css实现网页版QQ登录前端界面


2.分析:简单的一个前端界面,各种标签的混用以及css的设计


3.代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
#d1{
	/*设置登录区域的大小、边框线、边框颜色*/
	width:300px;
	height:350px;
	border:3px solid #FC3;
	
	/*调整位置*/
	position:fixed;
	top:100px;
	left:500px;
	
	/*背景*/
	background-image:url(1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#f1{
	position:relative;
	top:120px;
	left:60px;
}
#d2{
	margin:15px;
	height:50px;
}
#d3{
	margin:15px;
}
#in1{
	background-image:url(head.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:28px;
	text-indent:30px;
}
#in2{
	background-image:url(key.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:20px;
	text-indent:30px;
}
#in3{
	position:relative;
	left:30px;
}
#in4{
	position:relative;
	left:60px;
}
</style>
</head>

<body>
<div id="d1">
	<form action="" method="post" id="f1">
    	<div id="d2">
        用户名:<input type="text" name="username" id="in1"/><br />
        </div>
        <div id="d3">
        密   码:<input type="password" name="password" id="in2"/><br />
        </div>
        <div id="d4">
        	<input type="submit" value="登录" name="login" id="in3" />
            <input type="submit" value="注册" name="rigist" id="in4" />
        </div>      
    </form>
</div>
</body>
</html>


4.结果:




评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值