Heim  >  Artikel  >  Web-Frontend  >  样式_html/css_WEB-ITnose

样式_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:34:531210Durchsuche

http://bbs.csdn.net/
问题:在那些英文下面都有条细线!请问怎么弄啊?


回复讨论(解决方案)

<p style="border-bottom:1px dashed red;">boder-style样式</p>

不明白你在问什么,随便猜一个吧。。

[img=http://my.csdn.net/inthello/album/detail/1159465][/img]

<!DOCTYPE HTML><html>	<head>		<meta charset="gb2312" />		<title></title>			<style>			ul {list-style:none;}			li {				width:70px; height:33px; line-height:33px;				border-bottom:1px solid red;			}		</style>			</head>	<body>		<ul>			<li>1-1</li>			<li>1-1</li>			<li>1-1</li>			<li>1-1</li>		</ul>	</body></html>

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn