reply.wxss 152 B

1234567891011
  1. .replyItem {
  2. width: 100%;
  3. height: 50rpx;
  4. background-color: gray;
  5. }
  6. .replyItem text {
  7. font-size: 18rpx;
  8. color: white;
  9. line-height: 20rpx;
  10. }