我的border能自定义四角之border-radius : 左上角,右上角,左下角,右下角。
1 边框:border:
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替换
1 边框:border:
2 想要单独加上四个圆角:
3 table的border-radius无法直接设置, 可用ul,li替换