SOURCE

console 命令行工具 X clear

                    
>
console
<div>
  a<br>
  b<br>
  c
</div>
div{
  width: 100px;
  max-height: 2px;
  background: red;
  overflow: hidden; /* 不设置的话,字符会超出div元素区域显示 */
}
div:hover {
  max-height: 100px;
}