一个漂亮的渐变分割线
like this
hr {
height: 1px;
padding: 0;
border: none;
text-align: center;
background-image: linear-gradient(to right, rgba(60, 122, 198, 0), rgba(60, 122, 198, 0.75), rgba(60, 122, 198, 0));
}
如果你喜欢就试一下吧~