#word-spacing
Defines the spacing between words of a block of text.
            默认属性
          word-spacing: normal;
        
The spacing between the characters is normal.
          word-spacing: 5px;
        
You can use pixel values.
          word-spacing: 2em;
        
You can use em values: this allows the spacing to remain relative to the font-size.