1. 程式人生 > >常用css記錄

常用css記錄

/*單行超出隱藏*/
.over-hid{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}