autoXingJY

1 边框:border: 1px solid #0081df;

2 想要单独加上四个圆角:

  1. border-bottom-left-radius: 5px;
  2. border-top-left-radius: 5px;
  3. border-top-right-radius: 5px;
  4. 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
猜你喜欢
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2021-06-03
  • 2022-01-13
  • 2021-09-17
  • 2021-06-24
相关资源
相似解决方案