my_list.vue 24 KB

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