index.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .chat-top-wrap.data-v-2cc7b829 {
  21. height: calc(100% - 170rpx);
  22. }
  23. .chat-top-wrap .chat-list.data-v-2cc7b829 {
  24. width: calc(100% - 52rpx);
  25. padding: 0 26rpx;
  26. }
  27. .chat-top-wrap .chat-list .list-time.data-v-2cc7b829 {
  28. color: #999999;
  29. text-align: center;
  30. margin-top: 30rpx;
  31. }
  32. .chat-top-wrap .chat-list .list-blo.data-v-2cc7b829 {
  33. display: -webkit-box;
  34. display: flex;
  35. display: -webkit-flex;
  36. -webkit-box-align: start;
  37. -webkit-align-items: flex-start;
  38. align-items: flex-start;
  39. -webkit-box-pack: start;
  40. -webkit-justify-content: flex-start;
  41. justify-content: flex-start;
  42. margin-top: 20rpx;
  43. }
  44. .chat-top-wrap .chat-list .list-blo .list-attr.data-v-2cc7b829 {
  45. width: 70rpx;
  46. height: 70rpx;
  47. border-radius: 50%;
  48. }
  49. .chat-top-wrap .chat-list .list-blo .list-attr ._img.data-v-2cc7b829 {
  50. border-radius: 50%;
  51. }
  52. .chat-top-wrap .chat-list .list-blo .list-content.data-v-2cc7b829 {
  53. padding: 18rpx 20rpx;
  54. background-color: #fff;
  55. border-radius: 10rpx;
  56. font-size: 30rpx;
  57. position: relative;
  58. color: #000;
  59. max-width: 66%;
  60. line-height: 1.4;
  61. }
  62. .chat-top-wrap .chat-list .list-blo .list-content.data-v-2cc7b829::before {
  63. content: '';
  64. position: absolute;
  65. width: 0;
  66. height: 0;
  67. top: 16rpx;
  68. border: 12rpx solid #fff;
  69. }
  70. .chat-top-wrap .chat-list .list-blo .list-content.list-img.data-v-2cc7b829 {
  71. background-color: #fff !important;
  72. }
  73. .chat-top-wrap .chat-list .list-blo .list-content.list-img .list-content-img.data-v-2cc7b829 {
  74. width: 260rpx;
  75. height: 260rpx;
  76. }
  77. .chat-top-wrap .chat-list .list-blo .list-content.list-img .list-content-img ._img.data-v-2cc7b829 {
  78. height: 260rpx;
  79. }
  80. .chat-top-wrap .chat-list .list-blo .list-content.list-img .list-img-text.data-v-2cc7b829 {
  81. margin-top: 12rpx;
  82. font-size: 28rpx;
  83. }
  84. .chat-top-wrap .chat-list.data-v-2cc7b829:last-child {
  85. margin-bottom: 20rpx;
  86. }
  87. .chat-top-wrap .chat-list-l .list-content.data-v-2cc7b829 {
  88. margin-left: 26rpx;
  89. }
  90. .chat-top-wrap .chat-list-l .list-content.data-v-2cc7b829::before {
  91. right: 100%;
  92. border-color: transparent #fff transparent transparent !important;
  93. }
  94. .chat-top-wrap .chat-list-r .list-blo.data-v-2cc7b829 {
  95. -webkit-box-pack: end;
  96. -webkit-justify-content: flex-end;
  97. justify-content: flex-end;
  98. }
  99. .chat-top-wrap .chat-list-r .list-blo .list-content.data-v-2cc7b829 {
  100. margin-right: 26rpx;
  101. background-color: #a9e368;
  102. }
  103. .chat-top-wrap .chat-list-r .list-blo .list-content.data-v-2cc7b829::before {
  104. left: 100%;
  105. border-color: transparent transparent transparent #a9e368 !important;
  106. }
  107. .chat-top-wrap .chat-list-r .list-blo .list-content.list-img.data-v-2cc7b829::before {
  108. border-color: transparent transparent transparent #fff !important;
  109. }
  110. .chat-bottom-wrap.data-v-2cc7b829 {
  111. width: calc(100% - 40rpx);
  112. height: 170rpx;
  113. padding: 0 20rpx;
  114. background-color: #f5f5f5;
  115. display: block;
  116. }
  117. .chat-bottom-wrap .tool-wrap.data-v-2cc7b829 {
  118. display: -webkit-box;
  119. display: flex;
  120. display: -webkit-flex;
  121. -webkit-box-align: center;
  122. -webkit-align-items: center;
  123. align-items: center;
  124. -webkit-box-pack: start;
  125. -webkit-justify-content: flex-start;
  126. justify-content: flex-start;
  127. padding-top: 14rpx;
  128. padding-bottom: 26rpx;
  129. margin-left: 4rpx;
  130. }
  131. .chat-bottom-wrap .tool-wrap .tool-list.data-v-2cc7b829 {
  132. height: 44rpx;
  133. line-height: 44rpx;
  134. border: 1rpx solid #eee;
  135. border-radius: 50rpx;
  136. padding: 0 14rpx;
  137. margin-left: 10rpx;
  138. background-color: #fff;
  139. }
  140. .chat-bottom-wrap .input-wrap.data-v-2cc7b829 .app-search-module {
  141. height: 70rpx;
  142. }
  143. .chat-bottom-wrap .input-wrap.data-v-2cc7b829 .app-search-module input {
  144. font-size: 32rpx;
  145. }
  146. .link-modal-wrap .link-tit.data-v-2cc7b829 {
  147. text-align: center;
  148. font-size: 40rpx;
  149. margin-bottom: 40rpx;
  150. }
  151. .link-modal-wrap .btn-wrap .button-com.data-v-2cc7b829 {
  152. display: block;
  153. margin-bottom: 20rpx;
  154. }