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替換
1 邊框:border: 1px solid #0081df;
2 想要單獨加上四個圓角:
3 table的border-radius無法直接設定, 可用ul,li替換