当前位置: 移动技术网 > IT编程>网页制作>CSS > Bootstrap 按钮颜色

Bootstrap 按钮颜色

2019年01月04日  | 移动技术网IT编程  | 我要评论

 

上述按钮css规则

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

  

上述按钮css颜色对应样式依次为

#ffffff
#428bca
#5cb85c
#5bc0de
#f0ad4e
#d9534f

 

 

未完待续......

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网