搜索一下,你就知道

< 返回
当前位置:
打印

表格隔行显示背景

目录

添加自定义CSS样式:

table tr:nth-child(odd){background: #ccc;}

结果可设置奇数行背景

当需要偶数行背景时使用样式:

table tr:nth-child(even){background: #ccc;}

标签:

Warning: Undefined array key 1 in /www/wwwroot/mloun.cn/wp-content/plugins/echo-knowledge-base/includes/features/articles/class-epkb-articles-setup.php on line 697