CSS

CSS
.input-group{
	margin:10px 10px 0 10px;
	text-align: center;
}
.input{
	width:380px;
	height:40px;
	padding:0px 10px;
	box-sizing: border-box;
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	transition: all .5s;
}
.input:focus{
	border-color: rgb(58, 179, 255);
	box-shadow: 0 0 10px rgba(58, 179, 255,0.5);
}
.btn-sm{
	width: 58px;
	height: 28px;
	line-height: 28px;
	font-size: 0.9em;
}
.btn{
	width:78px;
	height:38px;
	box-sizing:border-box;
	border:1px solid rgba(0,0,0,0.2);
	line-height:38px;
	text-align:center;
	cursor:pointer;
	transition:opacity .5s;
}		

.btn-primary{
	color:#fff;
	background-color:#0e90d2;
	border-color: #0e90d2;
}

.btn-primary:hover,
.btn-success:hover,
.btn-error:hover,
.btn-second:hover
{
	opacity: 0.8;
}

.btn-success{
	color:#fff;
	background-color: #5eb95e;
	border-color: #5eb95e;
}

.btn-second{
	color:#fff;
	background-color:#3bb4f2;
	border-color:#3bb4f2;
}

.btn-error{
	color:#fff;
	background-color:#dd514c ;
	border-color:#dd514c;
}

.btn-cord{
	border-radius: 5px;
}

.icheck{
	position: relative;
	margin:0 auto;
	display: inline-block;
	width:58px;
	height: 22px;
	line-height: 22px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 13px;
	cursor:pointer;
	overflow: hidden;
}

.thumb{
	position: absolute;
	left:1px;
	top:1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
}

.icheck-label{
	position:absolute;
	margin-left:20px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
}

::-webkit-input-placeholder{
	color:rgba(0,0,0,0.2);
}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值