首页 > 其他 > 详细

登陆界面大体

时间:2017-10-09 12:52:40      阅读:238      评论:0      收藏:0      [点我收藏+]

<html>
<head>
<style type="text/css">
#login{
width: 300px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -150px;
margin-top: -100px;
background: #BABABA;
}
a{
text-decoration:none;
color:#f0000f;
}
a:hover{
position: relative;
left: 1px;
top: 1px;
cursor:pointer;
}
</style>
</head>

<body>
<div id="login"><a href="#">登陆123</a></div>
</body>

</html>

 

登陆界面大体

原文:http://www.cnblogs.com/meiqiyuanzi/p/7640497.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!