业务交流通
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

wechat2.wxss 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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. height: 81rpx;
  114. background-color: #fff;
  115. line-height: 81rpx;
  116. font-size: 28rpx;
  117. padding-left: 20rpx;
  118. width: 530rpx;
  119. }
  120. .sendmessage .expression-msg-img,
  121. .sendmessage .img-msg-img{
  122. width: 71rpx;
  123. height: 71rpx;
  124. margin-left: 18rpx;
  125. }
  126. .historycon {
  127. height: 90%;
  128. /* background-color: pink; */
  129. width: 100%;
  130. flex-direction: column;
  131. display: flex;
  132. /* margin-top: 100rpx; */
  133. border-top: 0px;
  134. }
  135. .hei {
  136. margin-top: 50px;
  137. height: 20rpx;
  138. }
  139. .history {
  140. /* height: 300px; */
  141. margin-top: 30rpx;
  142. margin: 20rpx;
  143. font-size: 28rpx;
  144. line-height: 80rpx;
  145. word-break: break-all;
  146. }
  147. .chat-input {
  148. width: 60%;
  149. height: 40px;
  150. border: 0;
  151. border-radius: 8px;
  152. margin-left: 5rpx;
  153. }
  154. .back-icon {
  155. margin-top: 25rpx;
  156. margin-left: 25rpx;
  157. width: 40rpx;
  158. height: 40rpx;
  159. }
  160. .other-record-content {
  161. background-color: #fff;
  162. box-shadow: -2px 9px 21px 0px
  163. rgba(0, 0, 0, 0.05);
  164. max-width: 450rpx;
  165. border-radius: 8px;
  166. padding: 15rpx 20rpx;
  167. text-align: left;
  168. margin: 6px 0;
  169. line-height: 40rpx;
  170. box-sizing: border-box;
  171. display: flex;
  172. align-items:center; /*实现垂直居中*/
  173. position: relative;
  174. }
  175. .other-record {
  176. display: flex;
  177. justify-content: flex-start;
  178. margin: 15rpx 0;
  179. }
  180. .other-head-img {
  181. width: 70rpx;
  182. height: 70rpx;
  183. border-radius: 50%;
  184. margin: 10rpx 10rpx 10rpx 10rpx;
  185. }
  186. .other-record-content-triangle {
  187. width: 0;
  188. height: 0;
  189. border-top: 10rpx solid transparent;
  190. border-right: 15rpx solid #fff;
  191. border-bottom: 10rpx solid transparent;
  192. margin-top: 36rpx;
  193. }
  194. .own-record {
  195. display: flex;
  196. justify-content: flex-end;
  197. padding-right: 30rpx;
  198. margin: 15rpx 0;
  199. }
  200. .own-record-content {
  201. background-color: #5e73e5;
  202. box-shadow: -2px 9px 21px 0px
  203. rgba(0, 0, 0, 0.05);
  204. max-width: 450rpx;
  205. border-radius: 8px;
  206. padding: 15rpx 20rpx;
  207. color: #fff;
  208. text-align: left;
  209. margin: 6px 0;
  210. line-height: 40rpx;
  211. box-sizing: border-box;
  212. display: flex;
  213. align-items:center; /*实现垂直居中*/
  214. position: relative;
  215. }
  216. .own-record-content-triangle {
  217. width: 0;
  218. height: 0;
  219. /* border-top: 20rpx solid transparent;
  220. border-left: 40rpx solid #F0F0F0;
  221. border-bottom: 20rpx solid transparent; */
  222. border-top: 10rpx solid transparent;
  223. border-left: 15rpx solid #5e73e5;
  224. border-bottom: 10rpx solid transparent;
  225. margin-top: 36rpx;
  226. }
  227. .own-head-img {
  228. width: 70rpx;
  229. height: 70rpx;
  230. border-radius: 50%;
  231. margin: 10rpx 10rpx 10rpx 10rpx;
  232. }
  233. ::-webkit-scrollbar {
  234. width: 0;
  235. height: 0;
  236. color: transparent;
  237. }
  238. .chat-emotion {
  239. width: 28px;
  240. height: 28px;
  241. margin: 0 12px;
  242. }
  243. .emotions {
  244. display: flex;
  245. align-items: flex-start;
  246. justify-content: flex-start;
  247. width: 200px;
  248. height: 36px;
  249. margin: 6px;
  250. }
  251. .historyText {
  252. color: #ccc;
  253. }
  254. .product-item-view {
  255. width: 100%;
  256. margin-bottom: 15rpx;
  257. margin-top: 15rpx;
  258. box-sizing: border-box;
  259. padding: 0 20rpx;
  260. }
  261. .product-item-view .content-view{
  262. background: #fff;
  263. border-radius: 20rpx;
  264. box-shadow: -1px 3px 12px 4px
  265. rgba(186, 186, 186, 0.1);
  266. position: relative;
  267. left: -20rpx;
  268. box-sizing: border-box;
  269. }
  270. .product-item-view .product-info-item{
  271. box-sizing: border-box;
  272. padding: 30rpx;
  273. border-bottom: 1px solid #eaedf4;
  274. text-align: left;
  275. word-break: break-all;
  276. text-overflow: ellipsis;
  277. overflow: hidden;
  278. display: -webkit-box;
  279. -webkit-line-clamp: 2;
  280. -webkit-box-orient: vertical;
  281. font-size: 26rpx;
  282. color: #666;
  283. }
  284. .product-item-view .product-send-time{
  285. box-sizing: border-box;
  286. padding: 20rpx 30rpx;
  287. color: #b3bfcb;
  288. font-size: 24rpx;
  289. color: #b3bfcb;
  290. text-align: left;
  291. }
  292. .faces-view-dialog {
  293. width: 100%;
  294. position: fixed;
  295. box-sizing: border-box;
  296. padding: 20rpx;
  297. bottom: 76px;
  298. background: #fff;
  299. }
  300. .emotions-item {
  301. width: 24px;
  302. height: 24px;
  303. width: 6.6%;
  304. text-align: center;
  305. }
  306. .msg-isRead {
  307. position: absolute;
  308. font-size: 24rpx;
  309. color: #b3bfcb;
  310. bottom: -6rpx;
  311. }
  312. .msg-isRead.left {
  313. right: -60rpx;
  314. }
  315. .msg-isRead.right {
  316. left: -60rpx;
  317. }