1. .a{
    2. white-space: nowrap;
    3. overflow: hidden; //溢出内容隐藏
    4. text-overflow: ellipsis; //当对象内文本溢出时显示省略标记
    5. }