index.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .custom-message {
  2. display: flex;
  3. padding: 10rpx 24rpx;
  4. background-color: #fff;
  5. border-radius: 2px 10px 10px 10px;
  6. border: 1px solid #D9D9D9;
  7. }
  8. .my-custom {
  9. border-radius: 10px 2px 10px 10px;
  10. border: 1px solid rgba(0, 110, 255, 0.30);
  11. }
  12. .custom-content-title {
  13. font-family: PingFangSC-Medium;
  14. width: 278rpx;
  15. line-height: 34rpx;
  16. font-size: 24rpx;
  17. color: #000000;
  18. letter-spacing: 0;
  19. margin-bottom: 12rpx;
  20. }
  21. .custom-content-description {
  22. font-family: PingFangSC-Regular;
  23. width: 278rpx;
  24. line-height: 34rpx;
  25. font-size: 28rpx;
  26. color: #006EFF;
  27. letter-spacing: 0;
  28. margin-bottom: 12rpx;
  29. }
  30. .custom-content-price {
  31. font-family: PingFangSC-Medium;
  32. line-height: 50rpx;
  33. color: #FF7201;
  34. letter-spacing: 0;
  35. }
  36. .custom-image {
  37. width: 135rpx;
  38. height: 135rpx;
  39. border-radius: 6rpx;
  40. margin-right: 10rpx;
  41. margin-top: 4rpx;
  42. }
  43. .custom-content-score {
  44. display: flex;
  45. align-items: center;
  46. padding-bottom: 12rpx;
  47. }
  48. .custom-content-score .score-star {
  49. width: 36rpx;
  50. height: 36rpx;
  51. margin-right: 10rpx;
  52. }
  53. .text-message {
  54. display: inline-flex;
  55. max-width: 60vw;
  56. line-height: 52rpx;
  57. padding: 12rpx 24rpx;
  58. background: #F8F8F8;
  59. border: 1px solid #D9D9D9;
  60. border-radius: 2px 10px 10px 10px;
  61. }
  62. .my-text {
  63. border-radius: 10px 2px 10px 10px;
  64. border: 1px solid rgba(0, 110, 255, 0.30);
  65. background: rgba(0, 110, 255, 0.10);
  66. }
  67. .message-body-span {
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. /*justify-content: flex-start;*/
  72. flex-wrap: wrap;
  73. outline: none;
  74. font-size: 28rpx;
  75. color: #333333;
  76. position: relative;
  77. max-width: 60vw;
  78. }
  79. .message-body-span-text {
  80. width: 100%;
  81. display: inline;
  82. word-wrap: break-word;
  83. word-break: break-all;
  84. }
  85. .custom-content-text {
  86. font-family: PingFangSC-Regular;
  87. height: 25px;
  88. line-height: 25px;
  89. font-size: 28rpx;
  90. letter-spacing: 0;
  91. }