1.the line that appears to bound an object
2.a sketchy summary of the main points of an argument or theory
3.a schematic or preliminary plan
1.describe roughly or briefly or give the main points or summary of;
sketch the outline of the book
2.draw up an outline or sketch for something;
draft a speech
3.trace the shape of
定义和用法 outline (轮廓)是绘制于元素周围的一条线,位于边框边缘的外围,可起到突出元素的作用。 注释:轮廓线不会占据空间,也不一定是矩形。 outline 简写属性在一个声明中设置所有的轮廓属性。 可以按顺序设置如下属性: outline-color outline-style outline-width 如果不设置其中的某个值,也不会出问题,比如 outline:solid #ff0000; 也是允许的。 实例 设置 4 个边框的样式: p { outline:#00FF00 dotted thick;}