my_list.vue 24 KB

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