Skip to content

Instantly share code, notes, and snippets.

@upangka
Created January 6, 2020 02:40
Show Gist options
  • Save upangka/57652d5b2387edc4543ec4361202aa18 to your computer and use it in GitHub Desktop.
Save upangka/57652d5b2387edc4543ec4361202aa18 to your computer and use it in GitHub Desktop.
css 常用样式
  1. white-space: nowrap 强制内容不换行,当内容超出范围时,浏览器自适应,会进行换行,我们禁止浏览器这样
  2. word-break: break-all; 连续长的字符串,进行换行,有时候确实换行了,但换行很不好看,加上display:inline-block;
  3. 有时侯元素比较零散,需要外部定义一个容器,将其包裹起来,设置容器以及容器内元素的width,分别进行控制。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment