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.
 
 
 
 

910 lines
21 KiB

  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. // {
  208. // label: '全部',
  209. // value: '0'
  210. // },
  211. {
  212. label: '创建时间倒序',
  213. value: '1'
  214. },
  215. {
  216. label: '创建时间正序',
  217. value: '2'
  218. },
  219. {
  220. label: '接待时间倒序',
  221. value: '3'
  222. },
  223. {
  224. label: '接待时间正序',
  225. value: '4'
  226. },
  227. {
  228. label: '执行率正序',
  229. value: '5'
  230. },
  231. {
  232. label: '执行率倒序',
  233. value: '6'
  234. },
  235. {
  236. label: '接访次数正序',
  237. value: '7'
  238. },
  239. {
  240. label: '接访次数倒序',
  241. value: '8'
  242. },
  243. ],
  244. activeTotal: 5,
  245. value: '',
  246. screenShow: false,
  247. selectshow: false,
  248. totalTimeShow: false,
  249. screen: {
  250. agentId: '', //顾问id
  251. record: '0',
  252. markAdvisor: null,
  253. visitRecord: null,
  254. validInvalid: null
  255. },
  256. freeList: [], //顾问
  257. recordList: [],
  258. buildingID: '',
  259. nextPage: 1,
  260. totalRecord: "",
  261. staTime: '',
  262. endtime: '',
  263. isnorefresh: '',
  264. activeTotal2: 0,
  265. timeshow: false,
  266. timetushow: false,
  267. soltishow: false,
  268. orderBy: '',
  269. methodsisshow: false,
  270. userInfo: {},
  271. }
  272. },
  273. onLoad(options) {
  274. this.isnorefresh = options.refresh;
  275. if (options.activeTotal) {
  276. this.activeTotal = options.activeTotal
  277. }
  278. if (options.markAdvisor) {
  279. this.screen.markAdvisor = options.markAdvisor
  280. }
  281. if (options.validInvalid) {
  282. this.screen.validInvalid = options.validInvalid
  283. }
  284. if (options.staTime) {
  285. this.staTime = options.staTime;
  286. this.endtime = options.endtime;
  287. }
  288. },
  289. onShow() {
  290. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  291. if (this.userInfo.dataCode == 6 || this.userInfo.dataCode == 3) {
  292. this.methodsisshow = false;
  293. } else {
  294. this.methodsisshow = true;
  295. }
  296. if (this.isnorefresh == 'refresh') {
  297. this.buildingID = uni.getStorageSync('buildingID').id;
  298. this.recordList = [];
  299. this.nextPage = 1;
  300. this.getMyCustom()
  301. this.getFreeList();
  302. this.isnorefresh = '';
  303. }
  304. },
  305. onReachBottom() {
  306. if (this.totalRecord == this.nextPage) {
  307. uni.showToast({
  308. icon: 'none',
  309. title: '到底了',
  310. duration: 2000
  311. });
  312. return
  313. } else {
  314. this.nextPage += 1;
  315. this.getMyCustom();
  316. }
  317. },
  318. methods: {
  319. tapsoltishow() {
  320. this.soltishow = true;
  321. },
  322. taptimetuisshow() {
  323. this.timetushow = true;
  324. },
  325. taptimeisshow() {
  326. this.timeshow = true;
  327. },
  328. //选择标签
  329. selectCallback2(e) {
  330. this.orderBy = e[0].value;
  331. this.nextPage = 1;
  332. this.recordList = [];
  333. this.getMyCustom();
  334. },
  335. //选择录音时长
  336. timetap(index) {
  337. this.timetushow = false;
  338. this.activeTotal2 = index;
  339. this.nextPage = 1;
  340. this.recordList = [];
  341. this.getMyCustom();
  342. },
  343. //时间选择
  344. tabtimetap(index) {
  345. this.timeshow = false;
  346. if (index == 4) {
  347. this.totalTimeShow = true;
  348. } else {
  349. this.activeTotal = index;
  350. this.staTime = '';
  351. this.endtime = '';
  352. this.nextPage = 1;
  353. this.recordList = [];
  354. this.getMyCustom();
  355. }
  356. },
  357. //自定义时间
  358. totalTimeChange(e) {
  359. this.staTime = e.startDate;
  360. this.endtime = e.endDate;
  361. this.activeTotal = 4;
  362. this.nextPage = 1;
  363. this.recordList = [];
  364. this.getMyCustom();
  365. },
  366. tapThevisiting(item) {
  367. let newmenulist = uni.getStorageSync('weapp_session_Menu_data');
  368. if (newmenulist.jdjl_ck != true) {
  369. return
  370. }
  371. uni.showLoading({
  372. title: '加载中',
  373. mask: true
  374. });
  375. if (item.status == 0) {
  376. setTimeout(function() {
  377. uni.hideLoading();
  378. }, 2000);
  379. uni.showToast({
  380. icon: "none",
  381. title: "排队中"
  382. })
  383. return
  384. } else {
  385. const parames = {
  386. pageNum: 1,
  387. pageSize: 100,
  388. query: {
  389. customerId: item.id,
  390. }
  391. }
  392. var item = {
  393. bg: 0,
  394. customerId: item.id,
  395. }
  396. uni.setStorageSync("searchobj", item); //写入缓存
  397. uni.setStorageSync("entrance", 1); //写入缓存
  398. this.$u.post("/corpus/findByPage", parames).then(res => {
  399. if (res == null) {
  400. setTimeout(function() {
  401. uni.hideLoading();
  402. }, 2000);
  403. uni.showToast({
  404. icon: "none",
  405. title: "暂无音频"
  406. })
  407. return
  408. } else {
  409. setTimeout(function() {
  410. uni.hideLoading();
  411. }, 2000);
  412. let newobj = res[0];
  413. if (res[0].merge == 0) {
  414. uni.navigateTo({
  415. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}`
  416. })
  417. } else {
  418. uni.navigateTo({
  419. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"1"}`
  420. })
  421. }
  422. }
  423. })
  424. }
  425. },
  426. getMyCustom() {
  427. let dateType = 0;
  428. let recDurationInterval = 0;
  429. let orderBy = 0;
  430. if (this.activeTotal == 5) {
  431. dateType = null;
  432. } else if (this.activeTotal == 4) {
  433. dateType = null;
  434. } else {
  435. dateType = this.activeTotal;
  436. }
  437. if (this.activeTotal2 == 0) {
  438. recDurationInterval = null
  439. } else {
  440. recDurationInterval = this.activeTotal2
  441. }
  442. if (this.orderBy == 0) {
  443. orderBy = null;
  444. } else {
  445. orderBy = this.orderBy;
  446. }
  447. var parames = {
  448. pageNum: this.nextPage,
  449. pageSize: 10,
  450. query: {
  451. projectId: this.buildingID,
  452. time: 1,
  453. staDate: this.staTime,
  454. endDate: this.endtime,
  455. visitRecord: this.screen.visitRecord,
  456. markAdvisor: this.screen.markAdvisor,
  457. dateType: dateType,
  458. recDurationInterval: recDurationInterval,
  459. orderBy: orderBy,
  460. validInvalid: this.screen.validInvalid
  461. }
  462. };
  463. if (this.screen.agentId) {
  464. parames.query.agentId = this.screen.agentId
  465. }
  466. this.$u.post("/customer/findbypage", parames).then(data => {
  467. var list = data.results || [];
  468. this.recordList = [...this.recordList, ...list];
  469. this.totalRecord = data.totalPage;
  470. })
  471. },
  472. //获取顾问列表
  473. getFreeList() {
  474. this.$u.get("/zkAgentPool/freeList?itemId=" + this.buildingID).then(res => {
  475. this.freeList = res;
  476. this.freeList.forEach(item => {
  477. item.label = item.name;
  478. item.value = item.agentId
  479. })
  480. })
  481. },
  482. // 筛选
  483. screenshow() {
  484. this.screenShow = true
  485. },
  486. actionSelectCallback(e) {
  487. this.screen.agentId = e[0].value;
  488. this.screenShow = false;
  489. this.recordList = [];
  490. this.nextPage = 1;
  491. this.getMyCustom();
  492. },
  493. reset() {
  494. this.screen = {
  495. counselorName: '',
  496. record: '0',
  497. markAdvisor: null,
  498. visitRecord: null,
  499. validInvalid: null
  500. }
  501. this.screenShow = false;
  502. this.nextPage = 1;
  503. this.recordList = [];
  504. this.getMyCustom();
  505. },
  506. recordclick(i) {
  507. if (this.screen.visitRecord == i) {
  508. this.screen.visitRecord = null
  509. } else {
  510. this.screen.visitRecord = i
  511. }
  512. },
  513. screenvisitRecord(i) {
  514. if (this.screen.markAdvisor == i) {
  515. this.screen.markAdvisor = null
  516. } else {
  517. this.screen.markAdvisor = i
  518. }
  519. },
  520. screenvisivalidInvalid(i) {
  521. console.log(this.screen.validInvalid, i)
  522. if (this.screen.validInvalid == i) {
  523. this.screen.validInvalid = null
  524. } else {
  525. this.screen.validInvalid = i
  526. }
  527. },
  528. screensure() {
  529. this.screenShow = false;
  530. this.recordList = [];
  531. this.nextPage = 1;
  532. this.getMyCustom();
  533. },
  534. goSearch() {
  535. uni.navigateTo({
  536. url: '/pages/center/records/recordSearch'
  537. });
  538. },
  539. },
  540. filters: {
  541. // 加密手机号
  542. encryption(phone) {
  543. if (!phone) return
  544. return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
  545. }
  546. }
  547. }
  548. </script>
  549. <style lang="scss" scoped>
  550. .box {
  551. width: 100%;
  552. height: 100%;
  553. background: #F8F8F8;
  554. }
  555. .timeview {
  556. height: 80rpx;
  557. line-height: 80rpx;
  558. width: 100%;
  559. text-align: center;
  560. border-bottom: 1px solid #F8F8F8;
  561. }
  562. //时间切换的样式
  563. .boxtittab {
  564. width: 100;
  565. height: 92rpx;
  566. background: #FFFFFF;
  567. border: 1px solid #E0E0E0;
  568. display: flex;
  569. align-items: center;
  570. .tabbox {
  571. flex: 1;
  572. height: 100%;
  573. text-align: center;
  574. line-height: 92rpx;
  575. color: #666666;
  576. font-size: 28rpx;
  577. }
  578. }
  579. .search-box {
  580. width: 100%;
  581. height: 102rpx;
  582. background: #FFFFFF;
  583. display: flex;
  584. align-items: center;
  585. justify-content: center;
  586. .search {
  587. width: 94%;
  588. height: 70rpx;
  589. display: flex;
  590. align-items: center;
  591. background: #F8F8F8;
  592. border-radius: 33rpx;
  593. .search-img {
  594. width: 26rpx;
  595. height: 30rpx;
  596. margin-left: 20rpx;
  597. .search-img1 {
  598. width: 100%;
  599. height: 100%;
  600. margin-top: 2rpx;
  601. }
  602. }
  603. .search-text {
  604. font-size: 28rpx;
  605. font-weight: 400;
  606. color: #999999;
  607. margin-left: 10rpx;
  608. }
  609. }
  610. .search-screen {
  611. width: 40rpx;
  612. height: 40rpx;
  613. margin-left: 30rpx;
  614. .search-screen1 {
  615. width: 100%;
  616. height: 100%;
  617. }
  618. }
  619. }
  620. .content {
  621. .content-tips {
  622. background: #fff;
  623. box-sizing: border-box;
  624. overflow: hidden;
  625. margin-top: 20rpx;
  626. .content-first {
  627. margin-top: 19rpx;
  628. padding: 0 30rpx;
  629. height: 92rpx;
  630. border-bottom: 1rpx solid rgba($color: #2671E2, $alpha: .1);
  631. display: flex;
  632. align-items: center;
  633. justify-content: space-between;
  634. .left {
  635. display: flex;
  636. align-items: center;
  637. .adviser {
  638. margin-right: 10rpx;
  639. padding: 5rpx 11rpx;
  640. border-radius: 50%;
  641. border: 1rpx solid #2671E2;
  642. font-size: 30rpx;
  643. color: #2671E2;
  644. }
  645. .img {
  646. width: 52rpx;
  647. height: 52rpx;
  648. background: #FFFFFF;
  649. border: 1px solid #C9C9C9;
  650. border-radius: 50%;
  651. text-align: center;
  652. }
  653. .name {
  654. font-weight: 600;
  655. color: #333333;
  656. }
  657. .status {
  658. margin-left: 19rpx;
  659. width: 110rpx;
  660. background: #FFF9F5;
  661. border-radius: 4rpx;
  662. font-size: 26rpx;
  663. font-weight: 400;
  664. color: #EC8D49;
  665. text-align: center;
  666. }
  667. }
  668. .right {
  669. display: flex;
  670. font-size: 30rpx;
  671. .point {
  672. width: 12rpx;
  673. height: 12rpx;
  674. background: #2B6EFF;
  675. border-radius: 50%;
  676. margin-right: 9rpx;
  677. margin-top: 16rpx;
  678. }
  679. }
  680. }
  681. .content-sec {
  682. padding: 28rpx 30rpx 32rpx;
  683. display: flex;
  684. justify-content: space-between;
  685. .left {
  686. display: flex;
  687. align-items: center;
  688. .adviser {
  689. margin-right: 10rpx;
  690. padding: 5rpx 11rpx;
  691. border-radius: 50%;
  692. border: 1rpx solid #2671E2;
  693. background: #2671E2;
  694. font-size: 30rpx;
  695. color: #fff;
  696. }
  697. .cus {
  698. font-size: 30rpx;
  699. font-weight: 400;
  700. color: #666666;
  701. // line-height: 30rpx;
  702. }
  703. .arriveNum {
  704. font-size: 30rpx;
  705. font-weight: 400;
  706. margin-left: 10rpx;
  707. }
  708. }
  709. .right {
  710. font-size: 28rpx;
  711. font-weight: 400;
  712. color: #2671E2;
  713. display: flex;
  714. align-items: center;
  715. .img {
  716. margin-right: 10rpx;
  717. width: 32rpx;
  718. height: 32rpx;
  719. }
  720. }
  721. }
  722. .content-last {
  723. padding: 0 30rpx 34rpx;
  724. font-size: 30rpx;
  725. font-weight: 400;
  726. color: #666666;
  727. display: flex;
  728. align-items: center;
  729. justify-content: space-between;
  730. .c-items {
  731. flex-shrink: 0;
  732. display: flex;
  733. align-items: center;
  734. font-size: 28rpx;
  735. .c-items-img {
  736. margin-right: 10rpx;
  737. width: 32rpx;
  738. height: 32rpx;
  739. }
  740. }
  741. }
  742. }
  743. }
  744. // 这是弹出层
  745. .screen {
  746. // box-sizing: border-box;
  747. // padding: 0 30rpx;
  748. position: absolute;
  749. .screen-counselor {
  750. display: flex;
  751. height: 106rpx;
  752. // padding: 40rpx 30rpx 36rpx 30rpx;
  753. padding: 0 30rpx;
  754. box-sizing: border-box;
  755. border-bottom: 1px solid #EEEEEE;
  756. .screen-text {
  757. margin: 40rpx 0 36rpx 0;
  758. font-size: 30rpx;
  759. font-weight: 400;
  760. color: #333333;
  761. line-height: 30rpx;
  762. }
  763. .screen-sel {
  764. display: flex;
  765. justify-content: space-between;
  766. width: 500rpx;
  767. margin-left: 60rpx;
  768. .screen-sel-img {
  769. margin: 40rpx 0 36rpx 0;
  770. width: 14rpx;
  771. height: 30rpx;
  772. }
  773. .screen-inp {
  774. margin-top: 20rpx;
  775. }
  776. }
  777. }
  778. .screen-record {
  779. height: 192rpx;
  780. // width: 100%;
  781. overflow: hidden;
  782. padding: 0 30rpx;
  783. box-sizing: border-box;
  784. border-bottom: 1px solid #EEEEEE;
  785. .screen-record-text {
  786. margin-top: 36rpx;
  787. font-size: 30rpx;
  788. font-weight: 400;
  789. color: #333333;
  790. line-height: 30rpx;
  791. }
  792. .screen-record-tab {
  793. margin-top: 30rpx;
  794. display: flex;
  795. // justify-content: space-around;
  796. .screen-record-chose {
  797. width: 156rpx;
  798. height: 60rpx;
  799. background: #2671E2;
  800. border-radius: 4rpx;
  801. border: 1px solid #2671E2;
  802. text-align: center;
  803. line-height: 60rpx;
  804. margin-right: 22rpx;
  805. color: #FFFFFF;
  806. }
  807. .screen-record-nochose {
  808. width: 156rpx;
  809. height: 60rpx;
  810. background: #FFFFFF;
  811. border-radius: 4rpx;
  812. border: 1px solid #C9C9C9;
  813. text-align: center;
  814. line-height: 60rpx;
  815. margin-right: 22rpx;
  816. }
  817. }
  818. }
  819. .screen-foot {
  820. width: 100%;
  821. height: 100rpx;
  822. display: flex;
  823. .screen-foot-reset {
  824. width: 50%;
  825. text-align: center;
  826. height: 100rpx;
  827. line-height: 100rpx;
  828. font-size: 30rpx;
  829. font-weight: 400;
  830. color: #666666;
  831. }
  832. .screen-foot-sure {
  833. width: 50%;
  834. text-align: center;
  835. line-height: 100rpx;
  836. height: 100rpx;
  837. font-size: 30rpx;
  838. font-weight: 400;
  839. color: #FFFFFF;
  840. background: #2671E2;
  841. }
  842. }
  843. }
  844. </style>