messageDetail.wxss 769 Bytes
.message-title {
  width: 100%;
  margin-left: 40rpx;
  font-family: PingFang-SC-Semibold;
  color: #000;
  font-size: 68rpx;
  font-weight: bold;
}

.cell {
  display: flex;
  flex-direction: column;
  padding:0rpx 40rpx;
}
.cell .content {
  margin-top: 40rpx;
  font-family: PingFang-SC-Regular;
  color: #000;
  font-size: 28rpx;
  letter-spacing: 0.35px;
}
.cell .time {
  margin-top: 10rpx;
  font-family: PingFang-SC-Regular;
  color: #999;
  font-size: 26rpx;
  letter-spacing: 0.8px;
}
.cell .space-line {
  background-color: #eee;
  margin-top: 20rpx;
  height: 2rpx;
}

.empty {
  display: flex;
  justify-content: center;
  font-family: PingFang-SC-Regular;
  color: #999;
  font-size: 30rpx;
  letter-spacing: 0.8px;
  margin-top: 300rpx;
  height: 100%;
}