以图片作为input.submit a button的背景

.btSubmit{
	background:url('images/6030.png') no-repeat;
	display:inline-block; 
	60px;     /*图片长宽*/
	height:30px; 
	line-height:30px;
	color:#fff;     /*蓝底白字*/
	text-align:center;
	border:0px;     /*input 去边,无阴影*/
}

  

原文地址:https://www.cnblogs.com/frostbelt/p/2396415.html