用户登录
用户注册

分享至

简化的EasyUI带图标按钮

  • 作者: 亖呉?盀
  • 来源: 51数据库
  • 2022-09-21
<html>
<head>
<style type="text/css">
	a.l-btn span.l-btn-left{
		display:inline-block;
		background:url('button_span_bg.gif') no-repeat top left;
		padding:4px 0px 4px 18px;
		line-height:16px;
		height:16px;
	}
	a.l-btn{
		color:#444;
		background:url('button_a_bg.gif') no-repeat top right;
		font-size:12px;
		text-decoration:none;
		display:inline-block;
		zoom:1;
		height:24px;
		padding-right:18px;
		cursor:pointer;
		outline:none;
	}
	a.l-btn-plain span.l-btn-left{
		background:transparent;
		padding-left:5px;
	}
	a.l-btn span span.l-btn-text{
		display:inline-block;
		height:16px;
		line-height:16px;
		padding:0px;
	}
	.icon-add{
		background:url('edit_add.png') no-repeat;
	}
</style>
</head>
<body>
	<a  href="#">
		<span >
			<span  >Add</span>
		</span>
	</a>
</body>
</html>
软件
前端设计
程序设计
Java相关