.commentBox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; overflow: hidden; } .commentBox .commentBg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); } .commentBox .comment { position: absolute; left: 0; bottom: 0px; display: flex; flex-direction: column; justify-content: space-between; width: 100%; background-color: white; border-top-left-radius: 25rpx; border-top-right-radius: 25rpx; } .commentBox .comment .header { position: relative; padding: 24rpx; display: flex; align-items: center; } .commentBox .comment .header .hl { position: relative; padding-bottom: 10rpx; margin-right: 120rpx; color: black; } .commentBox .comment .header .currentH::after { position: absolute; bottom: 0rpx; left: 50%; transform: translateX(-50%); content: ''; width: 50rpx; height: 4rpx; background-color: #333; } .commentBox .comment .header .hr { position: absolute; right: 26rpx; top: -4rpx; font-size: 54rpx; color: #333333; } .commentBox .comment .body { height: 40vh; } .commentBox .comment .body .body-box { padding: 0rpx 22rpx; } .commentBox .comment .body .body-box .content { padding: 34rpx 0rpx; display: flex; border-bottom: 1px solid #97979783; } .commentBox .comment .body .body-box .content .c-avatar { width: 96rpx; height: 96rpx; border-radius: 50%; margin-right: 20rpx; background: #d8d8d8; } .commentBox .comment .body .body-box .content .c-right { flex: 1; } .commentBox .comment .body .body-box .content .c-right .nickName { font-size: 30rpx; color: black; } .commentBox .comment .body .body-box .content .c-right .detailDesc { letter-spacing: 2rpx; margin: 12rpx 0rpx; padding: 12rpx 0rpx; border-radius: 10rpx; font-size: 26rpx; line-height: 40rpx; word-break: break-all; color: rgba(0, 0, 0, 0.7); } .commentBox .comment .body .body-box .content .c-right .hoverClass { background-color: #F7F7F7; } .commentBox .comment .body .body-box .content .c-right .replyList { width: 100%; padding: 14rpx; box-sizing: border-box; background-color: #fafafa93; margin-bottom: 20rpx; } .commentBox .comment .body .body-box .content .c-right .replyList .reply { font-size: 28rpx; margin-bottom: 8rpx; } .commentBox .comment .body .body-box .content .c-right .replyList .reply .replyTitle { color: #0d93c9; } .commentBox .comment .body .body-box .content .c-right .replyList .reply .replyContent { color: rgba(0, 0, 0, 0.7); } .commentBox .comment .body .body-box .content .c-right .replyList .hoverClass2 { background-color: #F7F7F7; } .commentBox .comment .body .body-box .content .c-right .record { display: flex; align-items: center; justify-content: space-between; font-size: 26rpx; } .commentBox .comment .body .body-box .content .c-right .record .record-right { display: flex; align-items: center; justify-content: space-between; } .commentBox .comment .body .body-box .content .c-right .record .record-right text { margin-left: 6rpx; } .commentBox .comment .body .body-box .content .c-right .record .record-right .icon { width: 30rpx; height: 28rpx; } .commentBox .comment .body .body-box .content .c-right .record .record-right .iconBox { display: flex; align-items: center; margin-left: 24rpx; } .commentBox .comment .body .body-box .content .c-like { flex: 1; display: flex; align-items: center; justify-content: space-between; } .commentBox .comment .body .body-box .content .c-like .left { height: 90rpx; display: flex; flex-direction: column; justify-content: space-between; } .commentBox .comment .body .body-box .content .c-like .left .nickName { font-size: 30rpx; color: black; } .commentBox .comment .body .body-box .content .c-like .left .time { font-size: 26rpx; color: #666666; } .commentBox .comment .body .body-box .content .c-like .follow { display: flex; align-items: center; justify-content: center; width: 140rpx; font-size: 24rpx; padding: 8rpx 0rpx; border-radius: 50rpx; border: 1rpx solid #1BC665; color: #1BC665; } .commentBox .comment .body .body-box .content .c-like .follow .character { width: 22rpx; height: 22rpx; margin-right: 6rpx; } .commentBox .comment .body .body-box .content .c-like .isFans { border: 1rpx solid #E2ECFB; background-color: #E2ECFB; color: #333; } .commentBox .comment .body .body-box .content .c-like .pkNum { color: #30C866; font-size: 44rpx; margin-right: 20rpx; } .commentBox .comment .body .body-box .content:last-child { border: none; } .commentBox .comment .quick { width: 100%; background-color: #EEEDED; } .commentBox .comment .quick .close { text-align: right; font-size: 54rpx; line-height: 54rpx; padding: 0rpx 20rpx 10rpx; } .commentBox .comment .quick .quickTop { display: flex; align-items: center; justify-content: space-between; padding: 0rpx 20rpx; font-size: 28rpx; } .commentBox .comment .quick .quickTop .left { color: #00000060; } .commentBox .comment .quick .quickTop .right { padding: 4rpx 20rpx; background-color: #FFC86D; color: #484848; border-radius: 50rpx; } .commentBox .comment .quick .contents { display: flex; align-items: center; padding: 30rpx 0rpx 30rpx 20rpx; width: 100%; box-sizing: border-box; white-space: nowrap; border-bottom: 2rpx solid #9797976e; } .commentBox .comment .quick .contents .remark { display: inline-block; font-size: 26rpx; padding: 8rpx 22rpx; margin-right: 20rpx; border-radius: 50rpx; color: white; background-color: #FF9B55; } .commentBox .comment .footer { display: flex; align-items: center; justify-content: space-between; background-color: #EEEDED; padding: 20rpx 24rpx 30rpx; } .commentBox .comment .footer .input { height: 80rpx; flex: 1; padding-left: 20rpx; border-radius: 10rpx; background-color: white; } .commentBox .comment .footer .submit { margin-left: 40rpx; width: 76rpx; color: #0091FF; font-size: 32rpx; } .commentBox .seat2 { padding-bottom: calc(130rpx + env(safe-area-inset-bottom)) !important; }