好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

看下这个按钮是怎么做的呢?_html/css_WEB-ITnose

这是一个普通的输入框提交按钮,鼠标移动上去颜色就变得 更深了,是怎么实现的?换背景色还是换图片? 还有就是 圆角怎么做的呢? 有空的大神跟我说说呗~ 感觉这个按钮好漂亮啊~~


回复讨论(解决方案)

   	 	 页面名称  .ad { 	width: 70px;	height: 30px;	text-align: center;	font-size: 16px;	line-height: 30px;	color: #fff;	background-color: #279ef5;	border-radius: 5px;	cursor:default;}.ad:hover {	background-color: #0a7dd3;}.ad:active {	color: #ff0000;	background-color: #61b8f8;}   

按钮

查看更多关于看下这个按钮是怎么做的呢?_html/css_WEB-ITnose的详细内容...

  阅读:25次