黄子涵

查漏补缺——说说white-space: nowrap;

问题

如题所示

答案

相关源码:

.hzh-entry-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 0 17%;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
  color: #737373;
}

white-space: nowrap用法

css white-space属性详解

综上所述,white-space: nowrap;这个样式的意思是文本不会换行,文本会在在同一行上继续,直到遇到
标签为止。

posted @ 2022-07-08 15:49  黄子涵  阅读(176)  评论(0)    收藏  举报