IT001

效果图:

.wxss:

多行注释
.text {
margin: auto;
width: 300rpx;
line-height: 40rpx;
font-size: 28rpx;
color: #aaa;
/* 多行注释 */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
 单行注释:
.txt {
margin: auto;
margin-top: 20rpx;
width: 300rpx;
line-height: 40rpx;
font-size: 28rpx;
color: #aaa;
/* 单行注释 */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

分类:

技术点:

相关文章: