message-report.scss 761 B

12345678910111213141516171819202122232425262728293031323334
  1. @import '../../../../themes/t.cell.scss';
  2. @import '../../common.scss';
  3. /* module/chats/components/message-report/message-report.wxss */
  4. .chat-card__handle .item {
  5. width: 100% !important;
  6. height: 52px * 0.5;
  7. }
  8. .report-handle{
  9. margin: 15px auto !important;
  10. width: 95% !important;
  11. }
  12. .report-box {
  13. display: flex;
  14. height: 40px !important;
  15. align-items: center;
  16. justify-content: center;
  17. border:2px solid white;
  18. background: linear-gradient(to bottom, #d9e7fb, #c1d5f5); /* 渐变蓝色 */
  19. width: 100% !important;
  20. border-radius: 6px;
  21. .report-img {
  22. width: 35rpx !important;
  23. height: 35rpx !important;
  24. position:unset !important;
  25. margin-right: 5px !important;
  26. }
  27. .text-box {
  28. font-size: 24rpx;
  29. color: #1f457f;
  30. }
  31. }