<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="author" content="http://www.51texiao.cn/" /> <title>标题</title> <style type="text/css"> div{ overflow:hidden; white-space:nowrap; height:30px; width:230px; border:1px solid red; line-height:30px; margin-top:10px; text-overflow:ellipsis; } </style> </head> <body> <div class="first">每一天都是新的,所以生活要和昨天有所不同!</div> </body> </html> 复制代码
时间: 2024-11-08 18:43:53