字過長秀...

字過長秀...

 

<style>
.box2
{
    margin
: 0 20px;
    text-overflow
: ellipsis;
    overflow
:hidden;
    white-space
:nowrap;
    border
: 1px dashed #333;
    width
: 300px;
    padding
: 10px;
}
</style>