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替换

分类:

技术点:

相关文章: