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.
 
 
 

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