博主信息
博文 28
粉丝 1
评论 0
访问量 21557
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
2019.4.26作业
关超的博客
原创
759人浏览过
<!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">
	.loginForm{ width:350px; height:300px; border:1px dotted #ff6700; position:absolute;top:50%; left:50%; 
	            margin-top:-150px; margin-left:-175px;}
	.form1{ width:250px; height:200px; margin:80px auto ; text-align:center}
</style>
</head>

<body>
<div class="loginForm">
	<form action="#" method="post" class="form1">
		用户名  	<input type="text" placeholder="请输入用户名" /><br />
        密码		<input type="password" placeholder="请输入密码" /><br />
        <button  type="button" >登陆</button><br />
    </form>
</div>
</body>
</html>
<!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>固定定位实现QQ客服</title>
<style type="text/css">
	.qqkefu{ width:200px;height:140px; background-color:#fff; position:fixed; right:0; top:50%;}
	p{ margin:18px auto; text-align:center}
	#xx{float:right}
</style>
<script>

</script>
</head>

<body style="background-color:#ccc">
<div class="qqkefu">
	<button style="font-size:1em; border:none; color:#fff; background-color:red;" id="xx" onclick="this.parentNode.style.display='none'">X</button>
    <p>服务***:400-000-000</p>
    <p>客服qq:123456</p>
    <button style="border:1px solid red; background-color:#fff; margin:5px 50px;">点击咨询</button>
</div>
</body>
</html>


本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
作者最新博文
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学