📅  最后修改于: 2022-03-11 14:47:48.079000             🧑  作者: Mango
.horizontal_dotted_line {
display: flex;
width: 300px;
border-right: 1px solid black;
border-left: 1px solid black;
padding: 5px;
}
.horizontal_dotted_line:after {
border-bottom: 1px dotted black;
content: '';
flex: 1;
}
.horizontal_dotted_line:before {
border-bottom: 1px dotted black;
content: '';
flex: 1;
}