首页 > 其他 > 详细

a标签按钮样式

时间:2015-04-30 12:06:02      阅读:579      评论:0      收藏:0      [点我收藏+]

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>


a {
display:inline-block;
margin:0px 0px 5px 5px;
padding:6px 8px;
font-size:14px;
outline:none;
text-align:center;
width:50px;
line-height:30px;
cursor: pointer;
}

a.btn_a:hover {
color:white;
background-color:rgba(0,64,156,.8);
}
a.btn_b:hover {
color:white;
background-color:rgba(255,0,0,.8);
}

 

</style>
</head>
<body>
<div>

<a class="btn_a">回复</a>


<br/><br/><br/>


<a class="btn_b">删除</a>

 

</div>

</body>
</html>

a标签按钮样式

原文:http://www.cnblogs.com/firstForEver/p/4468403.html

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