字在线中
Posted 白卫云
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了字在线中相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{margin: 0;padding: 0;}
fieldset{
border:none;
border-top:1px solid #c6c6c6;
width:500px;
margin:0 auto;
height: 45px;
line-height:45px;
}
fieldset legend{
text-align:center;
padding:0 10px;
color: #c1c1c1;
font-size:25px;
}
</style>
</head>
<body>
<fieldset>
<legend>产品详情</legend>
</fieldset>
</body>
</html>
以上是关于字在线中的主要内容,如果未能解决你的问题,请参考以下文章
[万字长文]使用 React 重写学成在线前端项目 I 代码完整可运行,步骤有详解
[Python从零到壹] 十.Selenium爬取在线百科知识万字详解(NLP语料构造必备技能)