/ CSS样式 /

.text {

width: 200px;

overflow: hidden;

white-space: nowrap;

text-overflow: ellipsis;

}