首页 > web前端 > html教程 > 看下这个按钮是怎么做的呢?_html/css_WEB-ITnose

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

WBOY
发布: 2016-06-21 09:15:14
原创
899 人浏览过


          



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


回复讨论(解决方案)

<!doctype html><html lang="en"><head>	<meta charset="UTF-8">	<title>页面名称</title><style type="text/css">.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;}</style></head><body><div class="ad">按钮</div></body></html>
登录后复制
登录后复制
登录后复制

<!doctype html><html lang="en"><head>	<meta charset="UTF-8">	<title>页面名称</title><style type="text/css">.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;}</style></head><body><div class="ad">按钮</div></body></html>
登录后复制
登录后复制
登录后复制




哇塞! 你也太牛了。

<!doctype html><html lang="en"><head>	<meta charset="UTF-8">	<title>页面名称</title><style type="text/css">.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;}</style></head><body><div class="ad">按钮</div></body></html>
登录后复制
登录后复制
登录后复制



谢谢你!对我很有用~
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板