/* miniprogram/pages/classicCase/classicCase.wxss */ page{ height: auto; cursor: default; -webkit-user-select: none; user-select: none; width: 100%; overflow-x: hidden; } .content{ width: 100%; height: 206rpx; /* border: 1rpx solid red; */ margin-top: 20rpx; position: relative; background: #fff; padding: 20rpx; position: relative; box-sizing: border-box; } .image{ width: 220rpx; height: 166rpx; /* border: 1rpx solid pink; */ } .text{ width: 470rpx; height: auto; color: #333333; font-size: 36rpx; line-height: 48rpx; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; position: absolute; left: 260rpx; top: 12rpx; } .time { position: absolute; left: 260rpx; bottom: 10rpx; } .time image { width: 26rpx; height: 26rpx; margin-right: 5rpx; } .time text{ color: #ADAEB3; font-size: 24rpx; letter-spacing: 4rpx; vertical-align: middle; } .loadmore{ width: 100%; text-align: center; height: 50px; line-height: 50px; background: #f6f8f8; font-size:12px; color: #999; }