選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

1144 行
28 KiB

  1. <template>
  2. <view class="box">
  3. <view class="content">
  4. <view class="content-tips" @click="goedit()">
  5. <view class="content-first">
  6. <view class="left">
  7. <view v-if="customerInfo.level.length==0"></view>
  8. <view class="img" v-else-if="customerInfo.level==1">A</view>
  9. <view class="img" v-else-if="customerInfo.level==2">B</view>
  10. <view class="img" v-else-if="customerInfo.level==3">C</view>
  11. <view class="img" v-else-if="customerInfo.level==4">D</view>
  12. <view class="test">{{customerInfo.name || '--'}}</view>
  13. <view class="edit">
  14. <image class="screen-sel-img" src="../../../static/images/edit.png" mode=""></image>
  15. </view>
  16. </view>
  17. <!-- <view class="right">
  18. <view class="point"></view>
  19. <view class="test">定金</view>
  20. </view> -->
  21. </view>
  22. <view class="content-sec">
  23. <view class="content-sec-lab">
  24. 手机号码:<view class="content-sec-lab1">{{customerInfo.phone&&customerInfo.isShow==1?customerInfo.phone.substr(0, 3) + '****' + customerInfo.phone.substr(7):customerInfo.phone&&customerInfo.isShow!=1?customerInfo.phone: '--'}}</view>
  25. </view>
  26. <view class="content-sec-lab" @click.stop="tipupon">
  27. 客户标签:
  28. <text v-if="!customerInfo.demand.cusSemanticWordsList">暂无</text>
  29. <view v-else class="content-sec-tips" v-for="(che,ind) in customerInfo.demand.cusSemanticWordsList" :key='ind'>{{che.name}}</view>
  30. <view class="conmsg-msg-lab-img" v-if="customerInfo.demand.cusSemanticWordsList.length>0">
  31. <image class="screen-sel-img" src="../../../static/images/right.png" mode=""></image>
  32. </view>
  33. </view>
  34. <view class="content-sec-lab">
  35. 顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
  36. </view>
  37. <view class="content-sec-lab">
  38. 添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view>
  39. </view>
  40. <view class="content-sec-num">
  41. <view class="">{{customerInfo.visitRecord || '--'}}次到访</view>
  42. <view class="">{{customerInfo.fraction || '0'}}% | {{customerInfo.mm || '0'}}<text style="font-size: 24rpx;">min</text></view>
  43. </view>
  44. </view>
  45. <view class="content-last">
  46. <view class="content-last-con">
  47. 备注:{{customerInfo.remarks ? customerInfo.remarks : "暂无"}}
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="tabchange">
  53. <view class="tab">
  54. <view class="tabbox">
  55. <view :class="{ activecllasscet: activeTotal == 0 }" @click="tabtimetap(0)">接待记录</view>
  56. </view>
  57. <view class="tabbox">
  58. <view :class="{ activecllasscet: activeTotal == 1 }" @click="tabtimetap(1)">跟进记录</view>
  59. </view>
  60. <view class="tabbox">
  61. <view :class="{ activecllasscet: activeTotal == 2 }" @click="tabtimetap(2)">执行率</view>
  62. </view>
  63. </view>
  64. <!-- 接待记录 -->
  65. <view class="tabactive1" v-if="activeTotal==0" style="min-height: 800rpx;">
  66. <view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  67. <view style="width: 100%;padding-top: 60rpx;">
  68. <view style="width: 100%;text-align: center;">
  69. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  70. </view>
  71. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  72. </view>
  73. </view>
  74. <view v-if="Thevisitingrecords.length!=0" class="content-tips" v-for="(item,index) in Thevisitingrecords" :key="index" @click="tapThevisiting(item)">
  75. <view class="content-first">
  76. <view class="left">
  77. <view v-if="item.level.length==0"></view>
  78. <view class="img" v-else-if="item.level==1">A</view>
  79. <view class="img" v-else-if="item.level==2">B</view>
  80. <view class="img" v-else-if="item.level==3">C</view>
  81. <view class="img" v-else-if="item.level==4">D</view>
  82. <view class="name">{{item.agentName || '--'}}</view>
  83. <view class="status" v-if="item.replaceReception==1">代接待</view>
  84. </view>
  85. <!-- <view class="right">
  86. <view class="point"></view>
  87. <view class="">优秀案例</view>
  88. </view> -->
  89. </view>
  90. <view class="content-sec">
  91. <view class="left">
  92. <view class="cus" style="line-height: 46rpx;">客户:{{item.name || ''}} |</view>
  93. <view style="line-height: 46rpx;" class="arriveNum">{{item.visitRecord || '--'}}次到访</view>
  94. </view>
  95. <view class="right">{{item.fraction || '0'}}%</view>
  96. </view>
  97. <view class="content-last">{{item.createTime}} | {{item.mm || '--'}}min</view>
  98. </view>
  99. </view>
  100. <!-- 跟进记录 -->
  101. <view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;">
  102. <view v-if="fllowList.length==0" style="width: 100%;height:600rpx;display: flex;align-items: center;background-color: #FFFFFF;">
  103. <view style="width: 100%;padding-top: 60rpx;">
  104. <view style="width: 100%;text-align: center;">
  105. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  106. </view>
  107. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  108. </view>
  109. </view>
  110. <view v-if="fllowList.length!=0" class="tab2-tips" v-for="(item,index) in fllowList" :key="index">
  111. <view class="tab2-first">
  112. <view class="tab2-first-1">
  113. <view class="tab2-first-left">
  114. <view class="img">{{item.agentName.slice(0,1) || '--'}}</view>
  115. <view class="name">{{item.agentName || '||'}}</view>
  116. </view>
  117. <view class="tab2-first-right">{{item.createTime}}</view>
  118. </view>
  119. <view class="tab2-first-foot">跟进内容:{{item.remarks || '暂无'}}</view>
  120. </view>
  121. <!-- <view class="tab2-sec">
  122. <view class="tab-sec-edit">编辑记录</view>
  123. </view> -->
  124. </view>
  125. </view>
  126. <!-- 评分 -->
  127. <view class="ratecenter" v-if="activeTotal==2">
  128. <view class="ratetetle">执行总览</view>
  129. <view class="rateyuanbox">
  130. <view class="rateyuanboxzuo">
  131. <view class="boxzuoview cccccc">{{customerInfo.visitRecord || '--'}}次</view>
  132. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待次数</view>
  133. </view>
  134. <view class="rateyuanboxyou">
  135. <view class="boxzuoview" style="width: 100%;display: flex;justify-content: center;">
  136. <u-circle-progress active-color="#4FC78F" width='139' :percent="customerInfo.fraction">
  137. <view style="text-align: center;color: #4FC78F;">{{customerInfo.fraction}}%</view>
  138. </u-circle-progress>
  139. </view>
  140. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">销讲执行率</view>
  141. </view>
  142. <view class="rateyuanboxzuo">
  143. <view class="boxzuoview cccccc">{{customerInfo.mm}}min</view>
  144. <view style="color: #333333;font-size: 28rpx;font-weight: 400;text-align: center;">接待时长</view>
  145. </view>
  146. </view>
  147. <view style="width: 100%;height: 80rpx;border-bottom: 1rpx solid #E0E0E0;display: flex;align-items: center;">
  148. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 20rpx;">指标</view>
  149. <view style="flex: 1;font-size: 28rpx;color: #333333;font-weight: 600;text-indent: 170rpx;">执行率</view>
  150. </view>
  151. <view v-if="ratelist.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;">
  152. <view style="width: 100%;padding-top: 60rpx;">
  153. <view style="width: 100%;text-align: center;">
  154. <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image>
  155. </view>
  156. <view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
  157. </view>
  158. </view>
  159. <view class="Level-box" v-if="ratelist.length!=0" v-for="(item,index) in ratelist" :key="index">
  160. <view class="Level1che" @click="changeshow(item,1)">
  161. <view class="title1">{{item.name}}</view>
  162. <view class="leve1-jindu">
  163. <view class="jindutiao">
  164. <view class="huanxing" :style="{width: item.ratepercent/item.rate*100+'%'}"></view>
  165. <view class="text">{{((item.ratepercent/item.rate).toFixed(2)*100).toFixed()}}%</view>
  166. </view>
  167. </view>
  168. <view class="jiantobox">
  169. <image v-if="!item.show" class="arrow rotatearrow" src="/static/images/down.png" mode="" />
  170. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  171. </view>
  172. </view>
  173. <view class="hhhbox" v-if="item.show" v-for="(subitem,i) in item.children" :key="i">
  174. <view class="Level2che" @click="changeshow2(subitem,1)">
  175. <view class="title1" >{{subitem.name}}</view>
  176. <view class="leve1-jindu" >
  177. <view class="zhixing" v-if="!subitem.selected">已执行</view>
  178. <view class="zhixing2" v-else>未执行</view>
  179. </view>
  180. <view class="jiantobox">
  181. <image v-if="!subitem.show" class="arrow rotatearrow" src="/static/images/down.png" mode="" />
  182. <image v-else class="arrow" src="/static/images/up.png" mode="" />
  183. </view>
  184. </view>
  185. <view class="hsnrtest" v-if="subitem.show">话术内容</view>
  186. <view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show" v-for="(che,inc) in subitem.children" :key='inc'>
  187. <view class="title1" >{{inc+1}}.{{che.name}}</view>
  188. <view class="jiantobox">
  189. <image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png" mode="" />
  190. </view>
  191. </view>
  192. <view v-if="subitem.show" style="width: 100%;height: 30rpx;"></view>
  193. </view>
  194. </view>
  195. </view>
  196. </view>
  197. <view class="pon-foot" v-if="buttonisshow">
  198. <view class="foot-tab" @click="goRemind">添加提醒</view>
  199. <!-- <view class="foot-tab">拨打电话</view> -->
  200. <view class="foot-tab" @click="followRecordAdd()">写跟进</view>
  201. </view>
  202. <!-- closeable -->
  203. <u-popup v-model="tipshow" mode="center" width="500rpx" height="500rpx" closeable>
  204. <scroll-view scroll-y="true" style="height: 440rpx;">
  205. <view style="margin-top: 60rpx; display: flex; flex-wrap: wrap; padding-left: 20rpx;">
  206. <view class="upon-sec-tips" v-for="(item,index) in customerInfo.demand.cusSemanticWords" :key="index">
  207. {{item.name}}
  208. </view>
  209. </view>
  210. </scroll-view>
  211. </u-popup>
  212. </view>
  213. </template>
  214. <script>
  215. export default{
  216. data(){
  217. return{
  218. activeTotal: 0,
  219. customerId:'',
  220. tipshow:false,
  221. customerInfo:{
  222. name:'',
  223. createTime:'',
  224. agentName:''
  225. },
  226. Thevisitingrecords:[],
  227. totalRate:[],
  228. ratelist:[],
  229. fllowList:[],
  230. userInfo:{},
  231. buttonisshow:false
  232. }
  233. },
  234. onLoad(options) {
  235. this.customerId = options.id;
  236. },
  237. onShow() {
  238. this.userInfo = uni.getStorageSync('weapp_session_userInfo_data');
  239. if(this.userInfo.dataCode == 6){
  240. this.buttonisshow=true;
  241. }else{
  242. this.buttonisshow=false
  243. }
  244. this.getCustomerInfo()
  245. this.tabtimetap(0)
  246. },
  247. methods:{
  248. // 获取到访记录
  249. getVisitList() {
  250. this.$u.get("/customer/findByPhoneAndProject?id=" + this.customerId, ).then(res => {
  251. this.Thevisitingrecords = res
  252. })
  253. },
  254. // 获取客户信息
  255. getCustomerInfo() {
  256. const that = this;
  257. this.$u.get("/customer/findById", {
  258. id: this.customerId
  259. }).then(res => {
  260. if(res.fraction==null){
  261. res.fraction='0';
  262. }
  263. if(res.demand.cusSemanticWordsList!=null){
  264. res.demand.cusSemanticWords=res.demand.cusSemanticWordsList
  265. res.demand.cusSemanticWordsList.forEach(che=>{
  266. if(che.isInterval==0){
  267. che.name=che.name+che.unit+'-'+che.endName+che.unit;
  268. }
  269. })
  270. res.demand.cusSemanticWordsList=res.demand.cusSemanticWordsList.slice(0,3)
  271. }
  272. // console.log(res.demand.cusSemanticWords,'关键字')
  273. this.customerInfo = res;
  274. })
  275. },
  276. tabtimetap(idx){
  277. this.activeTotal=idx
  278. if(idx==0){
  279. this.getVisitList()
  280. }else if(idx==1){
  281. this.getFollowList()
  282. }else{
  283. this.getRatelist()
  284. }
  285. },
  286. tapThevisiting(item) {
  287. if(item.yon!=0){
  288. uni.showToast({
  289. icon:'none',
  290. title: '暂无录音',
  291. duration: 2000
  292. });
  293. return
  294. }else{
  295. const parames = {
  296. pageNum: 1,
  297. pageSize: 100,
  298. query: {
  299. customerId: item.id,
  300. }
  301. }
  302. var item={
  303. bg:0,
  304. customerId:item.id,
  305. id:''
  306. }
  307. uni.setStorageSync("searchobj", item); //写入缓存
  308. this.$u.post("/corpus/findByPage", parames).then(res => {
  309. if(res==null){
  310. uni.showToast({
  311. icon: "none",
  312. title: "暂无音频"
  313. })
  314. return
  315. }
  316. if(res[0].merge==0){
  317. let newobj = res[0];
  318. uni.navigateTo({
  319. url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}`
  320. })
  321. }else{
  322. let newobj = res[0];
  323. uni.navigateTo({
  324. url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"1"}`
  325. })
  326. }
  327. })
  328. }
  329. },
  330. // 获取跟进记录
  331. getFollowList() {
  332. this.fllowList=[];
  333. this.$u.post("/customer/getCusStage", {
  334. customerId: this.customerId
  335. }).then(res => {
  336. res.forEach(item=>{
  337. item.agentName=this.customerInfo.agentName
  338. })
  339. this.fllowList = res;
  340. })
  341. },
  342. // 新增跟进
  343. followRecordAdd() {
  344. uni.navigateTo({
  345. url: `/pages/center/consumer/newFollowup/newFollowup?id=${this.customerId}`
  346. })
  347. },
  348. // 去编辑
  349. goedit(){
  350. // console.log('去编辑')
  351. uni.navigateTo({
  352. url:`/pages/center/consumer/edit?id=${this.customerId}`
  353. })
  354. },
  355. // 去添加提醒
  356. goRemind(){
  357. uni.navigateTo({
  358. url:`/pages/center/consumer/remind?str=${this.customerInfo.name+'/'+this.customerInfo.phone}&customerId=${this.customerId}`
  359. })
  360. },
  361. //评分点击
  362. clickaudeopal(item){
  363. if(item.selected==0){
  364. uni.navigateTo({
  365. url: '/pages/mine/ScoringPlaylist?customerId='+this.customerId +"&id="+item.marketingId
  366. })
  367. }
  368. },
  369. tipupon(){
  370. if(!this.customerInfo.demand.cusSemanticWordsList)return
  371. this.tipshow=true
  372. },
  373. changeshow(item, type) {
  374. item.show = !item.show
  375. },
  376. changeshow2(item, type){
  377. item.show = !item.show
  378. },
  379. // 获取评分
  380. getRatelist() {
  381. this.$u.get("/customer/findzkMByCusId", {
  382. cusId: this.customerId
  383. }).then(res => {
  384. if (res.length) {
  385. let level1 = []
  386. res.forEach(item => {
  387. if (item.pid == 0) {
  388. level1.push({
  389. id: item.marketingId,
  390. rate: item.fraction,
  391. name: item.name,
  392. sort: item.sort,
  393. show: false,
  394. ratepercent: 0,
  395. children: []
  396. })
  397. }
  398. })
  399. // this.totalRate = level2rate;
  400. res.forEach(subitem => {
  401. let subitempid = subitem.pid
  402. level1.forEach(item => {
  403. if (subitempid == item.id) {
  404. if (subitem.selected == 0) {
  405. item.ratepercent += subitem.fraction
  406. }
  407. item.children.push({
  408. id: subitem.id,
  409. rate: subitem.fraction,
  410. selected: subitem.selected,
  411. name: subitem.name,
  412. show: false,
  413. marketingId:subitem.marketingId,
  414. children: []
  415. })
  416. }
  417. })
  418. })
  419. res.forEach(subitem => {
  420. let subitempid = subitem.pid
  421. level1.forEach(chen=>{
  422. chen.children.forEach(zxc=>{
  423. if(subitempid == zxc.marketingId){
  424. zxc.children.push({
  425. id: subitem.id,
  426. rate: subitem.fraction,
  427. selected: subitem.selected,
  428. name: subitem.name,
  429. marketingId:subitem.marketingId,
  430. })
  431. }
  432. })
  433. })
  434. })
  435. level1[0].show = true;
  436. level1[0].children[0].show = true;
  437. this.ratelist = level1
  438. }
  439. })
  440. },
  441. }
  442. }
  443. </script>
  444. <style lang="scss" scoped>
  445. .rotatearrow {
  446. transform: rotate(270deg);
  447. }
  448. // 评分
  449. .rate-box {
  450. padding: 10rpx 20rpx;
  451. background-color: #FFFFFF;
  452. .date {
  453. width: 300rpx;
  454. height: 33rpx;
  455. font-size: 24rpx;
  456. font-weight: 400;
  457. color: #333333;
  458. line-height: 33rpx;
  459. letter-spacing: 1rpx;
  460. margin-bottom: 8rpx;
  461. }
  462. .title {
  463. width: 100%;
  464. height: 42rpx;
  465. font-size: 30rpx;
  466. font-weight: 500;
  467. color: #333333;
  468. line-height: 42rpx;
  469. letter-spacing: 2rpx;
  470. margin-bottom: 20rpx;
  471. }
  472. .level1 {
  473. display: flex;
  474. align-items: center;
  475. .level-name {
  476. width: 104rpx;
  477. height: 33rpx;
  478. font-size: 24rpx;
  479. font-weight: 500;
  480. color: #333333;
  481. line-height: 33rpx;
  482. letter-spacing: 1rpx;
  483. margin-right: 10rpx;
  484. }
  485. .level-progress {
  486. flex: 1;
  487. border-radius: 11rpx;
  488. height: 21rpx;
  489. background-color: #BEE4FF;
  490. position: relative;
  491. .color {
  492. width: 0;
  493. position: absolute;
  494. top: 0;
  495. left: 0;
  496. height: 21rpx;
  497. border-radius: 11rpx 0 0 11rpx;
  498. background-color: #008EF2;
  499. }
  500. }
  501. .level-rate {
  502. width: 65rpx;
  503. height: 33rpx;
  504. font-size: 24rpx;
  505. font-weight: 500;
  506. color: #333333;
  507. line-height: 33rpx;
  508. letter-spacing: 1rpx;
  509. margin: 0 20rpx 0 15rpx;
  510. }
  511. .arrow {
  512. width: 37rpx;
  513. height: 21rpx;
  514. padding: 5rpx 20rpx;
  515. }
  516. .rotatearrow {
  517. transform: rotate(270deg);
  518. }
  519. }
  520. .level1-subbox {
  521. display: flex;
  522. margin-top: 20rpx;
  523. flex-wrap: wrap;
  524. .sub-name {
  525. width: 50%;
  526. display: flex;
  527. margin-bottom: 18rpx;
  528. .subitem-name {
  529. width: 104rpx;
  530. height: 33rpx;
  531. font-size: 24rpx;
  532. font-weight: 400;
  533. color: #999999;
  534. line-height: 33rpx;
  535. letter-spacing: 1rpx;
  536. margin-right: 12rpx;
  537. }
  538. .checkimg {
  539. width: 27rpx;
  540. height: 27rpx;
  541. }
  542. }
  543. }
  544. }
  545. .Level-box{
  546. padding-bottom: 2rpx;
  547. .hhhbox{
  548. width:100%;
  549. padding-left: 30rpx;
  550. padding-right: 30rpx;
  551. border-bottom: 1rpx solid #E0E0E0;
  552. background: #FFFFFF;
  553. // padding-bottom: 32rpx;
  554. .hsnrtest{
  555. height: 24rpx;
  556. font-size: 24rpx;
  557. font-weight: 400;
  558. color: #666666;
  559. line-height: 24rpx;
  560. }
  561. .Level3che{
  562. width:100%;
  563. height:28rpx;
  564. display: flex;
  565. line-height: 28rpx;
  566. align-items: center;
  567. margin-top: 30rpx;
  568. .title1{
  569. flex: 1;
  570. font-size: 28rpx;
  571. color:#2671E2;
  572. font-weight: 400;
  573. }
  574. .jiantobox{
  575. width: 30rpx;
  576. height: 30rpx;
  577. display: flex;
  578. align-items: center;
  579. .arrow{
  580. width: 28rpx;
  581. height:28rpx;
  582. }
  583. }
  584. }
  585. }
  586. .Level2che{
  587. width:100%;
  588. height: 88rpx;
  589. display: flex;
  590. line-height: 88rpx;
  591. align-items: center;
  592. .title1{
  593. flex: 2;
  594. font-size: 28rpx;
  595. color: #333333;
  596. font-weight: 400;
  597. }
  598. .leve1-jindu{
  599. flex: 3;
  600. display: flex;
  601. justify-content: center;
  602. align-items: center;
  603. .zhixing{
  604. width: 108rpx;
  605. height: 44rpx;
  606. background: #2671E2;
  607. border-radius: 4rpx;
  608. font-size: 28rpx;
  609. text-align: center;
  610. line-height: 44rpx;
  611. color: #FFFFFF;
  612. }
  613. .zhixing2{
  614. width: 108rpx;
  615. height: 44rpx;
  616. background: #F8F8F8;
  617. border-radius: 4rpx;
  618. font-size: 28rpx;
  619. text-align: center;
  620. line-height: 44rpx;
  621. color: #999999;
  622. }
  623. }
  624. .jiantobox{
  625. width: 30rpx;
  626. height: 30rpx;
  627. display: flex;
  628. align-items: center;
  629. .arrow{
  630. width: 30rpx;
  631. height:18rpx;
  632. }
  633. }
  634. }
  635. .Level1che{
  636. width:100%;
  637. height: 94rpx;
  638. background: #F5F5F5;
  639. display: flex;
  640. line-height: 94rpx;
  641. align-items: center;
  642. padding-left: 30rpx;
  643. padding-right: 30rpx;
  644. .title1{
  645. flex: 2;
  646. font-size: 30rpx;
  647. color: #333333;
  648. font-weight: 400;
  649. }
  650. .leve1-jindu{
  651. flex: 3;
  652. .jindutiao{
  653. width: 96%;
  654. height: 28rpx;
  655. background: #D5EEE2;
  656. line-height: 28rpx;
  657. border-radius: 14rpx;
  658. position: relative;
  659. .huanxing{
  660. height: 100%;
  661. background: #4FC78F;
  662. border-radius: 14rpx;
  663. }
  664. .text{
  665. position: absolute;
  666. top: 0rpx;
  667. right: 0rpx;
  668. font-size: 28rpx;
  669. font-weight: 400;
  670. color: #333333;
  671. }
  672. }
  673. }
  674. .jiantobox{
  675. width: 30rpx;
  676. height: 30rpx;
  677. display: flex;
  678. align-items: center;
  679. .arrow{
  680. width: 30rpx;
  681. height:18rpx;
  682. }
  683. }
  684. }
  685. }
  686. .cccccc{
  687. text-align: center;
  688. height: 140rpx;
  689. line-height: 140rpx;
  690. font-size: 30rpx;
  691. }
  692. .ratecenter{
  693. background-color: #FFFFFF;
  694. padding-bottom: 30rpx;
  695. width: 100%;
  696. .ratetetle{
  697. padding: 30rpx;
  698. font-size: 30rpx;
  699. font-weight: 400;
  700. color: #333333;
  701. padding-bottom:6rpx;
  702. }
  703. .rateyuanbox{
  704. width: 100%;
  705. height:210rpx;
  706. padding-bottom: 30rpx;
  707. border-bottom:1rpx solid #E0E0E0;
  708. display: flex;
  709. padding-left: 80rpx;
  710. padding-right: 80rpx;
  711. .rateyuanboxzuo{
  712. width: 30%;
  713. height: 100%;
  714. }
  715. .rateyuanboxyou{
  716. width: 40%;
  717. height: 100%;
  718. }
  719. .boxzuoview{
  720. width: 100%;
  721. height: 140rpx;
  722. }
  723. }
  724. }
  725. .box {
  726. width: 100%;
  727. height: 100%;
  728. background: #F8F8F8;
  729. }
  730. .tab{
  731. height: 88rpx;
  732. border-bottom: 1px solid #E0E0E0;
  733. background: #FFFFFF;
  734. display: flex;
  735. align-items: center;
  736. .tabbox {
  737. flex: 1;
  738. height: 100%;
  739. text-align: center;
  740. line-height: 92rpx;
  741. color: #666666;
  742. font-size: 28rpx;
  743. display: flex;
  744. justify-content: center;
  745. .activecllasscet {
  746. border-bottom: 2px solid #2671E2;
  747. color: #2671E2;
  748. font-weight: 600;
  749. }
  750. }
  751. }
  752. .content{
  753. // height: 1000rpx;/
  754. overflow: hidden;
  755. border-top: 1px solid #E0E0E0;
  756. .content-tips{
  757. background: #fff;
  758. // box-sizing: border-box;
  759. margin-bottom: 20rpx;
  760. overflow: hidden;
  761. .content-first{
  762. padding: 19rpx 30rpx;
  763. display: flex;
  764. justify-content: space-between;
  765. box-sizing: border-box;
  766. // border-top: 1px solid #E0E0E0;
  767. font-weight: 400;
  768. color: #292929;
  769. height: 90rpx;
  770. font-size: 30rpx;
  771. line-height: 30rpx;
  772. .left{
  773. display: flex;
  774. .img{
  775. // margin-top: 19rpx;
  776. width: 52rpx;
  777. height: 52rpx;
  778. border: 1px solid #E0E0E0;
  779. border-radius: 50%;
  780. text-align: center;
  781. line-height: 50rpx;
  782. margin-right: 20rpx;
  783. }
  784. .test{
  785. margin-top: 11rpx;
  786. font-weight: 500;
  787. color: #333333;
  788. }
  789. .edit{
  790. height: 30rpx;
  791. width: 30rpx;
  792. margin-left: 30rpx;
  793. margin-top: 11rpx;
  794. image{
  795. width: 100%;
  796. height: 100%;
  797. }
  798. }
  799. }
  800. .right{
  801. display: flex;
  802. .point{
  803. width: 12rpx;
  804. height: 12rpx;
  805. background: #2B6EFF;
  806. border-radius: 50%;
  807. margin-right: 9rpx;
  808. margin-top: 20rpx;
  809. }
  810. .test{
  811. margin-top: 11rpx;
  812. }
  813. }
  814. }
  815. .content-sec{
  816. border-top: 1px solid #E0E0E0;
  817. padding: 0 30rpx;
  818. height: 270rpx;
  819. position: relative;
  820. .content-sec-lab{
  821. margin-top: 30rpx;
  822. display: flex;
  823. font-size: 30rpx;
  824. font-weight: 400;
  825. color: #666666;
  826. line-height: 46rpx;
  827. .content-sec-lab1{
  828. color: #333333;
  829. }
  830. .content-sec-tips{
  831. max-width:120rpx ;
  832. height: 46rpx;
  833. background: #F2F2F2;
  834. border-radius: 6rpx;
  835. text-align: center;
  836. line-height: 26rpx;
  837. overflow: hidden;
  838. text-overflow:ellipsis;
  839. white-space: nowrap;
  840. font-size: 26rpx;
  841. font-weight: 400;
  842. color: #333333;
  843. margin-right: 20rpx;
  844. box-sizing: border-box;
  845. padding: 10rpx 24rpx;
  846. }
  847. }
  848. .content-sec-num{
  849. position: absolute;
  850. width: 200rpx;
  851. height: 90rpx;
  852. background: #F4F8FD;
  853. border-radius: 12rpx;
  854. font-weight: 400;
  855. color: #2671E2;
  856. line-height: 45rpx;
  857. bottom: 15rpx;
  858. right: 30rpx;
  859. text-align: center;
  860. }
  861. }
  862. .content-last{
  863. padding: 30rpx;
  864. height: 168rpx;
  865. .content-last-con{
  866. width: 690rpx;
  867. height: 108rpx;
  868. background: #F8F8F8;
  869. border-radius: 8rpx;
  870. padding: 14rpx 20rpx;
  871. font-size: 28rpx;
  872. font-weight: 400;
  873. color: #333333;
  874. line-height: 40rpx;
  875. }
  876. }
  877. }
  878. }
  879. .tabchange{
  880. // background: #FFFFFF;
  881. overflow: hidden;
  882. .tabactive1{
  883. .content-tips{
  884. background: #fff;
  885. padding: 0 30rpx;
  886. box-sizing: border-box;
  887. overflow: hidden;
  888. margin-bottom: 20rpx;
  889. .content-first{
  890. margin-top: 19rpx;
  891. display: flex;
  892. justify-content: space-between;
  893. .left{
  894. display: flex;
  895. .img{
  896. width: 52rpx;
  897. height: 52rpx;
  898. background: #FFFFFF;
  899. border: 1px solid #C9C9C9;
  900. border-radius: 50%;
  901. text-align: center;
  902. line-height: 52rpx;
  903. margin-right: 20rpx;
  904. }
  905. .name{
  906. font-weight: 600;
  907. color: #333333;
  908. // margin-left: 20rpx;
  909. margin-top: 11rpx;
  910. }
  911. .status{
  912. width: 110rpx;
  913. height: 42rpx;
  914. background: #FFF9F5;
  915. border-radius: 4rpx;
  916. font-size: 26rpx;
  917. font-weight: 400;
  918. color: #EC8D49;
  919. line-height: 42rpx;
  920. text-align: center;
  921. margin-left: 19rpx;
  922. margin-top: 11rpx;
  923. }
  924. }
  925. .right{
  926. display: flex;
  927. margin-top: 11rpx;
  928. .point{
  929. width: 12rpx;
  930. height: 12rpx;
  931. background: #2B6EFF;
  932. border-radius: 50%;
  933. margin-right: 9rpx;
  934. margin-top: 16rpx;
  935. }
  936. }
  937. }
  938. .content-sec{
  939. display: flex;
  940. justify-content: space-between;
  941. margin-top: 19rpx;
  942. .left{
  943. display: flex;
  944. .cus{
  945. font-size: 30rpx;
  946. font-weight: 400;
  947. color: #666666;
  948. line-height: 30rpx;
  949. }
  950. .arriveNum{
  951. font-size: 30rpx;
  952. font-weight: 400;
  953. line-height: 30rpx;
  954. margin-left: 10rpx;
  955. }
  956. }
  957. .right{
  958. width: 192rpx;
  959. height: 46rpx;
  960. background: #F4F8FD;
  961. border-radius: 6rpx;
  962. text-align: center;
  963. line-height: 46rpx;
  964. font-weight: 400;
  965. color: #2671E2;
  966. }
  967. }
  968. .content-last{
  969. margin: 30rpx 0;
  970. font-size: 30rpx;
  971. font-weight: 400;
  972. color: #666666;
  973. line-height: 30rpx;
  974. }
  975. }
  976. }
  977. .tabactive2{
  978. .tab2-tips{
  979. background: #fff;
  980. // height: 270rpx;
  981. overflow: auto;
  982. margin-bottom: 20rpx;
  983. .tab2-first{
  984. // height: 150rpx;
  985. border-bottom: 1px solid #E0E0E0;
  986. padding: 0 30rpx;
  987. margin-top: 19rpx;
  988. box-sizing: border-box;
  989. .tab2-first-1{
  990. display: flex;
  991. justify-content: space-between;
  992. // height: 75rpx;
  993. .tab2-first-left{
  994. display: flex;
  995. .img{
  996. width: 52rpx;
  997. height: 52rpx;
  998. background: #FFFFFF;
  999. border: 1px solid #C9C9C9;
  1000. border-radius: 50%;
  1001. text-align: center;
  1002. line-height: 52rpx;
  1003. }
  1004. .name{
  1005. font-weight: 600;
  1006. color: #333333;
  1007. margin-left: 20rpx;
  1008. margin-top: 11rpx;
  1009. }
  1010. }
  1011. .tab2-first-right{
  1012. font-size: 30rpx;
  1013. font-weight: 400;
  1014. color: #666666;
  1015. margin-top: 11rpx;
  1016. }
  1017. }
  1018. .tab2-first-foot{
  1019. margin-top: 19rpx;
  1020. margin-bottom: 30rpx;
  1021. font-size: 30rpx;
  1022. font-weight: 400;
  1023. color: #666666;
  1024. line-height: 30rpx;
  1025. }
  1026. }
  1027. .tab2-sec{
  1028. height: 120rpx;
  1029. padding: 30rpx;
  1030. float: right;
  1031. .tab-sec-edit{
  1032. width: 156rpx;
  1033. height: 60rpx;
  1034. background: #FFFFFF;
  1035. border-radius: 4px;
  1036. border: 1px solid #2671E2;
  1037. text-align: center;
  1038. line-height: 60rpx;
  1039. font-weight: 400;
  1040. color: #2671E2;
  1041. }
  1042. }
  1043. }
  1044. }
  1045. }
  1046. .pon-foot{
  1047. position: fixed;
  1048. width: 750rpx;
  1049. height: 100rpx;
  1050. background: #FFFFFF;
  1051. box-shadow: 0px -2rpx 8rpx 0rpx rgba(224, 224, 224, 0.5);
  1052. bottom: 0;
  1053. display: flex;
  1054. justify-content: space-around;
  1055. align-items: center;
  1056. // padding-top: 24rpx;
  1057. box-sizing: border-box;
  1058. // padding: ;
  1059. .foot-tab{
  1060. text-align: center;
  1061. width: 270rpx;
  1062. height: 70rpx;
  1063. line-height: 70rpx;
  1064. background: #2671E2;
  1065. box-shadow: 0px -2rpx 8rpx 0px rgba(224, 224, 224, 0.5);
  1066. border-radius: 6rpx;
  1067. font-size: 30rpx;
  1068. font-weight: 400;
  1069. color: #FFFFFF;
  1070. }
  1071. }
  1072. .upon-sec-tips{
  1073. // max-width:120rpx ;
  1074. height: 46rpx;
  1075. background: #F2F2F2;
  1076. border-radius: 6rpx;
  1077. text-align: center;
  1078. line-height: 26rpx;
  1079. overflow: hidden;
  1080. text-overflow:ellipsis;
  1081. white-space: nowrap;
  1082. font-size: 26rpx;
  1083. font-weight: 400;
  1084. color: #333333;
  1085. margin-right: 20rpx;
  1086. margin-top: 20rpx;
  1087. box-sizing: border-box;
  1088. padding: 10rpx 24rpx;
  1089. }
  1090. .conmsg-msg-lab-img{
  1091. width: 14rpx;
  1092. height: 30rpx;
  1093. margin-top: 6rpx;
  1094. margin-left: auto;
  1095. image{
  1096. width: 100%;
  1097. height: 100%;
  1098. }
  1099. }
  1100. </style>