my_list.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. <template>
  2. <scroll-view :scroll-y="!models.disjunctor" @scroll="scrollList" :scroll-top="scroll_t" class="my_list">
  3. <view class="my_list_top">
  4. <view class="my_list_topL" @click="act()">
  5. 筛选
  6. <text class="cubeic-pulldown icon_transport transport-paixujiantouxia" v-if="!actType"></text>
  7. <text class="cubeic-pullup icon_transport transport-paixujiantoushang" v-if="actType"></text>
  8. </view>
  9. <view class="my_list_topC">
  10. <input type="text" placeholder="请输入关键字" v-model="listData.workOrder.keyWord" />
  11. </view>
  12. <view class="my_list_topR" @click="search(listData)"> 搜索 </view>
  13. </view>
  14. <view class="my_list_tops" id="actType" :animation="animationData" v-if="actType">
  15. <view class="tops">
  16. <view>类型筛选</view>
  17. <view class="tops_cont">
  18. <view v-for="(data, i) of typeData" :key="i" :class="{ ac: checkedSear[data.id] }"
  19. @click="sxTab(data.associationTypes, data.id)" :id="data.id">
  20. {{ data.name }}
  21. </view>
  22. </view>
  23. </view>
  24. <view class="tops">
  25. <view>工单筛选</view>
  26. <view class="tops_cont1">
  27. <view :class="{ gdType: listData.workOrder.abnormityType == 0 }" @click="gdTab(0)">
  28. 正常工单
  29. </view>
  30. <view :class="{ gdType: listData.workOrder.abnormityType == 1 }" @click="gdTab(1)">
  31. 异常工单
  32. </view>
  33. </view>
  34. </view>
  35. <view class="foot_btn2">
  36. <view class="btn1" :class="{ btnType: btnType == 1 }" @click="ok(listData)">
  37. 确定
  38. </view>
  39. <view class="btn2" @click="Reset()"> 重置 </view>
  40. </view>
  41. </view>
  42. <view class="item" @click="item()">
  43. <view class="page_items" v-if="workData && workData.length > 0">
  44. <view class="page_item" v-for="(infoDATA, i) of workData" :key="i" @click="detailIt(infoDATA)">
  45. <view class="page_item_top">
  46. <view class="page_item_top_L">
  47. <text class="L_text">单号:{{ infoDATA.gdcode }}</text>
  48. <view class="page_item_cont_start emergency1" v-if="infoDATA.emergencyType.value == 1">
  49. <text>
  50. <text
  51. class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
  52. </view>
  53. <view class="page_item_cont_start emergency" v-if="infoDATA.emergencyType.value == 2">
  54. <text>
  55. <text
  56. class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
  57. </view>
  58. <view class="page_item_cont_start emergencys" v-if="infoDATA.emergencyType.value == 3">
  59. <text>
  60. <text
  61. class="cubeic-star icon_transport transport-shiwujiaoxing"></text>{{ infoDATA.emergencyType.name }}</text>
  62. </view>
  63. </view>
  64. <view class="page_item_top_L">
  65. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimen'">标本<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  66. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'specimenPlan'">标本<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  67. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'drugsBag'">药品<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  68. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'jPBag'">静配<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  69. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'inspect'">陪检<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  70. <text class="L_iocn" v-if="
  71. infoDATA.taskType.associationType.value == 'patientTransport'
  72. ">转运<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  73. <text class="L_iocn" v-if="infoDATA.taskType.associationType.value == 'other'">其他<template v-if="infoDATA.goodsRemark">-{{infoDATA.goodsRemark}}</template></text>
  74. </view>
  75. <view class="page_item_top_R">
  76. <view class="num" v-if="infoDATA.gdState.value != 6">
  77. {{infoDATA.grade?(infoDATA.grade.gradeTotal>=0?'+'+infoDATA.grade.gradeTotal:'-'+infoDATA.grade.gradeTotal):''}}
  78. </view>
  79. <view class="num" v-if="infoDATA.gdState.value == 6">
  80. 未评价
  81. </view>
  82. </view>
  83. <view class="L"> </view>
  84. <view class="R"> </view>
  85. </view>
  86. <view class="page_item_cont">
  87. <view class="page_item_cont_T">
  88. <view class="page_item_cont_title">
  89. <text> <text class="starting">起</text> 点科室</text>
  90. <text class="text_big"> {{ infoDATA.startDept.dept }}</text>
  91. </view>
  92. </view>
  93. <view class="line"> </view>
  94. <view class="page_item_cont_B">
  95. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.middleDept" :key="i">
  96. <view v-if="infoDATA.taskType.associationType.value == 'inspect'">
  97. <text> <text class="End">检</text> 查科室</text>
  98. <text class="text_big"> {{ dept.dept }}</text>
  99. <view></view>
  100. </view>
  101. </view>
  102. <view class="page_item_cont_title" v-for="(dept, i) of infoDATA.endDepts" :key="i">
  103. <view v-if="infoDATA.taskType.associationType.value != 'inspect'">
  104. <text> <text class="End">终</text> 点科室</text>
  105. <text class="text_big"> {{ dept.dept }}</text>
  106. </view>
  107. </view>
  108. </view>
  109. </view>
  110. <view class="page_item_foot">
  111. <view class="page_item_foot_text">
  112. <text class="text1">完成时间</text>&nbsp;&nbsp;
  113. <text class="text1">{{ infoDATA.completeTime || '' }}</text>
  114. </view>
  115. <view class="page_item_foot_text" @click.stop="goToDetail(infoDATA)" v-if="infoDATA.taskType.associationType.value==='specimen' || infoDATA.taskType.associationType.value==='specimenPlan'">
  116. <text class="text1">{{infoDATA.taskType.associationType.value==='specimen' ? '扫描接收数量' : '扫描送达数量'}}</text>&nbsp;&nbsp;
  117. <text class="text1 b">{{ infoDATA.actualReceiveNum || 0 }}</text>
  118. </view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. <!-- 弹窗 -->
  124. <showIntegralModel :disjunctor="models.disjunctor" :operate="models.operate" :timestamp="models.timestamp"
  125. :orderId="models.orderId" @know="know()"></showIntegralModel>
  126. <!-- 未评价弹窗提示 -->
  127. <showModel :title="models6.title" :icon="models6.icon" :disjunctor="models6.disjunctor" :content="models6.content"
  128. @know="know6" :operate="models6.operate"></showModel>
  129. </scroll-view>
  130. </template>
  131. <script>
  132. import {
  133. get,
  134. post,
  135. webHandle
  136. } from "../../http/http.js";
  137. import showIntegralModel from "../../components/showIntegralModel/showIntegralModel.vue";
  138. import showModel from "../../components/showModel/showModel.vue";
  139. export default {
  140. data() {
  141. return {
  142. // 弹窗model
  143. models6: {
  144. disjunctor: false,
  145. },
  146. //滚动距离
  147. scroll_t: 0,
  148. scroll_t_old: 0,
  149. // 弹窗model
  150. models: {
  151. disjunctor: false,
  152. },
  153. animationData: {}, //动画
  154. actType: false,
  155. btnType: 1,
  156. checkedSear: {}, //筛选多选box
  157. types: "",
  158. typeData: [],
  159. listData: {
  160. idx: 0,
  161. sum: 20,
  162. workOrder: {
  163. abnormityType: "0",
  164. associationTypes: [],
  165. keyWord: "",
  166. },
  167. },
  168. workData: [],
  169. };
  170. },
  171. components: {
  172. showIntegralModel,
  173. showModel,
  174. },
  175. methods: {
  176. goToDetail(order){
  177. console.log(order)
  178. let data = {
  179. uuid: order.id,
  180. }
  181. uni.navigateTo({
  182. url: `../scannedDepartmentSpecimens/scannedDepartmentSpecimens?infoDATA=${encodeURIComponent(JSON.stringify(data))}`,
  183. });
  184. },
  185. //滚动距离
  186. scrollList(e) {
  187. this.scroll_t_old = e.detail.scrollTop;
  188. },
  189. // 知道了
  190. know() {
  191. this.scroll_t = this.scroll_t_old;
  192. this.models.disjunctor = false;
  193. },
  194. //未评价弹窗知道了
  195. know6() {
  196. this.models6.disjunctor = false;
  197. },
  198. //积分详情
  199. detailIt(infoDATA) {
  200. if (infoDATA.gdState.value == 6) {
  201. this.models6 = {
  202. disjunctor: true,
  203. content: "暂未评价,无法查看积分详情",
  204. icon: "warn",
  205. operate: {
  206. know: "知道了"
  207. },
  208. };
  209. return;
  210. }
  211. this.models.disjunctor = true;
  212. this.models.orderId = infoDATA.id;
  213. this.models.timestamp = Date.now();
  214. },
  215. item() {
  216. this.actType = false;
  217. this.animation.opacity(0).step();
  218. this.animationData = this.animation.export();
  219. },
  220. // 确定
  221. ok(data) {
  222. this.getData(data);
  223. this.actType = false;
  224. this.animation.opacity(0).step();
  225. this.animationData = this.animation.export();
  226. },
  227. // 搜索
  228. search(data) {
  229. this.getData(data);
  230. this.actType = false;
  231. this.animation.opacity(0).step();
  232. this.animationData = this.animation.export();
  233. },
  234. // 重置
  235. Reset() {
  236. for (var k in this.checkedSear) {
  237. this.checkedSear[k] = false;
  238. }
  239. this.listData.workOrder.associationType = [];
  240. this.listData.workOrder.abnormityType = "0";
  241. this.listData.workOrder.keyWord = "";
  242. this.getData(this.listData);
  243. },
  244. // 筛选
  245. act() {
  246. if (this.actType) {
  247. //当前状态时展开
  248. this.animation.opacity(0).step();
  249. this.animationData = this.animation.export();
  250. } else {
  251. //seimin
  252. this.animation.opacity(1).step();
  253. this.animationData = this.animation.export();
  254. }
  255. this.actType = !this.actType;
  256. },
  257. // 类型筛选
  258. sxTab(type, id) {
  259. this.$set(this.checkedSear, id, !this.checkedSear[id]);
  260. let checkedArr = [];
  261. for (var k in this.checkedSear) {
  262. if (this.checkedSear[k]) {
  263. checkedArr.push(k);
  264. }
  265. }
  266. this.listData.workOrder.associationTypes = checkedArr;
  267. },
  268. gdTab(type) {
  269. this.listData.workOrder.abnormityType = type;
  270. },
  271. getType() {
  272. let data = {
  273. type: "list",
  274. key: "association_types",
  275. };
  276. post("/common/common/getDictionary", data).then((res) => {
  277. for (var i = 0; i < res.length; i++) {
  278. let list = {
  279. name: "",
  280. associationTypes: "",
  281. id: "",
  282. };
  283. list.name = res[i].name;
  284. list.associationTypes = res[i].value;
  285. list.id = res[i].id;
  286. this.typeData.push(list);
  287. let id = res[i].id;
  288. this.$set(this.checkedSear, id, false);
  289. }
  290. });
  291. },
  292. getData(data) {
  293. uni.showLoading({
  294. title: '加载中',
  295. mask: true
  296. });
  297. post("/api/getOrdersByDate/" + this.types, data).then((res) => {
  298. uni.hideLoading();
  299. if (res.status == 200) {
  300. res.data.data.forEach(v=>{
  301. if(v.completeTime){
  302. v.completeTime = v.completeTime.slice(5,16)
  303. }
  304. })
  305. this.workData = res.data.data;
  306. } else {
  307. uni.showToast({
  308. icon: "none",
  309. title: "请求失败!",
  310. });
  311. }
  312. });
  313. },
  314. },
  315. onLoad(options) {
  316. console.log(options)
  317. this.types = options.type;
  318. this.getType();
  319. this.getData(this.listData);
  320. // 创建动画
  321. this.animation = uni.createAnimation({
  322. duration: 500,
  323. timingFunction: "ease",
  324. });
  325. // #ifdef APP-PLUS
  326. webHandle("no", "app");
  327. // #endif
  328. // #ifdef H5
  329. webHandle("no", "wx");
  330. // #endif
  331. },
  332. onUnload() {
  333. // 页面关闭后清空数据
  334. this.animationData = {};
  335. },
  336. };
  337. </script>
  338. <style lang="less">
  339. .my_list {
  340. height: 100vh;
  341. .my_list_top {
  342. height: 90rpx;
  343. background: #fff;
  344. line-height: 90rpx;
  345. border-bottom: 2rpx solid rgb(142, 157, 158);
  346. position: fixed;
  347. top: 0;
  348. width: 100%;
  349. z-index: 999;
  350. display: flex;
  351. align-items: center;
  352. justify-content: space-between;
  353. .my_list_topL {
  354. float: left;
  355. width: 22%;
  356. height: 100%;
  357. font-size: 32rpx;
  358. text-align: center;
  359. display: flex;
  360. justify-content: center;
  361. align-items: center;
  362. text {
  363. font-size: 34rpx;
  364. }
  365. }
  366. .my_list_topC {
  367. float: left;
  368. width: 55%;
  369. input {
  370. height: 60rpx;
  371. border: 2rpx solid rgb(142, 157, 158);
  372. border-radius: 40rpx;
  373. width: 100%;
  374. padding-left: 10rpx;
  375. padding-right: 10rpx;
  376. }
  377. }
  378. .my_list_topR {
  379. float: right;
  380. width: 22%;
  381. height: 100%;
  382. font-size: 32rpx;
  383. text-align: center;
  384. }
  385. }
  386. .my_list_tops {
  387. background: #fff;
  388. position: fixed;
  389. padding-top: 20rpx;
  390. z-index: 999;
  391. top: 92rpx;
  392. width: 100%;
  393. opacity: 0;
  394. .tops {
  395. height: 100%;
  396. text-align: left;
  397. padding-left: 30rpx;
  398. font-size: 32rpx;
  399. .tops_cont {
  400. height: 100%;
  401. margin-top: 10rpx;
  402. overflow: hidden;
  403. display: flex;
  404. flex-wrap: wrap;
  405. justify-content: space-between;
  406. view {
  407. width: 32%;
  408. height: 70rpx;
  409. line-height: 70rpx;
  410. // float: left;
  411. text-align: center;
  412. // margin-right: 2%;
  413. color: rgb(142, 157, 158);
  414. background: rgb(249, 250, 251);
  415. border-radius: 8rpx;
  416. margin-bottom: 2%;
  417. }
  418. .ac {
  419. color: #fff !important;
  420. background-image: linear-gradient(to right,
  421. #72c172,
  422. #3bb197) !important;
  423. }
  424. .ac1 {
  425. display: inline-block;
  426. }
  427. }
  428. .tops_cont1 {
  429. height: 100rpx;
  430. margin-top: 10rpx;
  431. overflow: hidden;
  432. view {
  433. width: 45%;
  434. color: rgb(142, 157, 158);
  435. height: 70rpx;
  436. line-height: 70rpx;
  437. float: left;
  438. text-align: center;
  439. margin-right: 2%;
  440. background: rgb(249, 250, 251);
  441. border-radius: 8rpx;
  442. }
  443. }
  444. .tops_cont2 {
  445. height: 90rpx;
  446. line-height: 90rpx;
  447. }
  448. .lxType {
  449. color: #fff !important;
  450. background-image: linear-gradient(to right,
  451. #72c172,
  452. #3bb197) !important;
  453. }
  454. .gdType {
  455. color: #fff !important;
  456. background-image: linear-gradient(to right,
  457. #72c172,
  458. #3bb197) !important;
  459. }
  460. }
  461. .foot_btn2 {
  462. position: absolute;
  463. width: 100%;
  464. line-height: 90rpx;
  465. height: 90rpx;
  466. border-top: 2rpx solid #e5e9ed;
  467. border-bottom: 2rpx solid #e5e9ed;
  468. background: #f9fafb;
  469. text-align: center;
  470. view {
  471. height: 90rpx;
  472. width: 49%;
  473. color: rgb(153, 153, 153);
  474. font-size: 32rpx;
  475. }
  476. .btn1 {
  477. float: left;
  478. }
  479. .btn2 {
  480. float: right;
  481. border-left: 2rpx solid #e5e9ed;
  482. }
  483. }
  484. .btnType {
  485. color: rgb(102, 102, 102) !important;
  486. }
  487. }
  488. .item {
  489. padding: 0 20rpx;
  490. margin-top: 120rpx;
  491. .page_items {
  492. margin-bottom: 110rpx;
  493. .page_item {
  494. margin-top: 16rpx;
  495. min-height: 356rpx;
  496. background: #fff;
  497. border-radius: 8rpx;
  498. overflow: hidden;
  499. padding: 0 16rpx;
  500. border: 2rpx solid #e5e9ed;
  501. .L {
  502. width: 40rpx;
  503. height: 40rpx;
  504. border-radius: 50%;
  505. background: #f9fafb; // background: blue;
  506. position: relative;
  507. left: -50rpx;
  508. top: 66rpx;
  509. }
  510. .R {
  511. width: 40rpx;
  512. height: 40rpx;
  513. border-radius: 50%;
  514. background: #f9fafb;
  515. position: relative;
  516. float: right;
  517. right: -50rpx;
  518. top: 26rpx;
  519. }
  520. .starting {
  521. width: 50rpx;
  522. height: 50rpx;
  523. color: #fff;
  524. background: #49b856;
  525. display: inline-block;
  526. border-radius: 50%;
  527. text-align: center;
  528. line-height: 46rpx;
  529. font-size: 32rpx;
  530. margin-right: 6rpx;
  531. }
  532. .End {
  533. width: 50rpx;
  534. height: 50rpx;
  535. color: #fff;
  536. background: #39b199;
  537. display: inline-block;
  538. border-radius: 50%;
  539. text-align: center;
  540. line-height: 46rpx;
  541. font-size: 32rpx;
  542. margin-right: 6rpx;
  543. }
  544. .page_item_top {
  545. height: 86rpx;
  546. border-bottom: 2rpx dashed #e5e9ed;
  547. .page_item_top_L {
  548. height: 100%;
  549. float: left;
  550. line-height: 88rpx;
  551. .ac {
  552. width: 32rpx;
  553. height: 32rpx;
  554. border: 2rpx solid #ccc;
  555. display: inline-block;
  556. position: relative;
  557. top: 6rpx;
  558. display: none;
  559. text {
  560. width: 24rpx;
  561. height: 24rpx;
  562. background: #39b199;
  563. display: block;
  564. margin: 0 auto;
  565. margin-top: 4rpx;
  566. }
  567. }
  568. .ac1 {
  569. width: 32rpx;
  570. height: 32rpx;
  571. border: 2rpx solid #ccc;
  572. display: inline-block;
  573. position: relative;
  574. top: 6rpx;
  575. }
  576. .emergencys {
  577. background: #ff3b53 !important;
  578. width: 124rpx !important;
  579. }
  580. .emergency {
  581. background: #ff3b53 !important;
  582. }
  583. .emergency1 {
  584. background: #49b856 !important;
  585. }
  586. .page_item_cont_start {
  587. text-align: center;
  588. height: 44rpx;
  589. width: 104rpx;
  590. line-height: 44rpx;
  591. border-radius: 8rpx;
  592. background: #49b856;
  593. color: #fff;
  594. display: inline-block;
  595. font-size: 28rpx;
  596. margin-left: 16rpx;
  597. }
  598. .L_time {
  599. color: #6cc076;
  600. font-size: 32rpx;
  601. }
  602. .L_text {
  603. font-size: 32rpx;
  604. display: inline-block;
  605. font-weight: 700;
  606. }
  607. .L_iocn {
  608. display: inline-block;
  609. height: 52rpx;
  610. color: rgb(7, 134, 60);
  611. font-size: 28rpx;
  612. font-weight: 700;
  613. margin-left: 20rpx;
  614. }
  615. }
  616. .page_item_top_R {
  617. height: 60rpx;
  618. float: right;
  619. padding-top: 20rpx;
  620. font-size: 32rpx;
  621. position: absolute;
  622. right: 50rpx;
  623. line-height: 48rpx;
  624. .num {
  625. color: rgb(7, 134, 60);
  626. }
  627. .num1 {
  628. color: #ff3b53 !important;
  629. }
  630. }
  631. }
  632. .page_item_cont {
  633. min-height: 180rpx;
  634. padding: 0 16rpx;
  635. text-align: left;
  636. position: relative;
  637. .text_big {
  638. font-size: 32rpx;
  639. position: absolute;
  640. right: 16rpx;
  641. font-weight: 700;
  642. margin-top: 10rpx;
  643. }
  644. .text_big2 {
  645. font-size: 32rpx;
  646. position: absolute;
  647. right: 16rpx;
  648. font-weight: 700;
  649. }
  650. .line {
  651. height: 20rpx;
  652. width: 2rpx;
  653. border-left: 2rpx solid #e5e9ed;
  654. position: absolute;
  655. top: 82rpx;
  656. left: 40rpx;
  657. }
  658. .lines {
  659. height: 40%;
  660. width: 2rpx;
  661. border-left: 2rpx solid #e5e9ed;
  662. position: absolute;
  663. top: 23%;
  664. left: 36rpx;
  665. }
  666. .page_item_cont_T {
  667. padding-top: 28rpx;
  668. font-size: 28rpx;
  669. .page_item_cont_title {
  670. height: 100%;
  671. font-size: 32rpx;
  672. }
  673. }
  674. .page_item_cont_B {
  675. padding-top: 28rpx;
  676. margin-bottom: 28rpx;
  677. .page_item_cont_title {
  678. height: 60rpx;
  679. font-size: 32rpx;
  680. }
  681. .page_item_cont_title1 {
  682. height: 60rpx;
  683. line-height: 60rpx;
  684. font-size: 32rpx;
  685. padding-left: 64rpx;
  686. }
  687. }
  688. }
  689. .page_item_foot {
  690. border-top: 2rpx dashed #e5e9ed;
  691. padding: 28rpx 16rpx;
  692. text-align: left;
  693. display: flex;
  694. justify-content: space-between;
  695. align-items: center;
  696. .page_item_foot_text {
  697. height: 48rpx;
  698. font-size: 32rpx;
  699. line-height: 48rpx;
  700. margin-bottom: 20rpx;
  701. .text1 {
  702. color: rgb(102, 102, 102);
  703. &.b{
  704. font-weight: bolder;
  705. }
  706. }
  707. .text2 {
  708. float: right;
  709. font-weight: 700;
  710. }
  711. }
  712. }
  713. #infos {
  714. display: none;
  715. }
  716. .page_item_infos {
  717. padding-bottom: 20rpx;
  718. border-bottom: 2rpx dashed #e5e9ed;
  719. .page_item_info2 {
  720. text-align: left;
  721. line-height: 60rpx;
  722. font-size: 32rpx;
  723. padding-left: 16rpx;
  724. .page_item_foot_text {
  725. height: 48rpx;
  726. font-size: 32rpx;
  727. line-height: 48rpx;
  728. margin-bottom: 20rpx;
  729. .text1 {
  730. color: rgb(102, 102, 102);
  731. &.b{
  732. font-weight: bolder;
  733. }
  734. }
  735. .text2 {
  736. float: right;
  737. font-weight: 700;
  738. }
  739. }
  740. }
  741. }
  742. }
  743. }
  744. }
  745. }
  746. </style>