业务交流通
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

wechat2.wxss 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. page {
  2. background-color: white;
  3. }
  4. .tab {
  5. padding: 20rpx 20rpx 40rpx 50rpx;
  6. height: 20%;
  7. background-color: white;
  8. }
  9. .tab .tent {
  10. font-size: 33rpx;
  11. margin-bottom: 30rpx;
  12. }
  13. .jia_img {
  14. height: 80rpx;
  15. width: 90rpx;
  16. }
  17. .new_imgtent {
  18. height: 180rpx;
  19. width: 190rpx;
  20. }
  21. .tab .fabu {
  22. font-size: 33rpx;
  23. margin-top: 30rpx;
  24. margin-bottom: 30rpx;
  25. }
  26. .xiahuaxia {
  27. width: 80%;
  28. text-align: center;
  29. margin: 0 auto;
  30. position: relative;
  31. top: 60rpx;
  32. }
  33. .chat-time {
  34. text-align: center;
  35. padding: 5rpx 20rpx 5rpx 20rpx;
  36. width: 200rpx;
  37. font-size: 26rpx;
  38. background-color: #e6e6e6;
  39. }
  40. .new_top_txt {
  41. width: 50%;
  42. position: relative;
  43. top: 38rpx;
  44. text-align: center;
  45. margin: 0 auto;
  46. font-size: 30rpx;
  47. color: #787878;
  48. background-color: #f7f7f7;
  49. }
  50. /* 聊天内容 */
  51. .news {
  52. margin-top: 30rpx;
  53. text-align: center;
  54. margin-bottom: 150rpx;
  55. }
  56. .img_null {
  57. height: 60rpx;
  58. }
  59. .l {
  60. height: 5rpx;
  61. width: 20%;
  62. margin-top: 30rpx;
  63. color: #000;
  64. }
  65. /* 聊天 */
  66. .my_right {
  67. float: right;
  68. position: relative;
  69. right: 40rpx;
  70. }
  71. .you_left {
  72. float: left;
  73. position: relative;
  74. left: 5rpx;
  75. }
  76. .new_img {
  77. width: 100rpx;
  78. height: 100rpx;
  79. border-radius: 50%;
  80. }
  81. .sanjiao {
  82. top: 20rpx;
  83. position: relative;
  84. width: 0px;
  85. height: 0px;
  86. border-width: 10px;
  87. border-style: solid;
  88. }
  89. .my {
  90. border-color: transparent transparent transparent #95d4ff;
  91. }
  92. .you {
  93. border-color: transparent #95d4ff transparent transparent;
  94. }
  95. .sendmessage {
  96. background-color: white;
  97. width: 100%;
  98. position: fixed;
  99. bottom: 0rpx;
  100. display: flex;
  101. flex-direction: row;
  102. }
  103. .sendmessage input {
  104. width: 80%;
  105. height: 80rpx;
  106. background-color: white;
  107. line-height: 80rpx;
  108. font-size: 28rpx;
  109. border: 2rpx solid #d0d0d0;
  110. padding-left: 20rpx;
  111. }
  112. .sendmessage button {
  113. border: 2rpx solid white;
  114. width: 18%;
  115. height: 80rpx;
  116. background: #fff;
  117. color: #000;
  118. line-height: 80rpx;
  119. font-size: 28rpx;
  120. }
  121. .historycon {
  122. height: 90%;
  123. width: 100%;
  124. flex-direction: column;
  125. display: flex;
  126. margin-top: 100rpx;
  127. border-top: 0px;
  128. }
  129. .hei {
  130. margin-top: 50px;
  131. height: 20rpx;
  132. }
  133. .history {
  134. height: 100%;
  135. margin-top: 30rpx;
  136. margin: 20rpx;
  137. font-size: 28rpx;
  138. line-height: 80rpx;
  139. word-break: break-all;
  140. }
  141. .btn {
  142. margin-left: 5rpx;
  143. margin-right: 4rpx;
  144. }
  145. .chat-input {
  146. margin-left: 5rpx;
  147. }
  148. .top-content {
  149. display: flex;
  150. }
  151. .back-icon {
  152. margin-top: 25rpx;
  153. margin-left: 25rpx;
  154. width: 40rpx;
  155. height: 40rpx;
  156. }
  157. .other-record-content {
  158. background-color: #ffefdb;
  159. width: 380rpx;
  160. border-radius: 7px;
  161. padding: 0rpx 30rpx 0rpx 30rpx;
  162. }
  163. .other-record {
  164. display: flex;
  165. justify-content: flex-start;
  166. }
  167. .other-head-img {
  168. width: 70rpx;
  169. height: 70rpx;
  170. margin: 10rpx 10rpx 10rpx 10rpx;
  171. }
  172. .other-record-content-triangle {
  173. width: 0;
  174. height: 0;
  175. border-top: 20rpx solid transparent;
  176. border-right: 40rpx solid #ffefdb;
  177. border-bottom: 15rpx solid transparent;
  178. margin-top: 20rpx;
  179. }
  180. .own-record {
  181. display: flex;
  182. justify-content: flex-end;
  183. }
  184. .own-record-content {
  185. background-color: #f0f0f0;
  186. width: 380rpx;
  187. border-radius: 7px;
  188. padding: 0rpx 30rpx 0rpx 30rpx;
  189. }
  190. .own-record-content-triangle {
  191. width: 0;
  192. height: 0;
  193. border-top: 20rpx solid transparent;
  194. border-left: 40rpx solid #f0f0f0;
  195. border-bottom: 20rpx solid transparent;
  196. margin-top: 20rpx;
  197. }
  198. .own-head-img {
  199. width: 70rpx;
  200. height: 70rpx;
  201. margin: 10rpx 10rpx 10rpx 10rpx;
  202. padding-right: 30rpx;
  203. }
  204. ::-webkit-scrollbar {
  205. width: 0;
  206. height: 0;
  207. color: transparent;
  208. }