用border-radius属性来实现圆角功能
border-radius使用案例
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#div1{
border:1pxsolid#f00;
width:200px;
height:100px;
border-radius:4px10px20px30px;
}
原文地址:https://www.weidianyuedu.com/content/5820654389919.html