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

wechat2.wxss 5.8KB

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