将文字放在before、after伪类即content中该如何实现文字的换行?
\A与white-space配合使用,例如
:after{ content: "返回\A顶部"; white-space: pre; }