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

wechat2.wxss 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  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. }
  179. .other-head-img {
  180. width: 70rpx;
  181. height: 70rpx;
  182. border-radius: 50%;
  183. margin: 10rpx 10rpx 10rpx 10rpx;
  184. }
  185. .other-record-content-triangle {
  186. width: 0;
  187. height: 0;
  188. border-top: 10rpx solid transparent;
  189. border-right: 15rpx solid #fff;
  190. border-bottom: 10rpx solid transparent;
  191. margin-top: 36rpx;
  192. }
  193. .own-record {
  194. display: flex;
  195. justify-content: flex-end;
  196. padding-right: 30rpx;
  197. }
  198. .own-record-content {
  199. background-color: #5e73e5;
  200. box-shadow: -2px 9px 21px 0px
  201. rgba(0, 0, 0, 0.05);
  202. max-width: 450rpx;
  203. border-radius: 8px;
  204. padding: 15rpx 20rpx;
  205. color: #fff;
  206. text-align: left;
  207. margin: 6px 0;
  208. line-height: 40rpx;
  209. box-sizing: border-box;
  210. display: flex;
  211. align-items:center; /*实现垂直居中*/
  212. position: relative;
  213. }
  214. .own-record-content-triangle {
  215. width: 0;
  216. height: 0;
  217. /* border-top: 20rpx solid transparent;
  218. border-left: 40rpx solid #F0F0F0;
  219. border-bottom: 20rpx solid transparent; */
  220. border-top: 10rpx solid transparent;
  221. border-left: 15rpx solid #5e73e5;
  222. border-bottom: 10rpx solid transparent;
  223. margin-top: 36rpx;
  224. }
  225. .own-head-img {
  226. width: 70rpx;
  227. height: 70rpx;
  228. border-radius: 50%;
  229. margin: 10rpx 10rpx 10rpx 10rpx;
  230. }
  231. ::-webkit-scrollbar {
  232. width: 0;
  233. height: 0;
  234. color: transparent;
  235. }
  236. .chat-emotion {
  237. width: 28px;
  238. height: 28px;
  239. margin: 0 12px;
  240. }
  241. .emotions {
  242. display: flex;
  243. align-items: flex-start;
  244. justify-content: flex-start;
  245. width: 200px;
  246. height: 36px;
  247. margin: 6px;
  248. }
  249. .historyText {
  250. color: #ccc;
  251. }
  252. .product-item-view {
  253. width: 100%;
  254. margin-bottom: 15rpx;
  255. margin-top: 15rpx;
  256. box-sizing: border-box;
  257. padding: 0 20rpx;
  258. }
  259. .product-item-view .content-view{
  260. background: #fff;
  261. border-radius: 20rpx;
  262. box-shadow: -1px 3px 12px 4px
  263. rgba(186, 186, 186, 0.1);
  264. position: relative;
  265. left: -20rpx;
  266. box-sizing: border-box;
  267. }
  268. .product-item-view .product-info-item{
  269. box-sizing: border-box;
  270. padding: 30rpx;
  271. border-bottom: 1px solid #eaedf4;
  272. text-align: left;
  273. word-break: break-all;
  274. text-overflow: ellipsis;
  275. overflow: hidden;
  276. display: -webkit-box;
  277. -webkit-line-clamp: 2;
  278. -webkit-box-orient: vertical;
  279. font-size: 26rpx;
  280. color: #666;
  281. }
  282. .product-item-view .product-send-time{
  283. box-sizing: border-box;
  284. padding: 20rpx 30rpx;
  285. color: #b3bfcb;
  286. font-size: 24rpx;
  287. color: #b3bfcb;
  288. text-align: left;
  289. }
  290. .faces-view-dialog {
  291. width: 100%;
  292. position: fixed;
  293. box-sizing: border-box;
  294. padding: 20rpx;
  295. bottom: 76px;
  296. background: #fff;
  297. }
  298. .emotions-item {
  299. width: 24px;
  300. height: 24px;
  301. width: 6.6%;
  302. text-align: center;
  303. }
  304. .msg-isRead {
  305. position: absolute;
  306. font-size: 24rpx;
  307. color: #b3bfcb;
  308. bottom: -6rpx;
  309. }
  310. .msg-isRead.left {
  311. right: -60rpx;
  312. }
  313. .msg-isRead.right {
  314. left: -60rpx;
  315. }