.container,page { height: 100%; } .container { background-color: #f8f8f8; padding: 15rpx 0rpx; font-size: 28rpx; } .favorites { width: 90%; background-color: #fff; border-radius: 15rpx; padding: 25rpx; margin: 15rpx auto 25rpx; } .favorites_img { width: 80px!important; height: 80px; } .favorites_img image { width: 100%; height: 100%; } .favorites_list { width: 70%; padding-left: 20rpx; } .icon_del { color: #606266; z-index: 9999; font-weight: 700; } .favorites_name { height: 80rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .favorites_peice { margin-top: 25rpx; color: #db1935; font-weight: 700; }