【问题标题】:CssClass="table table-striped" change transparent strip to blueCssClass="table table-striped" 将透明条改为蓝色
【发布时间】:2016-09-26 23:37:03
【问题描述】:

我导入了 twitter 类,但是当我使用剥离的表格时,它显示一个白色和一个透明,我希望透明变为灰色, 有什么方法可以做到这一点。 问候

【问题讨论】:

  • 我不知道在哪里修改那个 css,bootstrap.csss 不在我的项目中,只是 bootstrap-magnify.css 但是做效果,我不知道从哪里拿来的。
  • 我在内容文件夹 bootstrap.css 下找到了在哪里修改背景颜色?问候

标签: html css asp.net twitter-bootstrap


【解决方案1】:

bootstrap.css 中查找以下部分并替换您选择的background-color

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #999; /*Change the color here*/
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-03-24
    • 2022-01-21
    • 2018-01-19
    • 2019-04-15
    • 1970-01-01
    • 2021-12-26
    • 2019-07-16
    相关资源
    最近更新 更多