div css 怎么在文本中加分割线 ?

css中写border-bottom:1px dashed #ccc;dashed 虚线 solid 实线 dotted 点 .c{float:left;width:200px;}li{float:left;width:200px;height:30px;line-height:30px;border-bottom:1px dashed #ccc}1111111111111111111111111111111111111111
div css 怎么在文本中加分割线 ?
css中写border-bottom:1px dashed #ccc;
dashed 虚线
solid 实线
dotted 点
<style>.c{float:left;width:200px;}li{float:left;width:200px;height:30px;line-height:30px;border-bottom:1px dashed #ccc}</style><div class="c"><ul><li>11111111111111111111</li><li>11111111111111111111</li><li>11111111111111111111</li></ul></div>

2014-11-30
也可以在html中
使用
<hr /> 画线
相应css
border:1px dashed #ccc;2014-11-30
mengvlog 阅读 102 次 更新于 2025-09-09 18:34:23 我来答关注问题0
檬味博客在线解答立即免费咨询

CSS相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部