content-parser.wxss 219 B

1234567891011121314
  1. .plv-mp-chat-msg-content {
  2. text-align: left;
  3. word-break: break-all;
  4. font-size: 0;
  5. min-height: 36rpx;
  6. }
  7. .plv-mp-chat-msg-content-title {
  8. font-size: 26rpx;
  9. }
  10. .plv-mp-chat-msg-img {
  11. background-color: #ddd;
  12. }