css Bootstrap 3按钮有透明背景
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Bootstrap 3按钮有透明背景相关的知识,希望对你有一定的参考价值。
/**
* Tested on Bootstrap 3.3.2
* Usage: <button class="btn btn-transparent" type="button">Click me</button>
*/
.btn-transparent {
background: transparent;
color: #F2F2F2;
-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
-o-transition: background .2s ease-in-out, border .2s ease-in-out;
transition: background .2s ease-in-out, border .2s ease-in-out;
border: 2px solid #4992B7;
}
.btn-transparent:hover {
color: white;
background-color: rgba(255,255,255,0.2);
}
以上是关于css Bootstrap 3按钮有透明背景的主要内容,如果未能解决你的问题,请参考以下文章
使用 CSS 更改 Twitter Bootstrap 中按钮的背景颜色
Bootstrap 4 模态不透明度
css Bootstrap 3透明和全屏模态
css Bootstrap 3透明和全屏模态
如何使用 HTML 和 CSS 设置唯一透明的背景图像?
第 3 表格和按钮