chatForm.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. /* pages/index/to_news/to_news.wxss */
  2. page {
  3. background-color: #f7f7f7;
  4. }
  5. .scroll {
  6. height: 75vh;
  7. }
  8. /* top */
  9. .top-pop {
  10. width: 100%;
  11. height: auto;
  12. max-height: 780rpx;
  13. background: #fff;
  14. position: fixed;
  15. z-index: 9;
  16. top: 0rpx;
  17. border-bottom: 1rpx solid #ddd;
  18. }
  19. .top-pop-box .top-pop .content {
  20. display: flex;
  21. background: #fff;
  22. font-size: 29rpx;
  23. color: #333;
  24. height: auto;
  25. padding: 20rpx 30rpx 20rpx 30rpx;
  26. overflow: hidden;
  27. }
  28. .top-pop-box .top-pop .img {
  29. height: 125rpx;
  30. width: 125rpx;
  31. }
  32. .top-pop-box .top-pop .info {
  33. padding-left: 30rpx;
  34. }
  35. .top-pop-box .top-pop .info .price {
  36. margin-top: 8rpx;
  37. font-size: 28rpx;
  38. color: #f94b4b;
  39. line-height: 40rpx;
  40. width: 160rpx;
  41. }
  42. .top-pop-box .top-pop .info .name {
  43. font-size: 30rpx;
  44. color: #000;
  45. line-height: 40rpx;
  46. }
  47. .top-pop-box .top-pop .info .order {
  48. display: flex;
  49. }
  50. .top-pop-box .top-pop .info .msg {
  51. font-size: 24rpx;
  52. color: #666;
  53. }
  54. .top-pop-box .top-pop .info .btn {
  55. font-size: 24rpx;
  56. background: #f94b4b;
  57. color: #fff;
  58. margin-left: 110px;
  59. padding: 10rpx;
  60. }
  61. /* 聊天内容 */
  62. .news {
  63. margin-top: 180rpx;
  64. text-align: center;
  65. margin-bottom: 120rpx;
  66. }
  67. .historycon {
  68. height: 90%;
  69. width: 100%;
  70. flex-direction: column;
  71. display: flex;
  72. border-top: 0px;
  73. }
  74. .history {
  75. margin-top: 15px;
  76. margin: 10px;
  77. font-size: 14px;
  78. line-height: 40px;
  79. word-break: break-all;
  80. }
  81. .time {
  82. text-align: center;
  83. padding: 5rpx 20rpx 5rpx 20rpx;
  84. width: 200rpx;
  85. font-size: 26rpx;
  86. background-color: #ccc;
  87. color: #fff;
  88. border-radius: 20rpx;
  89. }
  90. .page_row {
  91. display: flex;
  92. }
  93. .my_right {
  94. float: right;
  95. position: relative;
  96. /* right: 40rpx; */
  97. }
  98. .you_left {
  99. float: left;
  100. position: relative;
  101. /* left: 5rpx; */
  102. }
  103. .new_img {
  104. width: 80rpx;
  105. height: 80rpx;
  106. border-radius: 50%;
  107. }
  108. .new_txt {
  109. max-width: 500rpx;
  110. border-radius: 7px;
  111. background-color: #ffde57;
  112. padding: 20rpx 20rpx 20rpx 20rpx;
  113. text-align: left;
  114. line-height: 47rpx;
  115. font-size: 30rpx;
  116. }
  117. .sanjiao {
  118. top: 20rpx;
  119. position: relative;
  120. width: 0px;
  121. height: 0px;
  122. border-width: 10px;
  123. border-style: solid;
  124. }
  125. .my {
  126. border-color: transparent transparent transparent #ffde57;
  127. }
  128. .you {
  129. border-color: transparent #ffde57 transparent transparent;
  130. }
  131. /* input */
  132. .input-pop-box {
  133. position: fixed;
  134. background: rgba(0, 0, 0, 0.5);
  135. z-index: 8;
  136. bottom: 0;
  137. }
  138. .input-pop {
  139. width: 100%;
  140. height: auto;
  141. max-height: 780rpx;
  142. background: #fff;
  143. position: fixed;
  144. z-index: 9;
  145. bottom: 0rpx;
  146. }
  147. .input-pop-box .input-pop .input {
  148. display: flex;
  149. background: #fff;
  150. font-size: 29rpx;
  151. color: #333;
  152. height: auto;
  153. padding: 20rpx 30rpx 20rpx 30rpx;
  154. overflow: hidden;
  155. }
  156. .input-pop-box .input-pop .content {
  157. border: 1rpx solid #eee;
  158. border-radius: 20rpx;
  159. padding: 10rpx;
  160. background: #eee;
  161. overflow: hidden;
  162. height: 65rpx;
  163. width: 550rpx;
  164. }
  165. .input-pop-box .input-pop input {
  166. display: block;
  167. height: 1.4rem;
  168. text-overflow: clip;
  169. overflow: hidden;
  170. white-space: nowrap;
  171. font-family: UICTFontTextStyleBody;
  172. min-height: 1.4rem;
  173. margin-bottom: 40rpx;
  174. }
  175. .input-pop-box .input-pop .send {
  176. width: 120rpx;
  177. height: 65rpx;
  178. line-height: 60rpx;
  179. text-align: center;
  180. border-radius: 20rpx;
  181. background: #ffde57;
  182. font-size: 30rpx;
  183. border: 3rpx solid #333;
  184. margin-left: 20rpx;
  185. }