诗情寻知己
揽几缕、轻挽起,暮暮朝朝与君语。

随笔分类 -  css

css隐藏table前两行
摘要://隐藏table第一行 .gc-layout-table > tr:first-child { display: none !important; } //隐藏table第二行 .gc-layout-table > tr:nth-child(2) { display: none !importan 阅读全文
posted @ 2022-06-02 08:25 诗情寻知己 阅读(184) 评论(0) 推荐(0)