AI销管
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  1. <template>
  2. <view class="box">
  3. <!-- -->
  4. <view style="flex-shrink: 0;">
  5. <view class="search-box">
  6. <view class="search" @click="goSearch">
  7. <view class="search-img">
  8. <image class="search-img1" src="../../../static/images/search.png" mode=""></image>
  9. </view>
  10. <view class="search-text">输入客户姓名/手机号</view>
  11. </view>
  12. </view>
  13. </view>
  14. <!-- 选择器 -->
  15. <view class="boxtittab">
  16. <view class="tabbox" @click="tapsoltishow">
  17. 排序<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  18. </view>
  19. <view class="tabbox" @click="taptimeisshow">
  20. 到访时间<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  21. </view>
  22. <view class="tabbox" @click="taptimetuisshow">
  23. 接待时长<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  24. </view>
  25. <view class="tabbox" @click="screenshow">
  26. 更多筛选<u-icon name="arrow-down" size="24" style="padding-left: 12rpx;"></u-icon>
  27. </view>
  28. </view>
  29. <view class="content">
  30. <view v-if="recordList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  31. <view style="width: 100%;height: 100%;padding-top: 200rpx;">
  32. <view style="width: 100%;text-align: center;">
  33. <image style="width: 220rpx;height: 200rpx;"
  34. src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  35. </view>
  36. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  37. </view>
  38. </view>
  39. <view v-if="recordList.length!=0" class="content-tips" v-for="(item,index) in recordList" :key='index'
  40. @click="gotoDetail(item.id)">
  41. <view class="content-first">
  42. <view class="left">
  43. <template v-if="item.level > 0">
  44. <view class="img">{{ item.level | levelText }}</view>
  45. </template>
  46. <view class="test">{{item.name}}</view>
  47. </view>
  48. <view class="right">
  49. {{item.fraction || '0'}}%
  50. <image class="right-img" src="../../../static/images/arrow-right.png" mode=""></image>
  51. </view>
  52. </view>
  53. <view class="content-sec">
  54. <view class="content-sec-lab">
  55. 客户手机:<view class="content-sec-lab1">{{item.phone | phoneText}}</view>
  56. </view>
  57. <view class="content-sec-lab">
  58. 负责顾问:<view class="content-sec-lab1">{{item.agentName}}</view>
  59. </view>
  60. <view class="content-sec-lab" style="line-height: 46rpx;">
  61. 客户意向:
  62. <text v-if="item.demand.cusSemanticWordsList==null">暂无</text>
  63. <template v-else>
  64. <block v-for="(che,ind) in item.demand.cusSemanticWordsList" :key='ind'>
  65. <view class="content-sec-tips">{{che.name}}</view>
  66. </block>
  67. </template>
  68. </view>
  69. <view class="content-sec-lab">
  70. 添加时间:<view class="content-sec-lab1">{{item.createTime | formatTime}}</view>
  71. </view>
  72. <view class="content-sec-num">
  73. <view class="">{{item.visitRecord || '--'}}次到访 | {{item.mm || '0'}}<text
  74. style="font-size: 24rpx;">min</text></view>
  75. </view>
  76. </view>
  77. <template v-if="permissions.commonly2">
  78. <view class="content-last">
  79. <!-- <view class="content-last-tab">添加提醒</view>
  80. <view class="content-last-tab">拨打电话</view> -->
  81. <view class="content-last-tab" @click.stop="gotoFollowUp(item.id)">写跟进</view>
  82. </view>
  83. </template>
  84. </view>
  85. </view>
  86. <u-popup v-model="screenShow" mode="top">
  87. <view class="screen">
  88. <!-- 顾问选择 -->
  89. <view class="screen-counselor">
  90. <view class="screen-text">
  91. 所属顾问
  92. </view>
  93. <view class="screen-sel" @click="selectshow = true">
  94. <u-input v-model="screen.agentIdtext" type="text" placeholder='请选择' class="screen-inp"
  95. disabled />
  96. <image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
  97. </view>
  98. </view>
  99. <view class="screen-counselor">
  100. <view class="screen-text">
  101. 客户标签
  102. </view>
  103. <view class="screen-sel" @click="selectTipshow = true">
  104. <u-input v-model="screen.cunsumerTips" type="text" placeholder='请选择' class="screen-inp"
  105. disabled />
  106. <image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
  107. </view>
  108. </view>
  109. <!-- 录音标示 -->
  110. <view class="screen-record">
  111. <view class="screen-record-text">
  112. 客户等级
  113. </view>
  114. <view class="screen-record-tab">
  115. <view :class="[screen.record==0?'screen-record-chose':'screen-record-nochose']"
  116. @click="recordclick(0)">
  117. A
  118. </view>
  119. <view :class="[screen.record==1?'screen-record-chose':'screen-record-nochose']"
  120. @click="recordclick(1)">
  121. B
  122. </view>
  123. <view :class="[screen.record==2?'screen-record-chose':'screen-record-nochose']"
  124. @click="recordclick(2)">
  125. C
  126. </view>
  127. <view :class="[screen.record==3?'screen-record-chose':'screen-record-nochose']"
  128. @click="recordclick(3)">
  129. D
  130. </view>
  131. </view>
  132. </view>
  133. <!-- 客户来源 -->
  134. <template v-if="list.length > 0">
  135. <view class="screen-record">
  136. <view class="screen-record-text">
  137. 客户来源
  138. </view>
  139. <view class="screen-record-tab">
  140. <block v-for="(item, index) in list" :key="index">
  141. <view @tap="sourceId = item.id; sourceIndex = index "
  142. :class="[sourceIndex == index ? 'screen-record-chose':'screen-record-nochose']">
  143. {{ item.sourceName }}
  144. </view>
  145. </block>
  146. </view>
  147. </view>
  148. </template>
  149. <view class="screen-record">
  150. <view class="screen-record-text">
  151. 到访次数
  152. </view>
  153. <view class="screen-record-tab">
  154. <view :class="[screen.visitRecord==1?'screen-record-chose':'screen-record-nochose']"
  155. @click="screenvisitRecord(1)">
  156. 首次到访
  157. </view>
  158. <view :class="[screen.visitRecord==2?'screen-record-chose':'screen-record-nochose']"
  159. @click="screenvisitRecord(2)">
  160. 2次到访
  161. </view>
  162. <view :class="[screen.visitRecord==3?'screen-record-chose':'screen-record-nochose']"
  163. @click="screenvisitRecord(3)">
  164. 3次到访
  165. </view>
  166. <view :class="[screen.visitRecord==4?'screen-record-chose':'screen-record-nochose']"
  167. @click="screenvisitRecord(4)">
  168. 3次以上
  169. </view>
  170. </view>
  171. </view>
  172. <view class="screen-foot">
  173. <view class="screen-foot-reset" @click="reset">
  174. 重置
  175. </view>
  176. <view class="screen-foot-sure" @click="screensure">
  177. 确定
  178. </view>
  179. </view>
  180. </view>
  181. </u-popup>
  182. <!-- 选择顾问的选择框 -->
  183. <u-select v-model="selectshow" :list="freeList" @confirm="actionSelectCallback"></u-select>
  184. <!-- 客户标签 -->
  185. <u-select v-model="selectTipshow" :list="findKeywordsList" @confirm="selectCallback"></u-select>
  186. <u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
  187. <u-popup v-model="timeshow" mode="bottom">
  188. <view class="timeview" :style="{ color: activeTotal == 5 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(5)">
  189. 全部</view>
  190. <view class="timeview" :style="{ color: activeTotal == 0 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(0)">
  191. 今天</view>
  192. <view class="timeview" :style="{ color: activeTotal == 1 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(1)">
  193. 昨天</view>
  194. <view class="timeview" :style="{ color: activeTotal == 2 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(2)">
  195. 近7天</view>
  196. <view class="timeview" :style="{ color: activeTotal == 3 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(3)">
  197. 近30天</view>
  198. <view class="timeview" :style="{ color: activeTotal == 4 ? '#2B6EFF' : '#333333' }" @click="tabtimetap(4)">
  199. 自定义</view>
  200. </u-popup>
  201. <u-popup v-model="timetushow" mode="bottom">
  202. <view class="timeview" :style="{ color: activeTotal2 == 0 ? '#2B6EFF' : '#333333' }" @click="timetap(0)">全部
  203. </view>
  204. <view class="timeview" :style="{ color: activeTotal2 == 1 ? '#2B6EFF' : '#333333' }" @click="timetap(1)">
  205. 0~15min</view>
  206. <view class="timeview" :style="{ color: activeTotal2 == 2 ? '#2B6EFF' : '#333333' }" @click="timetap(2)">
  207. 15~30min</view>
  208. <view class="timeview" :style="{ color: activeTotal2 == 3 ? '#2B6EFF' : '#333333' }" @click="timetap(3)">
  209. 30~60min</view>
  210. <view class="timeview" :style="{ color: activeTotal2 == 4 ? '#2B6EFF' : '#333333' }" @click="timetap(4)">
  211. 60~90min</view>
  212. <view class="timeview" :style="{ color: activeTotal2 == 5 ? '#2B6EFF' : '#333333' }" @click="timetap(5)">
  213. 90min以上</view>
  214. </u-popup>
  215. <u-select v-model="soltishow" :list="orderBylist" @confirm="selectCallback2"></u-select>
  216. <!-- 底部导航栏 -->
  217. <u-tabbar :mid-button="true" activeColor="#1296db" inactiveColor="#999999" v-model="current" :list="tabbarList">
  218. </u-tabbar>
  219. </view>
  220. </template>
  221. <script>
  222. import tabbarList from '@/utils/tabbar.js'
  223. export default {
  224. data() {
  225. return {
  226. // tabbar配置项
  227. current: 1,
  228. tabbarList: tabbarList,
  229. //--- end --- tabbar配置项
  230. orderBylist: [{
  231. label: '全部',
  232. value: '0'
  233. },
  234. {
  235. label: '创建时间倒序',
  236. value: '1'
  237. },
  238. {
  239. label: '创建时间正序',
  240. value: '2'
  241. },
  242. {
  243. label: '接待时间倒序',
  244. value: '3'
  245. },
  246. {
  247. label: '接待时间正序',
  248. value: '4'
  249. },
  250. {
  251. label: '执行率正序',
  252. value: '5'
  253. },
  254. {
  255. label: '执行率倒序',
  256. value: '6'
  257. },
  258. {
  259. label: '接访次数正序',
  260. value: '7'
  261. },
  262. {
  263. label: '接访次数倒序',
  264. value: '8'
  265. },
  266. ],
  267. value: '',
  268. screenShow: false,
  269. selectshow: false,
  270. selectTipshow: false,
  271. buildingID: '',
  272. screen: {
  273. agentId: '',
  274. agentIdtext: '',
  275. visitRecord: '',
  276. record: null,
  277. cunsumerTips: '',
  278. cunsumerTipsid: ''
  279. },
  280. stageList: ['未知', '到访', '意向', '定金', '成交'],
  281. recordList: [],
  282. nextPage: 1,
  283. totalRecord: '',
  284. freeList: [],
  285. userInfo: {},
  286. findKeywordsList: [],
  287. isnorefresh: '',
  288. activeTotal: 5,
  289. activeTotal2: 0,
  290. totalTimeShow: false,
  291. timeshow: false,
  292. timetushow: false,
  293. soltishow: false,
  294. staTime: '',
  295. endtime: '',
  296. orderBy: '',
  297. permissions: {
  298. commonly1: false,
  299. commonly2: false
  300. },
  301. list: [], // 客户来源列表
  302. sourceId: '', // 选中的客户来源id
  303. sourceIndex: -1, // 选中项的下标
  304. }
  305. },
  306. onLoad(options) {
  307. this.isnorefresh = 'refresh';
  308. },
  309. onShow() {
  310. let newmenulist = uni.getStorageSync('weapp_session_Menu_data');
  311. this.permissions.commonly1 = newmenulist.khgl_ck;
  312. this.permissions.commonly2 = newmenulist.khgl_gj;
  313. if (this.isnorefresh == 'refresh') {
  314. this.buildingID = uni.getStorageSync('buildingID').id;
  315. this.nextPage = 1;
  316. this.recordList = []
  317. this.getMyCustom()
  318. this.getFreeList()
  319. this.getfindKeywordsList()
  320. this.getFromSource();
  321. this.isnorefresh = '';
  322. }
  323. },
  324. onReachBottom() {
  325. if (this.totalRecord == this.nextPage) {
  326. uni.showToast({
  327. icon: 'none',
  328. title: '到底了',
  329. duration: 2000
  330. });
  331. return
  332. } else {
  333. this.nextPage += 1;
  334. this.getMyCustom();
  335. }
  336. },
  337. methods: {
  338. // 获取客户来源
  339. getFromSource() {
  340. this.$u.get('customer/findCustomerSourceList', {
  341. houseId: this.buildingID
  342. }).then(res => {
  343. console.log('我进来了')
  344. this.list = res
  345. })
  346. },
  347. tapsoltishow() {
  348. this.soltishow = true;
  349. },
  350. taptimetuisshow() {
  351. this.timetushow = true;
  352. },
  353. taptimeisshow() {
  354. this.timeshow = true;
  355. },
  356. //选择标签
  357. selectCallback2(e) {
  358. this.orderBy = e[0].value;
  359. this.nextPage = 1;
  360. this.recordList = [];
  361. this.getMyCustom();
  362. },
  363. //选择录音时长
  364. timetap(index) {
  365. this.timetushow = false;
  366. this.activeTotal2 = index;
  367. this.nextPage = 1;
  368. this.recordList = [];
  369. this.getMyCustom();
  370. },
  371. //时间选择
  372. tabtimetap(index) {
  373. this.timeshow = false;
  374. if (index == 4) {
  375. this.totalTimeShow = true;
  376. } else {
  377. this.activeTotal = index;
  378. this.staTime = '';
  379. this.endtime = '';
  380. this.nextPage = 1;
  381. this.recordList = [];
  382. this.getMyCustom();
  383. }
  384. },
  385. //自定义时间
  386. totalTimeChange(e) {
  387. this.staTime = e.startDate;
  388. this.endtime = e.endDate;
  389. this.activeTotal = 4;
  390. this.nextPage = 1;
  391. this.recordList = [];
  392. this.getMyCustom();
  393. },
  394. recordclick(i) {
  395. if (this.screen.record == i) {
  396. this.screen.record = null
  397. } else {
  398. this.screen.record = i
  399. }
  400. },
  401. screenvisitRecord(i) {
  402. if (this.screen.visitRecord == i) {
  403. this.screen.visitRecord = ''
  404. } else {
  405. this.screen.visitRecord = i
  406. }
  407. },
  408. // 客户详情
  409. gotoDetail(id) {
  410. if (this.permissions.commonly1 == true) {
  411. uni.navigateTo({
  412. url: `/pages/center/consumer/consumerDetail?id=${id}`
  413. })
  414. }
  415. },
  416. getMyCustom() {
  417. let dateType = 0;
  418. let recDurationInterval = 0;
  419. let orderBy = 0;
  420. if (this.activeTotal == 5) {
  421. dateType = null;
  422. } else if (this.activeTotal == 4) {
  423. dateType = null;
  424. } else {
  425. dateType = this.activeTotal;
  426. }
  427. if (this.activeTotal2 == 0) {
  428. recDurationInterval = null
  429. } else {
  430. recDurationInterval = this.activeTotal2
  431. }
  432. if (this.orderBy == 0) {
  433. orderBy = null;
  434. } else {
  435. orderBy = this.orderBy;
  436. }
  437. var parames = {
  438. pageNum: this.nextPage,
  439. pageSize: 10,
  440. query: {
  441. projectId: this.buildingID,
  442. keywordsId: this.screen.cunsumerTipsid,
  443. agentId: this.screen.agentId,
  444. dateType: dateType,
  445. staDate: this.staTime,
  446. endDate: this.endtime,
  447. recDurationInterval: recDurationInterval,
  448. orderBy: orderBy,
  449. sourceId: this.sourceId
  450. }
  451. };
  452. if (this.screen.visitRecord > 0) {
  453. parames.query.visitRecord = this.screen.visitRecord;
  454. }
  455. if (this.screen.record == 0) {
  456. parames.query.levels = ["1"]
  457. } else if (this.screen.record == 1) {
  458. parames.query.levels = ["2"]
  459. } else if (this.screen.record == 2) {
  460. parames.query.levels = ["3"]
  461. } else if (this.screen.record == 3) {
  462. parames.query.levels = ["4"]
  463. } else {
  464. parames.query.levels = null
  465. }
  466. this.$u.post("/customer/customerManagement", parames).then(data => {
  467. var list = data.results || [];
  468. console.log(list)
  469. list.forEach(item => {
  470. if (item.demand.cusSemanticWordsList != null) {
  471. item.demand.cusSemanticWordsList.forEach(che => {
  472. if (che.isInterval == 0) {
  473. che.name = che.name + che.unit + '-' + che.endName + che.unit;
  474. }
  475. })
  476. }
  477. })
  478. this.recordList = [...this.recordList, ...list];
  479. this.totalRecord = data.totalPage;
  480. })
  481. },
  482. //获取顾问列表
  483. getFreeList() {
  484. this.freeList = []
  485. this.$u.get("/zkAgentPool/freeList?itemId=" + this.buildingID).then(res => {
  486. this.freeList = res;
  487. this.freeList.forEach(item => {
  488. item.label = item.name;
  489. item.value = item.agentId
  490. })
  491. })
  492. },
  493. //获取客户标签
  494. getfindKeywordsList() {
  495. this.findKeywordsList = []
  496. this.$u.post("/customer/findKeywords", {
  497. houseId: this.buildingID
  498. }).then(res => {
  499. res.forEach(item => {
  500. if (item.isInterval == 0) {
  501. item.label = item.name + item.unit + '-' + item.endName + item.unit;
  502. } else {
  503. item.label = item.name
  504. }
  505. item.value = item.id;
  506. })
  507. this.findKeywordsList = res;
  508. })
  509. },
  510. // 筛选
  511. screenshow() {
  512. this.screenShow = true
  513. },
  514. //选择顾问
  515. actionSelectCallback(e) {
  516. this.screen.agentId = e[0].value;
  517. this.screen.agentIdtext = e[0].label;
  518. },
  519. //选择标签
  520. selectCallback(e) {
  521. this.screen.cunsumerTips = e[0].label;
  522. this.screen.cunsumerTipsid = e[0].value;
  523. },
  524. //重置
  525. reset() {
  526. this.screen = {
  527. agentId: '',
  528. agentIdtext: '',
  529. visitRecord: '',
  530. record: null,
  531. cunsumerTips: '',
  532. cunsumerTipsid: ''
  533. }
  534. this.nextPage = 1;
  535. this.recordList = [];
  536. this.screenShow = false;
  537. this.sourceId = '';
  538. this.sourceIndex = -1;
  539. this.getMyCustom();
  540. },
  541. //筛选确认
  542. screensure() {
  543. this.nextPage = 1;
  544. this.recordList = [];
  545. this.screenShow = false;
  546. this.getMyCustom();
  547. },
  548. goSearch() {
  549. uni.navigateTo({
  550. url: '/pages/center/consumer/consumerSearch'
  551. });
  552. },
  553. gotoFollowUp(id) {
  554. uni.navigateTo({
  555. url: `/pages/center/consumer/newFollowup/newFollowup?id=${id}`
  556. })
  557. },
  558. },
  559. filters: {
  560. // 筛选等级展示文字
  561. levelText(level) {
  562. let str = '';
  563. switch (Number(level)) {
  564. case 1:
  565. str = "A"
  566. break;
  567. case 2:
  568. str = "A"
  569. break;
  570. case 3:
  571. str = "A"
  572. break;
  573. case 4:
  574. str = "A"
  575. break;
  576. default:
  577. str = ''
  578. break;
  579. }
  580. return str
  581. },
  582. // 加密手机
  583. phoneText(mobile) {
  584. if (!mobile) return '--'
  585. return mobile.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
  586. },
  587. // 格式化时间
  588. formatTime(time) {
  589. if (!time) return
  590. return time.substring(5, time.length)
  591. }
  592. }
  593. }
  594. </script>
  595. <style lang="scss" scoped>
  596. .box {
  597. width: 100vw;
  598. min-height: calc(100vh - var(--window-top));
  599. background: #F8F8F8;
  600. display: flex;
  601. flex-direction: column;
  602. .content {
  603. flex-grow: 1;
  604. }
  605. }
  606. .timeview {
  607. height: 80rpx;
  608. line-height: 80rpx;
  609. width: 100%;
  610. text-align: center;
  611. border-bottom: 1px solid #F8F8F8;
  612. }
  613. //时间切换的样式
  614. .boxtittab {
  615. width: 100;
  616. height: 92rpx;
  617. background: #FFFFFF;
  618. border: 1px solid #E0E0E0;
  619. flex-shrink: 0;
  620. display: flex;
  621. align-items: center;
  622. .tabbox {
  623. flex: 1;
  624. height: 100%;
  625. text-align: center;
  626. line-height: 92rpx;
  627. color: #666666;
  628. font-size: 28rpx;
  629. }
  630. }
  631. .search-box {
  632. width: 100%;
  633. height: 102rpx;
  634. background: #FFFFFF;
  635. display: flex;
  636. align-items: center;
  637. justify-content: center;
  638. .search {
  639. width: 94%;
  640. height: 70rpx;
  641. display: flex;
  642. align-items: center;
  643. background: #F8F8F8;
  644. border-radius: 33rpx;
  645. .search-img {
  646. width: 26rpx;
  647. height: 30rpx;
  648. margin-left: 20rpx;
  649. .search-img1 {
  650. width: 100%;
  651. height: 100%;
  652. margin-top: 2rpx;
  653. }
  654. }
  655. .search-text {
  656. font-size: 28rpx;
  657. font-weight: 400;
  658. color: #999999;
  659. margin-left: 10rpx;
  660. }
  661. }
  662. .search-screen {
  663. width: 40rpx;
  664. height: 40rpx;
  665. margin-left: 30rpx;
  666. .search-screen1 {
  667. width: 100%;
  668. height: 100%;
  669. }
  670. }
  671. }
  672. .content {
  673. .content-tips {
  674. background: #fff;
  675. margin-top: 20rpx;
  676. .content-first {
  677. padding: 19rpx 30rpx;
  678. display: flex;
  679. justify-content: space-between;
  680. align-items: center;
  681. box-sizing: border-box;
  682. color: #292929;
  683. height: 90rpx;
  684. font-size: 30rpx;
  685. .left {
  686. display: flex;
  687. align-items: center;
  688. .img {
  689. width: 52rpx;
  690. height: 52rpx;
  691. border: 1px solid #E0E0E0;
  692. border-radius: 50%;
  693. text-align: center;
  694. line-height: 50rpx;
  695. margin-right: 20rpx;
  696. }
  697. .test {
  698. font-weight: 500;
  699. color: #333333;
  700. }
  701. }
  702. .right {
  703. display: flex;
  704. align-items: center;
  705. color: #2671E2;
  706. font-size: 30rpx;
  707. .right-img {
  708. margin: 5rpx 0 0 10rpx;
  709. width: 14rpx;
  710. height: 30rpx;
  711. }
  712. }
  713. }
  714. .content-sec {
  715. border-top: 1px solid #E0E0E0;
  716. padding: 0 30rpx;
  717. padding-bottom: 30rpx;
  718. position: relative;
  719. .content-sec-lab {
  720. margin-top: 30rpx;
  721. display: flex;
  722. font-size: 30rpx;
  723. font-weight: 400;
  724. color: #666666;
  725. line-height: 46rpx;
  726. .content-sec-lab1 {
  727. color: #333333;
  728. }
  729. .content-sec-tips {
  730. max-width: 160rpx;
  731. height: 46rpx;
  732. background: #F2F2F2;
  733. border-radius: 6rpx;
  734. text-align: center;
  735. line-height: 26rpx;
  736. overflow: hidden;
  737. text-overflow: ellipsis;
  738. white-space: nowrap;
  739. font-size: 26rpx;
  740. font-weight: 400;
  741. color: #333333;
  742. margin-right: 20rpx;
  743. box-sizing: border-box;
  744. padding: 10rpx 24rpx;
  745. }
  746. }
  747. .content-sec-num {
  748. position: absolute;
  749. bottom: 25rpx;
  750. right: 30rpx;
  751. padding: 3rpx 12rpx;
  752. background: #F4F8FD;
  753. border-radius: 6rpx;
  754. color: #2671E2;
  755. line-height: 45rpx;
  756. text-align: center;
  757. }
  758. }
  759. .content-last {
  760. height: 108rpx;
  761. display: flex;
  762. justify-content: flex-end;
  763. align-items: center;
  764. border-top: 1px solid #E0E0E0;
  765. .content-last-tab {
  766. margin-right: 30rpx;
  767. width: 156rpx;
  768. height: 60rpx;
  769. font-size: 30rpx;
  770. color: #333333;
  771. border-radius: 30rpx;
  772. border: 1px solid #999999;
  773. display: flex;
  774. align-items: center;
  775. justify-content: center;
  776. }
  777. }
  778. }
  779. }
  780. // 这是弹出层
  781. .screen {
  782. // box-sizing: border-box;
  783. // padding: 0 30rpx;
  784. .screen-counselor {
  785. display: flex;
  786. height: 106rpx;
  787. // padding: 40rpx 30rpx 36rpx 30rpx;
  788. padding: 0 30rpx;
  789. box-sizing: border-box;
  790. border-bottom: 1px solid #E0E0E0;
  791. .screen-text {
  792. margin: 40rpx 0 36rpx 0;
  793. font-size: 30rpx;
  794. font-weight: 400;
  795. color: #333333;
  796. line-height: 30rpx;
  797. }
  798. .screen-sel {
  799. display: flex;
  800. justify-content: space-between;
  801. width: 500rpx;
  802. margin-left: 60rpx;
  803. .screen-sel-img {
  804. margin: 40rpx 0 36rpx 0;
  805. width: 14rpx;
  806. height: 30rpx;
  807. }
  808. .screen-inp {
  809. margin-top: 20rpx;
  810. }
  811. }
  812. }
  813. .screen-record {
  814. height: 192rpx;
  815. // width: 100%;
  816. overflow: hidden;
  817. padding: 0 30rpx;
  818. box-sizing: border-box;
  819. border-bottom: 1px solid #E0E0E0;
  820. .screen-record-text {
  821. margin-top: 36rpx;
  822. font-size: 30rpx;
  823. font-weight: 400;
  824. color: #333333;
  825. line-height: 30rpx;
  826. }
  827. .screen-record-tab {
  828. margin-top: 30rpx;
  829. display: flex;
  830. // justify-content: space-around;
  831. .screen-record-chose {
  832. width: 156rpx;
  833. height: 60rpx;
  834. background: #2671E2;
  835. border-radius: 4rpx;
  836. border: 1px solid #2671E2;
  837. text-align: center;
  838. line-height: 60rpx;
  839. margin-right: 22rpx;
  840. color: #FFFFFF;
  841. }
  842. .screen-record-nochose {
  843. width: 156rpx;
  844. height: 60rpx;
  845. background: #FFFFFF;
  846. border-radius: 4rpx;
  847. border: 1px solid #C9C9C9;
  848. text-align: center;
  849. line-height: 60rpx;
  850. margin-right: 22rpx;
  851. }
  852. }
  853. }
  854. .screen-foot {
  855. width: 100%;
  856. height: 88rpx;
  857. display: flex;
  858. .screen-foot-reset {
  859. width: 50%;
  860. text-align: center;
  861. height: 88rpx;
  862. line-height: 88rpx;
  863. font-size: 30rpx;
  864. font-weight: 400;
  865. color: #666666;
  866. }
  867. .screen-foot-sure {
  868. width: 50%;
  869. text-align: center;
  870. line-height: 88rpx;
  871. height: 88rpx;
  872. font-size: 30rpx;
  873. font-weight: 400;
  874. color: #FFFFFF;
  875. background: #2671E2;
  876. }
  877. }
  878. }
  879. </style>