1. 禁止换行,超出部分显示…: a. 代码:
  .hide_word{
    max-width: 100px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

b. 效果: 2.