.container.data-v-989fb446 { height: 100%; display: flex; flex-direction: column; } .container .body.data-v-989fb446 { flex: 1; height: 0; overflow: auto; } .container .messageList.data-v-989fb446 { padding: 0 32rpx; } .container .messageItem.data-v-989fb446 { padding: 30rpx 0; display: flex; align-items: center; -webkit-column-gap: 20rpx; column-gap: 20rpx; border-bottom: 1rpx solid #EEEEEE; } .container .messageItem .messageIcon.data-v-989fb446 { width: 80rpx; height: 80rpx; } .container .messageItem .messageContent.data-v-989fb446 { flex: 1; width: 0; } .container .messageItem .messageTitle.data-v-989fb446 { font-weight: bold; font-size: 32rpx; color: #333333; } .container .messageItem .messageContent_content.data-v-989fb446 { font-weight: 500; font-size: 28rpx; color: #858BA0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }