摘要: 1、 圆角效果 border-radius border-radius是向元素添加圆角边框。 使用方法: border-radius:10px; /* 所有角都使用半径为10px的圆角 */ border-radius: 5px 4px 3px 2px; /* 四个半径值分别是左上角、右上角、右下角 阅读全文
posted @ 2016-04-06 21:34 庾与熊掌 阅读(180) 评论(0) 推荐(0) 编辑