首页 > Web开发 > 详细

默认css修改

时间:2018-04-22 11:39:36      阅读:207      评论:0      收藏:0      [点我收藏+]
input--------------------------------------------------
.input-item input{
width: 100%;
height: 60px;
border-radius: 10px;
box-shadow:0px 8px 32px 0 rgba(132,148,194,0.28) ;
border: 0;
padding:0 20px;
border: 2px solid transparent;

}
.input-item input[type=text]:focus, input[type=password]:focus {
border: 2px solid #1A33D5;
}
.input-item input{outline:none}
.login-sotr label{
color: #666;
font-size: 12px;
}
单选--------------------------------------------------
.login-sotr input[type="radio"] {
width: 16px;
height: 16px;
margin-top: 0;
}

默认css修改

原文:https://www.cnblogs.com/dianzan/p/8905729.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!