代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>中间线</title>
<style type="text/css">
html,body {
width:100%;
height:100%;
margin:0px;
padding:0px;
}
.Line {
position: relative;
height: auto;
text-align: center;
}
.Line .centerLine {
position: absolute;
background: #d1d2d4;
height:1px;
width:100%;
top:50%;
}
.Line .text {
position: relative;
display: inline-block;
background: white;
padding:0px 15px;
z-index: 1000;
}
</style>
</head>
<body>
<div class="Line">
<div class="centerLine"></div>
<span class="text">中间文字中间文字</span>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。