333 lines
6.9 KiB
Plaintext
333 lines
6.9 KiB
Plaintext
/* packageI/newMedia/components/comment/comment.wxss */
|
|
|
|
.commentWrapper {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
|
|
.commentWrapper .title {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.commentWrapper .commentList {
|
|
flex: 1;
|
|
padding: 0 30rpx;
|
|
padding-bottom: 100rpx;
|
|
overflow: scroll;
|
|
height: calc(100% - 80rpx);
|
|
}
|
|
|
|
.commentWrapper .inputWrapper {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
|
|
.commentWrapper .reply {
|
|
width: 615.04rpx;
|
|
height: 60.16rpx;
|
|
margin: 0 auto;
|
|
padding-left: 18rpx;
|
|
line-height: 60.16rpx;
|
|
font-size: 28.16rpx;
|
|
color: #999;
|
|
text-align: left;
|
|
border-radius: 30.08rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.replyMainComment {
|
|
display: flex;
|
|
padding-top: 25.6rpx;
|
|
padding-bottom: 25.6rpx;
|
|
padding-left: 32rpx;
|
|
}
|
|
|
|
.replyMainComment .left {
|
|
width: 580.16rpx;
|
|
height: 60.16rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
}
|
|
|
|
.replyMainComment .left input {
|
|
border: none;
|
|
height: 100%;
|
|
width: 100%;
|
|
padding-left: 32rpx;
|
|
text-align: left;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.replyMainComment .right {
|
|
width: 96rpx;
|
|
height: 60.16rpx;
|
|
font-size: 30.08rpx;
|
|
line-height: 60.16rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.commentList .maincomment .li {
|
|
display: flex;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentleft {
|
|
width: 64rpx;
|
|
height: 64rpx;
|
|
border-radius: 50%;
|
|
margin-right: 23.04rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentleft image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright {
|
|
flex: 1;
|
|
padding-bottom: 22.08rpx;
|
|
border-bottom: 1.92rpx solid #eee;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 12.8rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .master_content_left {
|
|
text-align: left;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .master_content_left .name {
|
|
font-size: 28.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #1c96fe;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 320rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .master_content_left .createdata {
|
|
font-size: 24rpx;
|
|
line-height: 36.16rpx;
|
|
color: #999;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 320rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .master_content_left .review_content {
|
|
font-size: 28.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .thumb_up {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .thumb_up .thumb_img {
|
|
width: 30.08rpx;
|
|
height: 30.08rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .thumb_up .thumb_img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .master_content .thumb_up .thumb_num {
|
|
font-size: 20.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment {
|
|
display: flex;
|
|
margin-bottom: 12.8rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_left {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
border-radius: 50%;
|
|
margin-right: 13.12rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
text-align: left;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .deputy_message {
|
|
flex: 1;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .name {
|
|
font-size: 24rpx;
|
|
line-height: 36.16rpx;
|
|
color: #1c96fe;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 320rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .createdata {
|
|
font-size: 20.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #999;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
width: 320rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .review_content {
|
|
font-size: 28.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .deputy_message .review_content .selecolor {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .thumb_up {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .thumb_up .thumb_img {
|
|
width: 30.08rpx;
|
|
height: 30.08rpx;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .thumb_up .thumb_img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.commentList .maincomment .li .maincommentright .deputy_comment .deputy_comment_right .thumb_up .thumb_num {
|
|
font-size: 20.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.commentList .maincomment .li:last-of-type .maincommentright {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.rewardPay {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.rewardPay .content {
|
|
background-color: #fff;
|
|
text-align: left;
|
|
padding: 19.2rpx;
|
|
min-height: 110.08rpx;
|
|
font-size: 25.6rpx;
|
|
line-height: 32rpx;
|
|
width: 100%;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.rewardPay .content .span {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.rewardPay .payMode .ul .li {
|
|
background-color: #fff;
|
|
height: 110.08rpx;
|
|
border-bottom: 1.92rpx solid #eee;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
line-height: 110.08rpx;
|
|
}
|
|
|
|
.rewardPay .payMode .ul .li:last-of-type {
|
|
border-bottom: none;
|
|
margin-bottom: 22.08rpx;
|
|
}
|
|
|
|
.rewardPay .cancel {
|
|
background-color: #fff;
|
|
height: 110.08rpx;
|
|
border-bottom: 1.92rpx solid #eee;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
line-height: 110.08rpx;
|
|
}
|
|
|
|
.replyComment {
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.replyComment .top {
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.replyComment .top .left {
|
|
font-size: 28.16rpx;
|
|
line-height: 36.16rpx;
|
|
color: #333;
|
|
text-align: left;
|
|
}
|
|
|
|
.replyComment .top .left .selcolor {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.replyComment .bottom {
|
|
height: 256rpx;
|
|
background-color: #f5f5f5;
|
|
border-radius: 30.08rpx;
|
|
position: relative;
|
|
padding: 16rpx;
|
|
}
|
|
|
|
.replyComment .bottom textarea {
|
|
height: 192rpx;
|
|
width: 100%;
|
|
overflow: auto;
|
|
background-color: #f5f5f5;
|
|
border: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.replyComment .bottom .replysubmit {
|
|
position: absolute;
|
|
bottom: 16rpx;
|
|
right: 32rpx;
|
|
width: 81.92rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
font-size: 28.16rpx;
|
|
}
|