/* package_mine/pages/beauties/index.wxss */ .protect_container { width: 100%; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; background-color: #F3F4F5; color: #333333; } .feedback_list { width: 100%; } .feedback_item { width: 100%; padding: 24rpx; margin-bottom: 20rpx; background-color: #ffffff; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; position: relative; } .info_head { font-size: 22rpx; } .feedback_info { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; } .feedback_img { width: 180rpx; height: 150rpx; margin-right: 30rpx; border-radius: 4rpx; } .messge_box { width: 500rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .content_box { width: 100%; margin-bottom: 10rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .status_img { width: 120rpx; height: 96rpx; position: absolute; top: 10rpx; right: 20rpx; }