码迷,mamicode.com
首页 > 其他好文 > 详细

登陆界面大体

时间:2017-10-09 13:14:34      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:login   :hover   ref   type   ack   style   height   bsp   ora   

<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>

 

登陆界面大体

标签:login   :hover   ref   type   ack   style   height   bsp   ora   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!