小编Jam*_*es 的帖子

使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>
Run Code Online (Sandbox Code Playgroud)

html css html5 twitter-bootstrap-4

13
推荐指数
3
解决办法
6万
查看次数

标签 统计

css ×1

html ×1

html5 ×1

twitter-bootstrap-4 ×1