html – 使Bootstrap按钮透明

前端之家收集整理的这篇文章主要介绍了html – 使Bootstrap按钮透明前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何让我的按钮透明?我一直试图使用.btn-transparent,但似乎无法让它工作.按钮只是变灰了.
<p>
    <!-- Search Button -->
    <div class="container3">
        <div class="btn-group ">
            <button type="button" class="btn btn-primary-outline">SEARCH</button>
            <button type="button" class="btn btn-primary-outline">
                <span class="glyphicon glyphicon-menu-right"></span>
            </button>
        </div>
    </div>
</p>

解决方法

将css设为.btn-primary-outline

像这样的例子:https://jsfiddle.net/472cxwg9/

原文链接:https://www.f2er.com/html/228059.html

猜你在找的HTML相关文章