欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Bootstrap 按钮颜色

程序员文章站 2022-10-04 17:04:03
上述按钮CSS规则 上述按钮CSS颜色对应样式依次为 未完待续...... ......

 

Bootstrap 按钮颜色

上述按钮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

 

 

未完待续......