摘要: border-radius是向元素添加圆角边框 使用方法: border-radius:10px; /* 所有角都使用半径为10px的圆角 */ border-radius: 5px 5px 5px 5px; /* 四个半径值分别是左上角、右上角、右下角和左下角,顺时针 */ 不要以为border- 阅读全文
posted @ 2017-08-09 23:43 1点 阅读(505) 评论(0) 推荐(0)