comment.acss 726 Bytes
@import "../../template/avater/index.acss";
.avater {
  width: 48rpx;
  height: 48rpx;
  margin-right: 16rpx;
  line-height: 48rpx;
}

.notes-edit {
  min-height: 400rpx;
  padding: 32rpx;
  margin-bottom: 16rpx;
}

.comment {
  background: rgba(246, 248, 249, 0.63);
  border-radius: 4px;
  padding: 16rpx;
}

.comment-text {
  flex: 1;
  font-size: 24rpx;
  line-height: 40rpx;
}

.comment-name {
  font-family: PingFangSC-Medium;
}

.comment-text>view:first-child {
  color: #0A0A0A;
}

.comment-text>view:last-child {
  color: rgba(25, 31, 37, 0.4);
}

.comment>view {
  position: relative;
  display: flex;
}

.delete-btn {
  position: absolute;
  right: 16rpx;
  bottom: 9rpx;
  line-height: 20rpx;
  font-size: 28rpx;
}