css如何设置文字超出省略号

方法:首先使用“overflow:hidden”语句,设置内容超出后隐藏;然后使用“text-overflow:ellipsis”语句,设置内容超出显示为省略号;最后使用“white-space:nowrap”语句,设置文本不进行换行即可。

css如何设置文字超出省略号

本教程操作环境:windows7系统、CSS3&&HTML5版、Dell G3电脑。

新建一个html页面,在html代码页面找到标签,在标签里创建一个

标签,然后输入显示的内容并添加一个class类为 class="cont"。找到标签,在这个标签下面创建一个<style>标签,在<style>标签里设置class为cont的样式内容超出后为隐藏。</p><pre><!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>document</title> <style> .cont{ overflow:hidden;/*内容超出后隐藏*/ } </style> </head> <body> <p class="cont"> 订单的的顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶</p> </body> </html></pre><p>保存好代码,使用浏览器打开html文件查看效果,发现内容并没有隐藏,原因是没有设置内容的高度。</p><p><img src="/Uploads/news/d0642f2df69a573565c96640eb483361/1618897643717434.png" title="1618897643717434.png" alt="K5B3NY7633ILKEIZX60YS2W.png"/></p><p>设置内容显示为一行,内容超出后显示为省略号。为cont类添加内容显示为一行:white-space: nowrap; ,内容超出后显示为省略号:text-overflow: ellipsis; (注意:white-space: nowrap;和text-overflow: ellipsis;要同时使用才能显示为省略号)。</p><pre><style> .cont{ overflow:hidden;/*内容超出后隐藏*/ text-overflow: ellipsis;/* 超出内容显示为省略号 */ white-space: nowrap;/* 文本不进行换行 */ } </style></pre><p>保存好代码后使用浏览器打开查看内容超出后显示为省略号的效果。</p><p><img src="/Uploads/news/d0642f2df69a573565c96640eb483361/1618897808567717.png" title="1618897808567717.png" alt="JNH]`0L31W`(P5KE1_RW26U.png"/></p><p>推荐学习:<a href="/tag-news-name-css-p-1.html">css</a>视频教程</p><p>以上就是<a href="/tag-news-name-css-p-1.html">css</a>如何设置文字超出省略号的详细内容,更多请关注其它相关文章!</p></span> </div> </article> <script type="text/javascript" src="/index.php?s=hits-show-id-39883-type-insert-sid-news" charset="utf-8"></script><aside class="swnetnews"> <div class="lis"> <span><i>推荐内容</i></span> <ul> <li><a href="/doc/7435.html" title="c语言的输入函数有哪些" target="_blank">c语言的输入函数有哪些</a></li><li><a href="/doc/4989.html" title="如何在Oracle存储过程中使用参数进行调用" target="_blank">如何在Oracle存储过程中使用参数进行调用</a></li><li><a href="/doc/3630.html" title="oracle导出乱码怎么办" target="_blank">oracle导出乱码怎么办</a></li><li><a href="/doc/9344.html" title="PHP7+也支持类型声明了,聊聊这个特性!" target="_blank">PHP7+也支持类型声明了,聊聊这个特性!</a></li><li><a href="/doc/7636.html" title="用PHP实现一个有趣的除法表" target="_blank">用PHP实现一个有趣的除法表</a></li><li><a href="/doc/3668.html" title="30天php学习记录(换行符)" target="_blank">30天php学习记录(换行符)</a></li><li><a href="/doc/3151.html" title="两分钟带你了解PHP中的运算符" target="_blank">两分钟带你了解PHP中的运算符</a></li><li><a href="/doc/6919.html" title="Python实战解析selenium的基本元素与键盘鼠标模拟事件" target="_blank">Python实战解析selenium的基本元素与键盘鼠标模拟事件</a></li><li><a href="/doc/1881.html" title="jquery中有dialog吗" target="_blank">jquery中有dialog吗</a></li><li><a href="/doc/2208.html" title="ASP.NET Core中用户登录验证实现最低配置的示例代码" target="_blank">ASP.NET Core中用户登录验证实现最低配置的示例代码</a></li> </ul> </div> </aside> </main> <script> // first, find all the div.code blocks document.querySelectorAll('pre').forEach(el => { // then highlight each hljs.highlightElement(el); hljs.lineNumbersBlock(el); }); </script> <link rel="stylesheet" type="text/css" href="/kan/css/basezb.css"> <script type="text/javascript" src="/kan/js/read.js"></script> <div style="display:none"> <div class="login-box" id="login-dialog"> <div class="login-top"><a rel="nofollow" id="login1" onclick="setTab('login',1,2);" >登录</a></div> <div class="login-form" id="nav-signin"> <!-- <div class="login-ico"><a rel="nofollow" class="qq" id="qqlogin" target="_blank" href="/user-center-qqlogin.html"> QQ </a></div> --> <div class="login-box-form" id="con_login_1"> <form id="loginform" action="/user-center-login.html" method="post" onsubmit="return false;"> <p class="int-text"> <input class="email" id="username" name="username" type="text" value="用户名或Email" onfocus="if(this.value=='用户名或Email'){this.value='';}" onblur="if(this.value==''){this.value='用户名或Email';};" ></p> <p class="int-text"> <input class="password1" type="password" id="password" name="password" value="******" onBlur="if(this.value=='') this.value='******';" onFocus="if(this.value=='******') this.value='';" > </p> <p class="int-info"> <label class="ui-label"> </label> <label for="agreement" class="ui-label-checkbox"> <input type="checkbox" value="" name="cookietime" id="cookietime" checked="checked" value="2592000"> <input type="hidden" name="notforward" id="notforward" value="1"> <input type="hidden" name="dosubmit" id="dosubmit" value="1">记住我的登录 </label> <a rel="nofollow" class="aright" href="/user-center-forgetpwd.html" target="_blank"> 忘记密码? </a></p> <p class="int-btn"><a rel="nofollow" id="loginbt" class="loginbtn"><span>登录</span></a></p> </form> </div> </div> </div> </div> </div> <script type="text/javascript" src="/kan/js/foot_js.js"></script> <div id="footer"> <div class="w1200"> <p class="tips_text">本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。</p> <p class="tips_text">Copyright © 2004-2018 https://www.sxiaw.com. All Rights Reserved.<script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?fa236be8ec7680639fbd4ee307fd0c69"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <a href="http://beian.miit.gov.cn/" target="_blank">津ICP备2023001793号-1</a></p> </div> </div> </body> </html>