css 使用此resonsive表进行堆叠,但不使用数据标签或标题。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使用此resonsive表进行堆叠,但不使用数据标签或标题。相关的知识,希望对你有一定的参考价值。

  @media screen and (max-width: 600px) {


    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: left;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

  }

以上是关于css 使用此resonsive表进行堆叠,但不使用数据标签或标题。的主要内容,如果未能解决你的问题,请参考以下文章

CSS:对象覆盖不使图像居中

div上的文本中心不使文本居中? (推特引导 3)

如何有两个直方图但不堆叠?

使用pandas进行数据预处理01

SQLAlchemy:如何在不使其成为主键的情况下使整数列 auto_increment (且唯一)?

Twilio-Python:多个 Resonse 选项