> 웹 프론트엔드 > HTML 튜토리얼 > 看下这个按钮是怎么做的呢?_html/css_WEB-ITnose

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

WBOY
풀어 주다: 2016-06-21 09:15:14
원래의
898명이 탐색했습니다.


          



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


回复讨论(解决方案)

<!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으로 문의하세요.
최신 이슈
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿