#random_box li:nth-child(odd) {//双行
            background: #fff5c4;
        }

        #random_box li:nth-child(even) {//单行
            background: #ffeb8c;
        }

相关文章:

  • 2022-12-23
  • 2021-11-19
  • 2021-12-24
  • 2021-12-30
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-12-10
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-07-28
相关资源
相似解决方案