.content { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; box-sizing: border-box; background-color: #fff; padding: 10rpx 20rpx; /* box-shadow: 0 0 5rpx rgba(0, 0, 0, 0.1); */ height: 200rpx; margin-top: 10rpx; } .content>image { width: 200rpx; height: 150rpx; } .content .left { width: 100%; margin-left: 20rpx; box-sizing: border-box; } .content .title { height: 120rpx; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .content .bottom { justify-content: space-between; display: flex; flex-direction: row; align-items: stretch; box-sizing: border-box; font-size: 24rpx; color: #999; padding: 10rpx 0; } .has_more { color: #999; font-size: 26rpx; text-align: center; padding: 30rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; box-sizing: border-box; padding-top: 30rpx; } .has_more image { margin-bottom: 30rpx; }