div+css中一条直线和一条虚线的实现。

   <div style="width:480px;height:1px; background:#E0E0E0;"></div>

直线:bachground : #C0C0C0 这个颜色稍微深一点。都可以



虚线:

<div style="margin: 30px 8px 20px 6px;border-top:1px dotted #C0C0C0;"></div>


dashed #C0C0C0 这个更好看。

你可能感兴趣的:(c,css,div)