1 边框:border: 1px solid #0081df; 2 想要单独加上四个圆角: border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; 3 table的border-radius无法直接设置, 可用ul,li替换 相关文章: 2022-12-23 2022-12-23 2021-09-02 2021-04-30 2022-12-23 2022-01-07 2021-12-16