Demo—标题左右两侧的对等横线

Posted witkeydu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Demo—标题左右两侧的对等横线相关的知识,希望对你有一定的参考价值。

<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>各种类型的线条</title>
	<style type="text/css">
		*{
			margin: 0;
			padding: 0;
		}
		.container{
			height: 100px;
			font-size: 24px;
			font-weight: bold;
			background: #f3f3f3;
			margin-bottom: 30px;
			text-align: center;
			line-height: 100px;
		}
		.line_one h3{
			vertical-align: middle;		
			text-align: center;
			line-height: 100px;
		}
		.line_one h3 span{
			vertical-align: middle;	
			display: inline-block;	
			padding: 0 50px;
		}
		.line_one h3:before,.line_one h3:after{
			display: inline-block;
			vertical-align: middle;
			content: "";
			width: 100px;
			height: 3px;
			background: #000000;

		}
		.line_two span{
			letter-spacing: -1px;
		}
		.line_two strong{
			padding: 0 50px;
		}
	</style>
</head>
<body>
	<div class="container line_one">
		<h3><span>世界那么大</span></h3>
	</div>
	<div class="container line_two">
		<h3>
			<span>—————————</span>
			<strong>世界那么大</strong>
			<span>—————————</span>
		</h3>
	</div>
	<div class="container line_four">
		
	</div>
	<div class="container line_five">
		
	</div>
	<div class="container line_six">
		
	</div>
	<div class="container line_seven">
		
	</div>
</body>
</html>

  

以上是关于Demo—标题左右两侧的对等横线的主要内容,如果未能解决你的问题,请参考以下文章

如何使用分而治之将列表分成左右两侧?

使用 FragmentStatePagerAdapter 在 ViewPager 的两侧动态添加片段

Jquery 实现左右两侧菜单添加移除

左右两侧滑动的安卓滑动菜单

Bootstrap 4轮播:使活动幻灯片左右两侧的幻灯片可见

在折线图/面积图的左右两侧添加填充