【问题标题】:How to remove Bootstrap 3 class row bottom white border如何删除 Bootstrap 3 类行底部白色边框
【发布时间】:2015-08-03 21:05:40
【问题描述】:

我该怎么做?

这是我正在创建的页面

http://investbitcoins.tk/login/en

之后,我在页面上添加了与内容没有足够高度的粘性页脚。行类下出现白线

这是页面的打印屏幕,我在哪里添加红线

http://s017.radikal.ru/i421/1505/96/968a987c418a.png

如果你能看到另一页 示例:

http://investbitcoins.tk/register/en

这里没有那样的东西。

我不明白该怎么做。我正在搜索和搜索,但仍然没有找到。请帮帮我。

【问题讨论】:

    标签: twitter-bootstrap css sticky-footer


    【解决方案1】:

    您需要从 element.css 第 9-11 行中删除此行

    -webkit-box-shadow: 0 0 6px rgba(3,3,2,.65), 0 1px 5px rgba(255,255,255,.9), inset 0 5px 8px rgba(0,0,0,.45);
    -moz-box-shadow: 0 0 6px rgba(3,3,2,.65), 0 1px 5px rgba(255,255,255,.9), inset 0 5px 8px rgba(0,0,0,.45);
    box-shadow: 0 0 6px rgba(3,3,2,.65), 0 1px 5px rgba(255,255,255,.9), inset 0 5px 8px rgba(0,0,0,.45);
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-10-20
      • 2023-03-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-02
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多