61,129
社区成员




<html>
<head>
<title></title>
</head>
<style>
.title{
position: relative;
padding: 4px 24px;
border-bottom: 2px solid #5893C2;
}
.title:before{
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 4px;
width: 10px;
height: 10px;
background-color: #5893C2;
border-radius: 50%;
box-shadow: 0 0 4px #5893C2;
}
</style>
<body>
<div class="title">录入报告数据</div>
</body>
</html>