PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

[Bootstrap]全局样式(四)_html/css_WEB-ITnose

原创
2016-06-24 11:20:15 1024浏览

按钮

1、基本类.btn

{display/padding/margin-bottom/font-size/border-radius/border}

作用于

2、预定义样式.btn-default .btn-primary .btn-success .btn-info .btn-warning .btn-danger .btn-link {color/background-color/border-color}

3、尺寸 .btn-lg .btn-md .btn-sm .btn-xs {padding/font-size/line-height/border-radius} .btn-block {display/width}

4、激活状态 .active {background-color/border-color/box-shadow}

5、禁用状态 disabled属性/.disabled {cursor/opcity}

图片

1、响应式 .img-responsive {max-width/height/display}

2、居中 .center-block {display/margin-left/margin-right}

3、形状 .img-rounded .img-circle {border-radius} .img-thumbnail {display/padding/background/border/border-radius}

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。