records.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801
  1. <template>
  2. <view>
  3. <nav-bar title="求职记录"></nav-bar>
  4. <view class="qz-record">
  5. <view class="qz-title">求职记录</view>
  6. <view class="qz-desc">当前记录仅自己可见,招聘者无法看到你所浏览过或投递过的
  7. 其他岗位,当前数据仅保留半年的记录。</view>
  8. </view>
  9. <u-tabs :list="list" @change="tabClick" :current="tabIndex" class="tab-list"></u-tabs>
  10. <view class="gwList flex justify-center" v-if="dataList.length > 0">
  11. <view class="gwList-box">
  12. <view class="gwList-box-item flex justify-center" @click="gotoInfo(item)" v-for="(item, index) in dataList"
  13. :key="index">
  14. <view class="gwList-box-item-box">
  15. <view v-if="item && title != '面试记录'" class="gwList-box-item-box-title flex justify-between align-center">
  16. <text>{{ item.ruleClassifyName || item.postPush && item.postPush.ruleClassifyName }}</text>
  17. <text>
  18. {{ item.salaryRange || item.postPush && item.postPush.salaryRange }}
  19. <template v-if="item.salaryTimes || (item.postPush && item.postPush.salaryTimes)"> · {{ item.salaryTimes || item.postPush.salaryTimes }}</template>
  20. </text>
  21. </view>
  22. <block v-if="title == '我的收藏'">
  23. <view class="gwList-box-item-box-name">
  24. <text>{{ item.companyName ? item.companyName : "匿名公司" }}</text>
  25. <text v-if="item.companyPeople">{{ item.companyPeople }}</text>
  26. </view>
  27. <view class="gwList-box-item-box-label flex align-center flex-wrap">
  28. <view class="gw-tag" v-if="item.company && item.company.workRestTime">{{ item.company.workRestTime }}
  29. </view>
  30. <view class="gw-tag" v-for="(ite, ind) in formatWelfare(item, 'welfareTag', ';')" :key="ind">
  31. {{
  32. ite }}</view>
  33. </view>
  34. <view class="gwList-box-item-box-info flex justify-between align-center">
  35. <view class="gwList-box-item-box-info-l flex align-center">
  36. <image :src="item.hrAvatar ? item.hrAvatar : '/static/logo.png'" class="user-info-img"
  37. mode="aspectFill"></image>
  38. <text class="user-info-name">{{ item.hrName }}·{{ item.hrPosition }}</text>
  39. <!-- <view class="info-tag" v-if="item.salaryTimes">{{ item.salaryTimes }}</view> -->
  40. </view>
  41. <view class="gwList-box-item-box-info-r address-text">
  42. <!-- {{ item.county }} -->
  43. {{ item.address }}
  44. </view>
  45. </view>
  46. </block>
  47. <block v-else-if="title == '浏览记录'">
  48. <view class="gwList-box-item-box-name">
  49. <text>{{ item.companyName ? item.companyName : "匿名公司" }}</text>
  50. <text>{{ item.companyPeople ? item.companyPeople : 0 }}</text>
  51. </view>
  52. <view class="gwList-box-item-box-label flex align-center flex-wrap">
  53. <view class="gw-tag" v-if="item.company && item.company.workRestTime">{{ item.company.workRestTime }}
  54. </view>
  55. <view class="gw-tag" v-for="(ite, ind) in formatWelfare(item, 'welfareTag', ';')"
  56. :key="ind">
  57. {{
  58. ite }}</view>
  59. </view>
  60. <view class="gwList-box-item-box-info flex justify-between align-center">
  61. <view class="gwList-box-item-box-info-l flex align-center">
  62. <image :src="item.companyLogo ? item.companyLogo : '../../static/logo.png'" class="user-info-img"
  63. mode=""></image>
  64. <text v-if="item.companyLegalPerson" class="user-info-name">{{ item.companyLegalPerson }}·创始人</text>
  65. <!-- <view class="info-tag" v-if="item.salaryTimes">{{ item.salaryTimes }}</view> -->
  66. </view>
  67. <view class="gwList-box-item-box-info-r">
  68. <!-- {{ item.county }} -->
  69. {{ item.address }}
  70. </view>
  71. </view>
  72. </block>
  73. <block v-else-if="title == '沟通记录'">
  74. <view class="gwList-box-item-box-name">
  75. <text>{{ item.company && item.company.companyName ? item.company.companyName : "匿名公司" }}</text>
  76. <text>{{ item.company && item.company.companyPeople ? item.company.companyPeople : 0 }}</text>
  77. </view>
  78. <view class="gwList-box-item-box-label flex align-center flex-wrap">
  79. <view class="gw-tag" v-if="item.company && item.company.workRestTime">{{ item.company.workRestTime }}
  80. </view>
  81. <view class="gw-tag" v-for="(ite, ind) in (item.postPush && item.postPush.welfareTag ? item.postPush.welfareTag.split(';') : [])"
  82. :key="ind">{{
  83. ite }}</view>
  84. </view>
  85. <view class="gwList-box-item-box-info flex justify-between align-center">
  86. <view class="gwList-box-item-box-info-l flex align-center">
  87. <image
  88. :src="item.company && item.company.companyLogo ? item.company.companyLogo : '../../static/logo.png'"
  89. class="user-info-img" mode=""></image>
  90. <text class="user-info-name">{{ item.userEntity && item.userEntity.userName || '匿名'
  91. }}·{{ item.hr && item.hr.hrPosition || '创始人' }}</text>
  92. <!-- <view class="info-tag" v-if="item.postPush && item.postPush.salaryTimes">{{ item.postPush.salaryTimes
  93. }}
  94. </view> -->
  95. </view>
  96. <view class="gwList-box-item-box-info-r">
  97. <!-- {{ item.county }} -->
  98. {{ item.address }}
  99. </view>
  100. </view>
  101. </block>
  102. <block v-else-if="title == '面试记录'">
  103. <view class="gwList-box-item-box-info flex justify-between align-center padding0">
  104. <view class="logo-wrapper flex align-center justify-center">
  105. <image
  106. :src="item.company && item.company.companyLogo ? item.company.companyLogo : '../../static/logo.png'"
  107. class="company-info-img" mode=""></image>
  108. </view>
  109. <view class="companyRight">
  110. <view class="gwList-box-item-box-info-l flex justify-between align-center">
  111. <text class="companyName">{{ item.company && item.company.companyName || '匿名公司' }}</text>
  112. <view :class="['info-tag']">
  113. {{ item.status == 1 ? '待接受' : (item.status == 2 ? '已同意' : (item.status == 3 ? '已拒绝' : '已过期')) }}
  114. </view>
  115. </view>
  116. <view class="position-base-info">
  117. <text>{{ item.postPush && item.postPush.ruleClassifyName ? item.postPush.ruleClassifyName : "匿名"
  118. }}</text>·<text>{{ item.postPush && item.postPush.salaryRange }}</text>
  119. </view>
  120. <view class="main-tip-text">
  121. {{ item.interviewDateTime && item.interviewDateTime.substring(0, 10) || '' }}
  122. <text>{{ item.detailTime }}</text>
  123. </view>
  124. <view class="main-tip-text">{{ item.address }}</view>
  125. <view class="buttons flex" v-if="item.status == 1">
  126. <view class="button primary" @click.stop="setAccept(item)">接受</view>
  127. <view class="button" @click.stop="setReject(item)">拒绝</view>
  128. </view>
  129. <!-- <view class="gwList-box-item-box-label flex align-center flex-wrap">
  130. <view class="gw-tag" v-if="item.company && item.company.workRestTime">{{ item.company.workRestTime
  131. }}
  132. </view>
  133. <view class="gw-tag"
  134. v-for="(ite, ind) in (item.company && item.company.welfare ? item.company.welfare.split(';') : [])"
  135. :key="ind">{{
  136. ite }}</view>
  137. </view> -->
  138. <!-- <view class="gwList-box-item-box-info-r">
  139. {{ item.interviewDateTime && item.interviewDateTime.substring(0, 10) || '' }}
  140. <text>{{ item.detailTime }}</text>
  141. </view> -->
  142. <!-- <view class="gwList-box-item-box-info-r">
  143. {{ item.address }}
  144. </view> -->
  145. </view>
  146. </view>
  147. </block>
  148. <block v-else>
  149. <view class="gwList-box-item-box-name">
  150. <text> {{ item.companyName ? item.companyName : "匿名公司" }}</text>
  151. <text v-if="item.companyPeople">{{ item.companyPeople }}</text>
  152. </view>
  153. <view class="gwList-box-item-box-label flex align-center flex-wrap">
  154. <view class="gw-tag" v-if="item.company && item.company.workRestTime">{{ item.company.workRestTime }}
  155. </view>
  156. <view class="gw-tag" v-for="(ite, ind) in formatWelfare(item, 'welfareTag', ';')"
  157. :key="ind">
  158. {{ ite }}
  159. </view>
  160. </view>
  161. <view class="gwList-box-item-box-info flex justify-between align-center">
  162. <view class="gwList-box-item-box-info-l flex align-center">
  163. <image :src="item.hrAvatar ? item.hrAvatar : '/static/logo.png'" class="user-info-img"
  164. mode="aspectFill"></image>
  165. <text class="user-info-name">{{ item.hrName }}·{{ item.hrPosition }}</text>
  166. <!-- <view class="info-tag" v-if="item.salaryTimes">{{ item.salaryTimes }}</view> -->
  167. </view>
  168. <view class="gwList-box-item-box-info-r address-text">
  169. <!-- {{ item.county }} -->
  170. {{ item.address }}
  171. </view>
  172. </view>
  173. </block>
  174. </view>
  175. </view>
  176. </view>
  177. </view>
  178. <!-- 暂无数据 -->
  179. <view class="gwList" v-else>
  180. <empty />
  181. </view>
  182. <!-- 筛选悬浮 -->
  183. <view hidden class="filterSe" @click="goScreen()">
  184. <image src="../../static/images/my/filterSe.png" mode=""></image>
  185. </view>
  186. </view>
  187. </template>
  188. <script>
  189. import empty from "../../components/empty.vue";
  190. import navBar from '@/components/nav-bar/index.vue'
  191. export default {
  192. components: {
  193. empty,
  194. navBar
  195. },
  196. data() {
  197. return {
  198. dataList: [],
  199. page: 1,
  200. limit: 10,
  201. pages: "",
  202. title: "",
  203. tabIndex: 0, //tab选中的索引
  204. filter: {
  205. education: "", //学历
  206. salaryRange: "", //薪资
  207. experience: "", //经验
  208. companyPeople: "", //公司规模
  209. industry: "", //行业
  210. },
  211. list: [
  212. {
  213. name: "沟通过",
  214. },
  215. {
  216. name: "已投递",
  217. },
  218. {
  219. name: "面试",
  220. },
  221. {
  222. name: "收藏职位",
  223. },
  224. ],
  225. };
  226. },
  227. onLoad(option) {
  228. /* uni.setNavigationBarTitle({
  229. title: option.title,
  230. }); */
  231. uni.showLoading({
  232. title: "加载中",
  233. });
  234. this.title = option.title;
  235. var that = this
  236. that.getFilter()
  237. uni.$on('updateRecord', function () {
  238. that.page = 1;
  239. that.getFilter()
  240. })
  241. },
  242. onUnload() {
  243. uni.removeStorageSync("browse");
  244. uni.$off('updateRecord')
  245. },
  246. onReachBottom() {
  247. if (this.page < this.pages) {
  248. this.page += 1;
  249. if (this.title == "我的收藏") {
  250. this.getMyCollectionList();
  251. } else if (this.title == "浏览记录") {
  252. this.getDataList();
  253. } else if (this.title == "投递记录") {
  254. this.getDataLists();
  255. } else if (this.title == "沟通记录") {
  256. this.getDataLists(1);
  257. } else if (this.title == "面试记录") {
  258. this.getDataLists(3);
  259. }
  260. }
  261. },
  262. onPullDownRefresh() {
  263. this.page = 1;
  264. if (this.title == "我的收藏") {
  265. this.getMyCollectionList();
  266. } else if (this.title == "投递记录") {
  267. this.getDataLists();
  268. } else if (this.title == "沟通记录") {
  269. this.getDataLists(1);
  270. } else if (this.title == "面试记录") {
  271. this.getDataLists(3);
  272. }
  273. },
  274. methods: {
  275. // 去筛选
  276. goScreen() {
  277. uni.navigateTo({
  278. url: "/package/screen/screen?isBrowse=1",
  279. });
  280. },
  281. tabClick(e) {
  282. this.tabIndex = e;
  283. if (this.tabIndex == 3) {
  284. this.title = "我的收藏"
  285. this.getMyCollectionList();
  286. } else if (this.tabIndex == 1) {
  287. this.title = "投递记录"
  288. this.getDataLists();
  289. } else if (this.tabIndex == 0) {
  290. this.title = "沟通记录"
  291. this.getDataLists(1);
  292. } else if (this.tabIndex == 2) {
  293. this.title = "面试记录"
  294. this.getDataLists(3);
  295. }
  296. /* if (e == 2) {
  297. uni.navigateTo({
  298. url: "/my/jilu/mianshiDetail",
  299. });
  300. } */
  301. },
  302. getFilter() {
  303. if (uni.getStorageSync("browse") && uni.getStorageSync("browse").length > 0) {
  304. let browse = uni.getStorageSync("browse");
  305. console.log(browse, "2222222222");
  306. browse.map((item) => {
  307. let arr = [];
  308. item.list.map((ite) => {
  309. if (ite.value != "不限") {
  310. arr.push(ite.value);
  311. }
  312. });
  313. switch (item.name) {
  314. case "学历要求":
  315. this.filter.education = arr.join(",");
  316. break;
  317. case "薪资范围(单选)":
  318. this.filter.salaryRange = arr.join(",");
  319. break;
  320. case "经验要求":
  321. this.filter.experience = arr.join(",");
  322. break;
  323. case "公司规模":
  324. this.filter.companyPeople = arr.join(",");
  325. break;
  326. case "行业":
  327. this.filter.industry = arr.join(",");
  328. break;
  329. }
  330. });
  331. } else {
  332. this.filter.education = ""; //学历
  333. this.filter.experience = ""; //经验
  334. this.filter.industry = ""; //行业
  335. this.filter.salaryRange = ""; //薪资
  336. this.filter.companyPeople = ""; //公司规模
  337. }
  338. if (this.title == "我的收藏") {
  339. this.tabIndex = 3
  340. this.getMyCollectionList();
  341. } else if (this.title == "投递记录") {
  342. this.tabIndex = 1
  343. this.getDataLists();
  344. } else if (this.title == "沟通记录") {
  345. this.tabIndex = 0
  346. this.getDataLists(1);
  347. } else if (this.title == "面试记录") {
  348. this.tabIndex = 2
  349. this.getDataLists(3);
  350. }
  351. },
  352. /**
  353. * 我的收藏记录列表
  354. */
  355. getMyCollectionList() {
  356. let data = {
  357. page: this.page,
  358. limit: this.limit,
  359. education: this.filter.education, //学历
  360. salaryRange: this.filter.salaryRange, //薪资
  361. experience: this.filter.experience, //经验
  362. companyPeople: this.filter.companyPeople, //公司规模
  363. industry: this.filter.industry, //行业
  364. };
  365. this.$Request.getT("/app/myCollection/getMyCollectionListV2", data).then((res) => {
  366. uni.stopPullDownRefresh();
  367. uni.hideLoading();
  368. if (res.code == 0) {
  369. res.data.records.map((item) => {
  370. if (item.positionWelfare) {
  371. item.positionWelfare = this.formatWelfare(item);
  372. }
  373. });
  374. this.pages = res.data.pages;
  375. if (this.page == 1) {
  376. this.dataList = res.data.records;
  377. } else {
  378. this.dataList = [...this.dataList, ...res.data.records];
  379. }
  380. }
  381. });
  382. },
  383. formatWelfare(data, key = 'positionWelfare', s = ',') {
  384. if (!data?.positionWelfare) return []
  385. return data[positionWelfare]?.split(s) || []
  386. },
  387. gotoInfo(item) {
  388. if (this.title == "面试记录") {
  389. if (item.status == 1) {
  390. return this.$queue.showToast('已同意方可查看详情')
  391. }
  392. uni.navigateTo({
  393. url: "/my/jilu/mianshiDetail?recordId=" + item.recordId,
  394. });
  395. return
  396. }
  397. var postPushId = item.postPushId
  398. if (!postPushId) {
  399. uni.showToast({
  400. title: "岗位不存在",
  401. icon: "none",
  402. });
  403. return;
  404. }
  405. uni.navigateTo({
  406. url: "/pages/index/game/order?postPushId=" + postPushId,
  407. });
  408. },
  409. getDataLists(types = 0) {
  410. let data = {
  411. page: this.page,
  412. limit: this.limit,
  413. /* userId: uni.getStorageSync("userId"), */
  414. education: this.filter.education, //学历
  415. salaryRange: this.filter.salaryRange, //薪资
  416. experience: this.filter.experience, //经验
  417. companyPeople: this.filter.companyPeople, //公司规模
  418. industry: this.filter.industry, //行业
  419. };
  420. let action = '/app/sendRecord/getMyRecordListV2'
  421. switch (types) {
  422. case 0:
  423. break;
  424. case 1:
  425. action = '/app/sendRecord/getConversationList'
  426. break;
  427. case 3:
  428. action = '/app/interviewRecord/interviewList'
  429. break;
  430. }
  431. this.$Request.getT(action, data).then((res) => {
  432. uni.stopPullDownRefresh();
  433. uni.hideLoading();
  434. if (res.code == 0) {
  435. res.data.records.map((item) => {
  436. if (item.positionWelfare) {
  437. item.positionWelfare = this.formatWelfare(item);
  438. }
  439. });
  440. this.pages = res.data.pages;
  441. if (this.page == 1) {
  442. this.dataList = res.data.records;
  443. } else {
  444. this.dataList = [...this.dataList, ...res.data.records];
  445. }
  446. }
  447. });
  448. },
  449. getDataList() {
  450. let data = {
  451. page: this.page,
  452. limit: this.limit,
  453. education: this.filter.education, //学历
  454. salaryRange: this.filter.salaryRange, //薪资
  455. experience: this.filter.experience, //经验
  456. companyPeople: this.filter.companyPeople, //公司规模
  457. industry: this.filter.industry, //行业
  458. // browseType:1
  459. };
  460. this.$Request.getT("/app/userBrowse/selectMyBrowseV2", data).then((res) => {
  461. uni.stopPullDownRefresh();
  462. uni.hideLoading();
  463. if (res.code == 0) {
  464. res.data.records.map((item) => {
  465. if (item.positionWelfare) {
  466. item.positionWelfare = this.formatWelfare(item)
  467. } else {
  468. item.positionWelfare = [];
  469. }
  470. });
  471. this.pages = res.data.pages;
  472. if (this.page == 1) {
  473. this.dataList = res.data.records;
  474. } else {
  475. this.dataList = [...this.dataList, ...res.data.records];
  476. }
  477. }
  478. });
  479. },
  480. //拒绝邀请
  481. setReject(item) {
  482. uni.showModal({
  483. title: '提示',
  484. content: '确定拒绝来自' + item.company.companyName + '的面试邀请吗?',
  485. confirmColor: '#016BF6',
  486. complete: ret => {
  487. if (ret.confirm) {
  488. let data = {
  489. recordId: item.recordId,
  490. type: 2
  491. }
  492. this.$Request.getT("/app/interviewRecord/userUpdateInter", data).then(res => {
  493. if (res.code == 0) {
  494. uni.showToast({
  495. title: '已拒绝来自' + item.company.companyName + '的面试邀请'
  496. })
  497. this.page == 1
  498. this.getDataLists(3)
  499. } else {
  500. uni.showToast({
  501. title: res.msg,
  502. icon: 'none'
  503. })
  504. }
  505. })
  506. }
  507. }
  508. })
  509. },
  510. //接受邀请
  511. setAccept(item) {
  512. uni.showModal({
  513. title: '提示',
  514. content: '确定接受来自' + item.company.companyName + '的面试邀请吗?',
  515. confirmColor: '#016BF6',
  516. complete: ret => {
  517. if (ret.confirm) {
  518. let data = {
  519. recordId: item.recordId,
  520. type: 1
  521. }
  522. this.$Request.getT("/app/interviewRecord/userUpdateInter", data).then(res => {
  523. if (res.code == 0) {
  524. uni.showToast({
  525. title: '已接受面试邀请'
  526. })
  527. this.page == 1
  528. this.getDataLists(3)
  529. } else {
  530. uni.showToast({
  531. title: res.msg,
  532. icon: 'none'
  533. })
  534. }
  535. })
  536. }
  537. }
  538. })
  539. },
  540. },
  541. };
  542. </script>
  543. <style lang="scss" scoped>
  544. page {
  545. background: #fff;
  546. }
  547. .filterSe {
  548. position: fixed;
  549. bottom: 10vh;
  550. right: 30rpx;
  551. image {
  552. width: 100rpx;
  553. height: 100rpx;
  554. // border-radius: 50%;
  555. }
  556. }
  557. .tab-list {
  558. margin-bottom: 20rpx;
  559. }
  560. .gwList {
  561. width: 100%;
  562. .gwList-box {
  563. width: 686rpx;
  564. height: 100%;
  565. .gwList-box-item {
  566. width: 100%;
  567. box-sizing: border-box;
  568. border: 1rpx solid rgba(227, 231, 236, 1);
  569. border-radius: 12rpx;
  570. background: #fdfdfd;
  571. padding: 36rpx;
  572. margin-bottom: 20rpx;
  573. }
  574. .gwList-box-item-box {
  575. width: 623rpx;
  576. height: 100%;
  577. .gwList-box-item-box-title {
  578. text:nth-of-type(1) {
  579. color: #171725;
  580. font-family: DM Sans;
  581. font-size: 32rpx;
  582. font-weight: 700;
  583. line-height: 48rpx;
  584. }
  585. text:nth-of-type(2) {
  586. color: #016bf6;
  587. font-family: DM Sans;
  588. font-size: 24rpx;
  589. font-weight: 700;
  590. line-height: 40rpx;
  591. }
  592. }
  593. .gwList-box-item-box-label {
  594. display: flex;
  595. align-items: center;
  596. gap: 8rpx;
  597. .gw-tag {
  598. /* 自动布局 */
  599. display: flex;
  600. justify-content: center;
  601. align-items: center;
  602. padding: 8rpx;
  603. border-radius: 8rpx;
  604. box-sizing: border-box;
  605. background: #c6c6c61a;
  606. color: rgba(153, 153, 153, 1);
  607. font-family: DM Sans;
  608. font-size: 20rpx;
  609. font-weight: 400;
  610. line-height: 20rpx;
  611. }
  612. }
  613. .gwList-box-item-box-name {
  614. color: #9ca4ab;
  615. font-family: DM Sans;
  616. font-size: 24rpx;
  617. font-weight: 400;
  618. line-height: 40rpx;
  619. padding: 6rpx 0;
  620. box-sizing: border-box;
  621. text {
  622. margin-right: 8rpx;
  623. }
  624. // text:nth-of-type(1) {
  625. // width: 450rpx;
  626. // }
  627. }
  628. .gwList-box-item-box-info {
  629. font-size: 26rpx;
  630. padding-top: 20rpx;
  631. box-sizing: border-box;
  632. color: #9ca4ab;
  633. font-family: DM Sans;
  634. font-size: 16rpx;
  635. font-weight: 400;
  636. line-height: 40rpx;
  637. text-align: left;
  638. .gwList-box-item-box-info-l {
  639. .info-tag {
  640. border-radius: 8rpx;
  641. background: rgba(236, 225, 253, 1);
  642. padding: 8rpx;
  643. box-sizing: border-box;
  644. font-family: DM Sans;
  645. color: #7659d2;
  646. font-size: 16rpx;
  647. font-weight: 400;
  648. line-height: 20rpx;
  649. margin: 0 10rpx;
  650. flex-shrink: 0;
  651. // margin-left: 8rpx;
  652. }
  653. .user-info-img {
  654. width: 40rpx;
  655. height: 40rpx;
  656. border: 1rpx solid rgba(240, 240, 240, 1);
  657. border-radius: 50%;
  658. margin-right: 8.62rpx;
  659. flex-shrink: 0;
  660. }
  661. .user-info-name {
  662. white-space: nowrap;
  663. }
  664. }
  665. .address-text {
  666. text-align: right;
  667. }
  668. .logo-wrapper {
  669. align-self: flex-start;
  670. width: 96rpx;
  671. height: 96rpx;
  672. border-radius: 8px;
  673. background: rgba(246, 246, 246, 1);
  674. margin-right: 20rpx;
  675. .company-info-img {
  676. width: 80rpx;
  677. height: 80rpx;
  678. border: 1px solid rgba(240, 240, 240, 1);
  679. border-radius: 50%;
  680. }
  681. }
  682. .gwList-box-item-box-info-r {
  683. // max-width: 340rpx;
  684. overflow: hidden;
  685. white-space: nowrap;
  686. text-overflow: ellipsis;
  687. flex: 1;
  688. margin-left: 30rpx;
  689. text {
  690. margin-left: 10rpx
  691. }
  692. }
  693. .companyRight {
  694. // width: 100%;
  695. flex: 1;
  696. .companyName {
  697. margin-right: 20rpx;
  698. color: rgba(23, 23, 37, 1);
  699. font-size: 28rpx;
  700. font-weight: 400;
  701. line-height: 44rpx;
  702. }
  703. .position-base-info {
  704. color: rgba(120, 130, 138, 1);
  705. font-size: 28rpx;
  706. font-weight: 400;
  707. line-height: 36rpx;
  708. margin-top: 8rpx;
  709. }
  710. .main-tip-text {
  711. color: rgba(1, 107, 246, 1);
  712. font-family: DM Sans;
  713. font-style: Regular;
  714. font-size: 24rpx;
  715. font-weight: 400;
  716. line-height: 32rpx;
  717. margin-top: 8rpx;
  718. }
  719. }
  720. }
  721. .padding0 {
  722. padding-top: 0
  723. }
  724. }
  725. }
  726. }
  727. .qz-record {
  728. padding: 20rpx 40rpx;
  729. box-sizing: border-box;
  730. .qz-title {
  731. color: rgba(51, 51, 51, 1);
  732. font-family: DM Sans;
  733. font-style: Bold;
  734. font-size: 48rpx;
  735. font-weight: 700;
  736. line-height: 60rpx;
  737. }
  738. .qz-desc {
  739. color: rgba(102, 102, 102, 1);
  740. font-family: DM Sans;
  741. font-size: 24rpx;
  742. font-weight: 400;
  743. line-height: 32rpx;
  744. margin-top: 20rpx;
  745. }
  746. }
  747. .buttons {
  748. padding-top: 10px;
  749. .button {
  750. width: 86px;
  751. height: 30px;
  752. border: 1px solid #016bf6;
  753. border-radius: 40px;
  754. line-height: 28px;
  755. text-align: center;
  756. font-size: 14px;
  757. color: #016bf6;
  758. margin-right: 10px;
  759. }
  760. .primary {
  761. border-color: rgba(1, 107, 246, 0.1);
  762. background: rgba(1, 107, 246, 0.1);
  763. }
  764. }
  765. </style>