首頁 > 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
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板