CSS CSS:带圆角和渐变背景的输入按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS CSS:带圆角和渐变背景的输入按钮相关的知识,希望对你有一定的参考价值。

.button {
	padding: 5px 10px;
	background: #2664cf;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	display: block;
	cursor: pointer
	}
.button {
	border: 1px solid #4cadfc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
	}
.button {
	background: -webkit-gradient(linear, left top, left bottom, from(#0a8ffe), to(#2b5cc6));
	background: -moz-linear-gradient(top, #0a8ffe, #2b5cc6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a8ffe', endColorstr='#2b5cc6')
	}



<input type="submit" value="Submit" class="button" />

以上是关于CSS CSS:带圆角和渐变背景的输入按钮的主要内容,如果未能解决你的问题,请参考以下文章

CSS 纯CSS按钮,圆角,渐变和阴影

巧妙实现带圆角的渐变边框

巧妙实现带圆角的渐变边框

带偏移的 CSS 背景渐变

使用 CSS 轻松实现一些高频出现的奇形怪状按钮

怎样用div实现带百分百环形进度条