message-analysis.scss 794 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @import '../../../../themes/t.cell.scss';
  2. @import '../../common.scss';
  3. /* module/chats/components/message-analysis/message-analysis.wxss */
  4. .load-btn {
  5. background-color: #1D6FF6;
  6. color: #fff;
  7. padding: 5px 12px;
  8. border-radius: 12px;
  9. font-size: 14px !important;
  10. text-align: center;
  11. }
  12. .tips {
  13. font-size: 12px;
  14. color: #ff611b;
  15. padding: 12px var(--td-cell-horizontal-padding, 32rpx) 0;
  16. }
  17. .gallery-wrapper {
  18. display: flex;
  19. flex-direction: row;
  20. justify-content: space-evenly;
  21. margin: 12px 0;
  22. .container {
  23. width: 30%;
  24. text-align: center;
  25. color: var(--td-text-color-secondarycontainer, #929292);
  26. image {
  27. width: 100%;
  28. height: 75px;
  29. }
  30. text {
  31. margin-top: 8px;
  32. }
  33. }
  34. }
  35. .source {
  36. .container {
  37. width: 96px !important;
  38. }
  39. }