white-space: nowrap; whitespace-pre white-space: pre; whitespace-pre-line white-space: pre-line; whitespace-pre-wrap white-space: pre-wrap; whitespace-break-spaces white-space: break-spaces; Examples Normal Use thewhitespace-normalutility to cause text to wrap normally within an element. Newline...
属性 white-space 1.0 5.5 3.5 3.0 9.5语法/* 值 */ white-space: normal; white-space: nowrap; white-space: pre; white-space: pre-wrap; white-space: pre-line; white-space: break-spaces; /* 全局值 */ white-space: inherit; white-space: initial; white-space: revert; white-space: ...