模板:测试6/styles.css

来自戏曲百科
/* CSS */
@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
  .responsive-table table, .responsive-table th, .responsive-table td {
    width: 100%;
    display: block;
  }
}