messageDetail.wxss 1.1 KB
/* pages/my/messageDetail/messageDetail.wxss */
@import '/pages/service/renting/renting.wxss';
@import '/pages/service/rentingDetail/rentingDetail.wxss';
.content_box {
  padding: 30rpx!important;
}
.content_item{
  border-bottom: 0;
  padding: 0!important;
}
page {
  padding: 0 0 0 0;
}

.item_list {
  width: 100%;
}

.comment_content {
  display: block !important;
  border: 0;
  padding: 0;
}

.comment_info {
  width: 100% !important;
  /* border-bottom: 1rpx solid #dcdde0; */
  padding: 11rpx 0;
}

.to-user-id {
  width: 100%;
  color: #6b7e91;
}

.comment_info_box {
  width: 89%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.comment_content_info {
  width: 90% !important;
}

.comment_name {
  width: 100%;
}

.message_box {
  width: 90%;
}

.comment_content .comment_back_content {
  color: #13161a;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
  word-wrap:break-word;
}
.add-width {
  width: 60%;
  justify-content: flex-end;
}
.collect-add-width {
  width: 50%;
}