业务交流通
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wechat2.wxss 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. /* pages/wechat2/wechat2.wxss */
  2. page {
  3. background-color: #f3f3f4;
  4. }
  5. .tab {
  6. padding: 20rpx 20rpx 40rpx 50rpx;
  7. height: 20%;
  8. background-color: white;
  9. }
  10. .tab .tent {
  11. font-size: 33rpx;
  12. margin-bottom: 30rpx;
  13. }
  14. .jia_img {
  15. height: 80rpx;
  16. width: 90rpx;
  17. }
  18. .new_imgtent {
  19. height: 180rpx;
  20. width: 190rpx;
  21. }
  22. .tab .fabu {
  23. font-size: 33rpx;
  24. margin-top: 30rpx;
  25. margin-bottom: 30rpx;
  26. }
  27. .xiahuaxia {
  28. width: 80%;
  29. text-align: center;
  30. margin: 0 auto;
  31. position: relative;
  32. top: 60rpx;
  33. }
  34. .chat-time {
  35. text-align: center;
  36. padding: 5rpx 20rpx 5rpx 20rpx;
  37. width: 200rpx;
  38. font-size: 26rpx;
  39. background-color: #e6e6e6;
  40. }
  41. .new_top_txt {
  42. width: 50%;
  43. position: relative;
  44. top: 38rpx;
  45. text-align: center;
  46. margin: 0 auto;
  47. font-size: 30rpx;
  48. color: #787878;
  49. background-color: #f7f7f7;
  50. }
  51. /* 聊天内容 */
  52. .news {
  53. margin-top: 10px;
  54. text-align: center;
  55. margin-bottom: 98px;
  56. }
  57. .img_null {
  58. height: 60rpx;
  59. }
  60. .l {
  61. height: 5rpx;
  62. width: 20%;
  63. margin-top: 30rpx;
  64. color: #000;
  65. }
  66. /* 聊天 */
  67. .my_right {
  68. float: right;
  69. position: relative;
  70. right: 40rpx;
  71. }
  72. .you_left {
  73. float: left;
  74. position: relative;
  75. left: 5rpx;
  76. }
  77. .new_img {
  78. width: 100rpx;
  79. height: 100rpx;
  80. border-radius: 50%;
  81. }
  82. .sanjiao {
  83. top: 20rpx;
  84. position: relative;
  85. width: 0px;
  86. height: 0px;
  87. border-width: 10px;
  88. border-style: solid;
  89. }
  90. .my {
  91. border-color: transparent transparent transparent #95d4ff;
  92. }
  93. .you {
  94. border-color: transparent #95d4ff transparent transparent;
  95. }
  96. .sendmessage {
  97. /* display: flex;
  98. align-items: center;
  99. flex-direction: row; */
  100. width: 100%;
  101. min-height: 60px;
  102. position: fixed;
  103. bottom: 0px;
  104. background-color: rgba(242, 242, 242, 100);
  105. box-shadow: 0px -1px 5px 1px rgba(57, 57, 57, 0.1);
  106. }
  107. .send-message {
  108. display: flex;
  109. align-items: center;
  110. padding: 16px;
  111. }
  112. .sendmessage input {
  113. background-color: #fff;
  114. width: 460rpx;
  115. }
  116. .sendmessage .expression-msg-img,
  117. .sendmessage .img-msg-img{
  118. width: 71rpx;
  119. height: 71rpx;
  120. margin-left: 18rpx;
  121. }
  122. .historycon {
  123. height: 90%;
  124. /* background-color: pink; */
  125. width: 100%;
  126. flex-direction: column;
  127. display: flex;
  128. /* margin-top: 100rpx; */
  129. border-top: 0px;
  130. }
  131. .hei {
  132. margin-top: 50px;
  133. height: 20rpx;
  134. }
  135. .history {
  136. /* height: 300px; */
  137. margin-top: 30rpx;
  138. margin: 20rpx;
  139. font-size: 28rpx;
  140. line-height: 80rpx;
  141. word-break: break-all;
  142. }
  143. .back-icon {
  144. margin-top: 25rpx;
  145. margin-left: 25rpx;
  146. width: 40rpx;
  147. height: 40rpx;
  148. }
  149. .other-record-content {
  150. background-color: #fff;
  151. box-shadow: -2px 9px 21px 0px
  152. rgba(0, 0, 0, 0.05);
  153. max-width: 450rpx;
  154. border-radius: 8px;
  155. padding: 15rpx 20rpx;
  156. text-align: left;
  157. margin: 6px 0;
  158. line-height: 40rpx;
  159. box-sizing: border-box;
  160. display: flex;
  161. align-items:center; /*实现垂直居中*/
  162. position: relative;
  163. }
  164. .other-record {
  165. display: flex;
  166. justify-content: flex-start;
  167. margin: 15rpx 0;
  168. }
  169. .other-head-img {
  170. width: 70rpx;
  171. height: 70rpx;
  172. border-radius: 50%;
  173. margin: 10rpx 10rpx 10rpx 10rpx;
  174. }
  175. .other-record-content-triangle {
  176. width: 0;
  177. height: 0;
  178. border-top: 10rpx solid transparent;
  179. border-right: 15rpx solid #fff;
  180. border-bottom: 10rpx solid transparent;
  181. margin-top: 36rpx;
  182. }
  183. .own-record {
  184. display: flex;
  185. justify-content: flex-end;
  186. padding-right: 30rpx;
  187. margin: 15rpx 0;
  188. }
  189. .own-record-content {
  190. background-color: #5e73e5;
  191. box-shadow: -2px 9px 21px 0px
  192. rgba(0, 0, 0, 0.05);
  193. max-width: 450rpx;
  194. border-radius: 8px;
  195. padding: 15rpx 20rpx;
  196. color: #fff;
  197. text-align: left;
  198. margin: 6px 0;
  199. line-height: 40rpx;
  200. box-sizing: border-box;
  201. display: flex;
  202. align-items:center; /*实现垂直居中*/
  203. position: relative;
  204. }
  205. .own-record-content-triangle {
  206. width: 0;
  207. height: 0;
  208. /* border-top: 20rpx solid transparent;
  209. border-left: 40rpx solid #F0F0F0;
  210. border-bottom: 20rpx solid transparent; */
  211. border-top: 10rpx solid transparent;
  212. border-left: 15rpx solid #5e73e5;
  213. border-bottom: 10rpx solid transparent;
  214. margin-top: 36rpx;
  215. }
  216. .own-head-img {
  217. width: 70rpx;
  218. height: 70rpx;
  219. border-radius: 50%;
  220. margin: 10rpx 10rpx 10rpx 10rpx;
  221. }
  222. ::-webkit-scrollbar {
  223. width: 0;
  224. height: 0;
  225. color: transparent;
  226. }
  227. .chat-emotion {
  228. width: 28px;
  229. height: 28px;
  230. margin: 0 12px;
  231. }
  232. .emotions {
  233. display: flex;
  234. align-items: flex-start;
  235. justify-content: flex-start;
  236. width: 200px;
  237. height: 36px;
  238. margin: 6px;
  239. }
  240. .historyText {
  241. color: #ccc;
  242. }
  243. .product-item-view {
  244. width: 100%;
  245. margin-bottom: 15rpx;
  246. margin-top: 15rpx;
  247. box-sizing: border-box;
  248. padding: 0 20rpx;
  249. }
  250. .product-item-view .content-view{
  251. background: #fff;
  252. border-radius: 20rpx;
  253. box-shadow: -1px 3px 12px 4px
  254. rgba(186, 186, 186, 0.1);
  255. position: relative;
  256. left: -20rpx;
  257. box-sizing: border-box;
  258. }
  259. .product-item-view .product-info-item{
  260. box-sizing: border-box;
  261. padding: 30rpx;
  262. border-bottom: 1px solid #eaedf4;
  263. text-align: left;
  264. word-break: break-all;
  265. text-overflow: ellipsis;
  266. overflow: hidden;
  267. display: -webkit-box;
  268. -webkit-line-clamp: 2;
  269. -webkit-box-orient: vertical;
  270. font-size: 26rpx;
  271. color: #666;
  272. }
  273. .product-item-view .product-send-time{
  274. box-sizing: border-box;
  275. padding: 20rpx 30rpx;
  276. color: #b3bfcb;
  277. font-size: 24rpx;
  278. color: #b3bfcb;
  279. text-align: left;
  280. }
  281. .faces-view-dialog {
  282. width: 100%;
  283. position: fixed;
  284. box-sizing: border-box;
  285. padding: 20rpx;
  286. bottom: 76px;
  287. background: #fff;
  288. }
  289. .emotions-item {
  290. width: 24px;
  291. height: 24px;
  292. width: 6.6%;
  293. text-align: center;
  294. }
  295. .msg-isRead {
  296. position: absolute;
  297. font-size: 24rpx;
  298. color: #b3bfcb;
  299. bottom: -6rpx;
  300. }
  301. .msg-isRead.left {
  302. right: -60rpx;
  303. }
  304. .msg-isRead.right {
  305. left: -60rpx;
  306. }