- 帖子: 107
- 收到的致谢 0
ul.latestnews li, ul.mostread li {
list-style-image: none;
list-style-position: inside;
list-style-type: disc;
overflow-x: hidden;
overflow-y: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 93%;
}
ul.latestnews, ul.mostread {
margin-left: 0;
}
ul.latestnews li:hover, ul.mostread li:hover {
text-overflow: clip;
white-space: normal;
width: 200%;
}