html去掉span外边框,html – 从Bootstrap面板中删除CSS边框

我有一个我在BS 2.3中使用的自举面板.

当一个面板包含内容时,我想显示正常面板及其边框等.但是,当正文中没有内容时,我想要一个类来删除面板主体周围的边框,这样你就是留在标题中的灰色条.

  My Training Projects

I do not want this border around the "Body" of this panel, just the heading. Really, when I remove the body div, I dont understand why the border is still there to begin with. I need a custom class that will allow me to not show the border / around the panel body

CSS:

.panel {

padding: 15px;

margin-bottom: 20px;

background-color: #ffffff;

border: 1px solid #dddddd;

border-radius: 4px;

-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}

.panel-heading {

padding: 10px 15px;

margin: -15px -15px 15px;

font-size: 17.5px;

font-weight: 500;

background-color: #f5f5f5;

border-bottom: 1px solid #dddddd;

border-top-right-radius: 3px;

border-top-left-radius: 3px;

}

.panel-footer {

padding: 10px 15px;

margin: 15px -15px -15px;

background-color: #f5f5f5;

border-top: 1px solid #dddddd;

border-bottom-right-radius: 3px;

border-bottom-left-radius: 3px;

}

.panel-primary {

border-color: #428bca;

}

.panel-primary .panel-heading {

color: #ffffff;

background-color: #428bca;

border-color: #428bca;

}

/* This kinda of works but I only want to apply it to specific panels, not all

.panel, .panel-group .panel-heading+.panel-collapse>.panel-body{

border: none;

}

*/

以下是我希望在我选择的面板上获得最终结果的屏幕截图;不是所有的人:

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值