chat.vue 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <template>
  2. <view class="chat-pages">
  3. <u-navbar :border="false" @leftClick="return1">
  4. <view class="chat-navbar u-flex-col u-col-center" slot="center">
  5. <text>陈女士</text>
  6. <text>内核网·项目经理</text>
  7. </view>
  8. </u-navbar>
  9. <view class="chat-header" v-if="0" :style="{top:(statusheight + 58) + 'px'}">
  10. <view class="header-top u-flex u-row-between">
  11. <view class="header-left">
  12. <view class="u-flex">
  13. <text class="text1">喻伯艺</text>
  14. <text class="text2">急于求职</text>
  15. </view>
  16. <view class="text3">
  17. 杭州迅阳科技有限公司·高级UI设计师
  18. </view>
  19. </view>
  20. <view class="header-right">
  21. <image src="https://dummyimage.com/100x100" class="right-img" mode=""></image>
  22. <image src="../static/images/nan.png" class="sex" mode=""></image>
  23. <image src="../static/images/nv.png" class="sex" mode=""></image>
  24. </view>
  25. </view>
  26. <view class="jingli-box u-flex u-row-between">
  27. <image src="../static/images/dizhi.png" class="img" mode=""></image>
  28. <text class="text1">北京字节跳动科技…·交互设计师</text>
  29. <text class="text2">2019.09-2023.03</text>
  30. </view>
  31. <view class="jingli-box u-flex u-row-between">
  32. <image src="../static/images/zhiye.png" class="img" mode=""></image>
  33. <text class="text1">中国美术学院·视觉设计</text>
  34. <text class="text2">2019.09-2023.03</text>
  35. </view>
  36. <view class="chat-label u-flex u-flex-wrap">
  37. <text v-for="(a,b) in 3" :key="b">用户研究</text>
  38. </view>
  39. <view class="goutong-time">
  40. 04月6日 12:34 发起沟通
  41. </view>
  42. </view>
  43. <view class="chat-header1" v-else :style="{top:(statusheight + 58) + 'px'}">
  44. <view class="header1-top u-flex u-row-between">
  45. <text>UX/UE交互设计师</text>
  46. <text>20-25K·13薪</text>
  47. </view>
  48. <view class="jingli1-box">
  49. 江苏满运软件科… 移动互联网
  50. </view>
  51. <view class="chat-label1 u-flex u-flex-wrap">
  52. <text v-for="(a,b) in 3" :key="b">用户研究</text>
  53. </view>
  54. <view class="zhiwei-title">
  55. 岗位职责:
  56. </view>
  57. <view class="zhiwei-text">
  58. 1、负责公司APP、小程序等端的界面视觉设计以及部分营销活动的设计工作;
  59. 2、关注产品数据和客户反馈,洞察其中的用户体验改进机会,并通过设计项目持续改进提升,提升产品易用性;
  60. 3、参与视觉设计体验标准、规范制定,总结设计方法…
  61. </view>
  62. <view class="goutong-time1">
  63. 04月6日 12:34 发起沟通
  64. </view>
  65. </view>
  66. <view class="" style="height: 200rpx;"></view>
  67. <view class="chat-item" v-for="(item,index) in 10" :key="index">
  68. <view class="chat-time">
  69. 04月6日 12:34
  70. </view>
  71. <view class="chat-item-box u-flex u-col-top u-row-between">
  72. <image :style="{opacity: index % 2 == 0 ? 1 : 0}" src="https://dummyimage.com/92x92" class="user-img" mode=""></image>
  73. <view class="u-flex-1">
  74. <view class="chat-text" :style="{background:index % 2 == 1 ? '#D3E5FB' : '#fff'}">
  75. 你好,我们正在寻找优秀的人才,这位候选人比较符合,有兴趣聊聊吗?
  76. </view>
  77. </view>
  78. <image :style="{opacity: index % 2 == 0 ? 0 : 1}" src="https://dummyimage.com/92x92" class="user-img" mode=""></image>
  79. </view>
  80. </view>
  81. <zhao-chat></zhao-chat>
  82. </view>
  83. </template>
  84. <script>
  85. export default {
  86. data() {
  87. return {
  88. statusheight: 0
  89. }
  90. },
  91. onLoad() {
  92. this.statusheight = uni.getSystemInfoSync().statusBarHeight
  93. },
  94. methods: {
  95. return1(){
  96. uni.navigateBack()
  97. }
  98. }
  99. }
  100. </script>
  101. <style lang="scss">
  102. .chat-pages {
  103. .chat-header1 {
  104. width: 702rpx;
  105. background: #FFFFFF;
  106. border-radius: 16rpx;
  107. position: sticky;
  108. left: 24rpx;
  109. z-index: 20;
  110. margin: 10px auto;
  111. padding: 0 20rpx;
  112. .goutong-time1 {
  113. line-height: 80rpx;
  114. font-size: 24rpx;
  115. font-family: SFPro-Regular, SFPro;
  116. font-weight: 400;
  117. color: #777777;
  118. border-top: 2rpx solid #F0F0F0;
  119. }
  120. .zhiwei-text{
  121. font-size: 26rpx;
  122. font-family: PingFangSC-Regular, PingFang SC;
  123. font-weight: 400;
  124. color: #555555;
  125. padding-bottom: 20rpx;
  126. border-bottom: 2rpx solid #F0F0F0;
  127. }
  128. .zhiwei-title{
  129. font-size: 26rpx;
  130. font-family: PingFangSC-Regular, PingFang SC;
  131. font-weight: 400;
  132. color: #555555;
  133. margin-bottom: 20rpx;
  134. }
  135. .chat-label1 {
  136. padding: 8rpx 0 10rpx 0;
  137. text {
  138. margin-right: 10rpx;
  139. margin-bottom: 10rpx;
  140. line-height: 40rpx;
  141. background: #F3F3F3;
  142. border-radius: 4rpx;
  143. padding: 0 12rpx;
  144. font-size: 24rpx;
  145. font-family: PingFangSC-Regular, PingFang SC;
  146. font-weight: 400;
  147. color: #555555;
  148. }
  149. }
  150. .jingli1-box{
  151. font-size: 24rpx;
  152. font-family: PingFangSC-Regular, PingFang SC;
  153. font-weight: 400;
  154. color: #555555;
  155. margin-bottom: 20rpx;
  156. }
  157. .header1-top{
  158. padding: 24rpx 0 20rpx 0;
  159. text:frist-child{
  160. font-size: 32rpx;
  161. font-family: PingFangSC-Medium, PingFang SC;
  162. font-weight: 500;
  163. color: #222222;
  164. }
  165. text:last-child{
  166. font-size: 32rpx;
  167. font-family: DINAlternate-Bold, DINAlternate;
  168. font-weight: bold;
  169. color: #0C66C2;
  170. }
  171. }
  172. }
  173. .chat-item {
  174. padding: 0 24rpx;
  175. margin-bottom: 20rpx;
  176. .chat-item-box {
  177. .chat-text {
  178. border-radius: 20rpx;
  179. background-color: #fff;
  180. max-width: 100%;
  181. margin: 0 20rpx;
  182. font-size: 30rpx;
  183. font-family: PingFangSC-Regular, PingFang SC;
  184. font-weight: 400;
  185. color: #141414;
  186. padding: 20rpx 24rpx;
  187. }
  188. .user-img {
  189. width: 92rpx;
  190. height: 92rpx;
  191. border-radius: 100rpx;
  192. }
  193. }
  194. .chat-time {
  195. text-align: center;
  196. margin-bottom: 30rpx;
  197. font-size: 24rpx;
  198. font-family: PingFangSC-Regular, PingFang SC;
  199. font-weight: 400;
  200. color: #777777;
  201. }
  202. }
  203. .chat-header {
  204. width: 702rpx;
  205. background: #FFFFFF;
  206. border-radius: 16rpx;
  207. position: sticky;
  208. left: 24rpx;
  209. z-index: 20;
  210. margin: 10px auto;
  211. padding: 0 20rpx;
  212. .goutong-time {
  213. line-height: 80rpx;
  214. font-size: 24rpx;
  215. font-family: SFPro-Regular, SFPro;
  216. font-weight: 400;
  217. color: #777777;
  218. border-top: 2rpx solid #F0F0F0;
  219. }
  220. .chat-label {
  221. padding: 8rpx 0 10rpx 0;
  222. text {
  223. margin-right: 10rpx;
  224. margin-bottom: 10rpx;
  225. line-height: 40rpx;
  226. background: #F3F3F3;
  227. border-radius: 4rpx;
  228. padding: 0 12rpx;
  229. font-size: 24rpx;
  230. font-family: PingFangSC-Regular, PingFang SC;
  231. font-weight: 400;
  232. color: #555555;
  233. }
  234. }
  235. .jingli-box {
  236. margin-bottom: 12rpx;
  237. .img {
  238. width: 28rpx;
  239. height: 28rpx;
  240. }
  241. .text1 {
  242. font-size: 28rpx;
  243. font-family: PingFangSC-Regular, PingFang SC;
  244. font-weight: 400;
  245. color: #222222;
  246. margin: 0 12rpx;
  247. flex: 1;
  248. }
  249. .text2 {
  250. font-size: 22rpx;
  251. font-family: SFPro-Regular, SFPro;
  252. font-weight: 400;
  253. color: #888888;
  254. }
  255. }
  256. .header-top {
  257. height: 150rpx;
  258. .header-right {
  259. width: 96rpx;
  260. height: 96rpx;
  261. position: relative;
  262. .sex {
  263. position: absolute;
  264. bottom: 0;
  265. right: 4rpx;
  266. width: 20rpx;
  267. height: 20rpx;
  268. }
  269. .right-img {
  270. width: 96rpx;
  271. height: 96rpx;
  272. border-radius: 100rpx;
  273. }
  274. }
  275. .header-left {
  276. .text3 {
  277. font-size: 26rpx;
  278. font-family: SFPro-Regular, SFPro;
  279. font-weight: 400;
  280. color: #666666;
  281. margin-top: 10rpx;
  282. }
  283. .text1 {
  284. font-size: 36rpx;
  285. font-family: PingFangSC-Medium, PingFang SC;
  286. font-weight: 500;
  287. color: #222222;
  288. margin-right: 28rpx;
  289. }
  290. .text2 {
  291. font-size: 26rpx;
  292. font-family: PingFangSC-Regular, PingFang SC;
  293. font-weight: 400;
  294. color: #222222;
  295. }
  296. }
  297. }
  298. }
  299. .chat-navbar {
  300. flex: 1;
  301. // padding-left: 100rpx;
  302. text:first-child {
  303. font-size: 36rpx;
  304. font-family: PingFangSC-Medium, PingFang SC;
  305. font-weight: 500;
  306. color: #141414;
  307. }
  308. text:last-child {
  309. font-size: 22rpx;
  310. font-family: PingFangSC-Regular, PingFang SC;
  311. font-weight: 400;
  312. color: #777777;
  313. }
  314. }
  315. }
  316. page {
  317. background-color: #F3F3F3;
  318. }
  319. </style>