AI销管
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.vue 21 KiB

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