例子 1
border-radius:2em;
等价于:
border-top-left-radius:2em;
border-top-right-radius:2em;
border-bottom-right-radius:2em;
border-bottom-left-radius:2em;
border-radius 方向分别为上左,上右,下右,下左。
例子 1
border-radius:2em;
等价于:
border-top-left-radius:2em;
border-top-right-radius:2em;
border-bottom-right-radius:2em;
border-bottom-left-radius:2em;
border-radius 方向分别为上左,上右,下右,下左。
本文标题:CSS-设置border-radius
本文链接:https://www.haomeiwen.com/subject/dfcdixtx.html
网友评论