发布网友 发布时间:2022-04-24 10:08
共3个回答
热心网友 时间:2022-04-19 08:38
html中貌似木有垂直分割线。但可以用div来模拟这个垂直分割线:
<div style='width:49%;float:left;height:700px;'>内容区域</div>
<div style='width:1px;border:1px solid red;float:left;height:700px;'><!--这个div模拟一条红色的垂直分割线--></div>
<div style='width:50%;float:left;height:700px;'>内容区域</div>
热心网友 时间:2022-04-19 09:56
文字 | 文字 另外:你也可以这样设置<div style="border-right:1px solid #000;">文字<div><div>文字<div>
热心网友 时间:2022-04-19 11:31
最好画张图看看,要不然不知道你想咋样追问就是用一条线把文字分成左右两栏