File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 254
254
</a >
255
255
<ul class =" user-menu pull-right dropdown-menu dropdown-yellow dropdown-caret dropdown-close" >
256
256
<!-- <li><a href="javascript:void(0" name="Systems.html" title="系统设置" class="iframeurl"><i class="icon-cog"></i>网站设置</a></li> -->
257
- <li ><a href =" javascript:void(0)" onclick =" PersonInfoServlet.do" title =" 个人信息" class =" iframeurl" ><i class =" icon-user" ></i >个人资料</a ></li >
257
+ <li ><a href =" javascript:void(0)" name =" PersonInfoServlet.do" title =" 个人信息" class =" iframeurl" ><i class =" icon-user" ></i >个人资料</a ></li >
258
258
<li class =" divider" ></li >
259
259
<li ><a href =" LoginOutServlet.do" id =" Exit_system" ><i class =" icon-off" ></i >退出</a ></li >
260
260
</ul >
Original file line number Diff line number Diff line change 56
56
text-decoration : none ;
57
57
}
58
58
</style >
59
+ <style >
60
+ .hiddenText {
61
+ font-size :14px ;
62
+ color :#999 ;
63
+ line-height :24px ;
64
+ overflow : hidden ;
65
+ text-overflow : ellipsis ;
66
+ white-space :nowrap ;
67
+ }
68
+ </style >
59
69
<script type =" text/javascript" >
60
70
$ (function (){
61
71
$ (" #upload" ).on (" change" ," input[type='file']" ,function (){
226
236
<div class =" mob-ctt" >
227
237
<h3 ><a href =" ArticleServlet.so?id=${ list. n_id } &sign=${ list. sign } " class =" transition" target =" _blank" >${ list. title } </a ></h3 >
228
238
<div class =" mob-author" ><span class =" time" ><fmt:formatDate value =" ${ list. creat_time } " type =" both" /></span ></div >
229
- <div class =" mob-sub" >${ list. content } </div >
239
+ <div class =" mob-sub hiddenText " >${ list. content } </div >
230
240
</div >
231
241
</div >
232
242
</c:forEach >
You can’t perform that action at this time.
0 commit comments