1. .text {
    2. font-size: 14px;
    3. line-height: 1.5;
    4. // color: @text-sub-color;
    5. // overflow: hidden;
    6. // text-overflow: ellipsis;
    7. display: -webkit-box;
    8. // /*! autoprefixer: off */
    9. // -webkit-box-orient: vertical!important;;
    10. // /*! autoprefixer: on */
    11. // -webkit-line-clamp: 2;
    12. &:hover {
    13. text-decoration: underline;
    14. color: #000;
    15. }
    16. }