css 显示省略浩


 1 DOCTYPE html>
 2 <html>
 3 <head>
 4 <meta charset="UTF-8">
 5 <title>Insert title heretitle>
 6 <link rel="stylesheet" href="font_2067860_wm1ez456qz/iconfont.css">
 7 <script src="/assets/js/jquery.min.js">script>
 8 head>
 9 <style>
10 input{
11 overflow: hidden;
12 white-space: nowrap;
13 text-overflow: ellipsis;
14 }
15 style>
16 <body>
17 内容:<input type="text"  style="width:50px;">
18 body>
19 html>
CSS