patientInformationList.vue 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. <template>
  2. <view class="patientInformationList">
  3. <view class="page_tab">
  4. <view class="page_tab_bar active">
  5. <view class="tab_dept">{{ currenDept.dept
  6. }}<button type="default" size="mini" class="changeDept" @click="changeDept">
  7. 切换科室
  8. </button></view>
  9. </view>
  10. </view>
  11. <view v-if="zxzData.length == 0" class="zwsj">
  12. <image class="zwsj-img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
  13. <view class="zwsj-txt">暂无数据</view>
  14. </view>
  15. <view v-if="zxzData.length" class="page_items">
  16. <scroll-view class="page_items_scroll" scroll-y :refresher-enabled="scroll_refresher_enabled"
  17. :refresher-triggered="triggered" @refresherrefresh="refresherrefresh" @refresherrestore="refresherrestore"
  18. @scrolltolower="scrolltolower" :scroll-top="scroll_top" @refresherabort="refresherabort" @scroll="scroll"
  19. refresher-background="transport">
  20. <view class="page_item_wrap" v-for="(item, index) of zxzData" :key="index">
  21. <view class="page_item">
  22. <view class="L"></view>
  23. <view class="R"></view>
  24. <view class="page_item_top">
  25. <view class="page_item_top_L">
  26. <template v-if="item.illnessState">
  27. <text v-if="item.illnessState.value === '2'"
  28. class="colorRed icon_transport transport-tubiao_wei"></text>
  29. <text v-if="item.illnessState.value === '3'" class="colorRed icon_transport transport-zhong"></text>
  30. </template>
  31. <template v-if="item.careLevel">
  32. <text v-if="item.careLevel.value === '0'" class="icon_transport transport-te1"></text>
  33. <text v-if="item.careLevel.value === '1'" class="icon_transport transport-1_round_solid"></text>
  34. <text v-if="item.careLevel.value === '2'" class="icon_transport transport-2_round_solid"></text>
  35. <text v-if="item.careLevel.value === '3'" class="icon_transport transport-3_round_solid"></text>
  36. </template>
  37. <!-- <view class="page_item_top_R" v-show="wechatFocusSwitch == 1 && item.focusPatient == 1">
  38. 需要帮助
  39. </view>
  40. <view class="page_item_top_R" style="background-color: #49b856"
  41. v-show="wechatFocusSwitch == 1 && !item.focusPatient">
  42. 无需帮助
  43. </view> -->
  44. </view>
  45. <view class="send_wrap">
  46. <view class="sendBack">
  47. <button @click="scanDept(item)">送回病房</button>
  48. </view>
  49. </view>
  50. </view>
  51. <view class="page_item_cont">
  52. <view class="page_item_conts">
  53. <view>{{ item.patientName }}({{ item.residenceNo }})</view>
  54. <view> 床号:{{ item.bedNum || "-" }} </view>
  55. <view> 待检:{{ item.watingCount }} </view>
  56. </view>
  57. </view>
  58. <view class="page_item_btn" hover-class="seimin-btn-hover" @click="itemInfo(item.patientCode)">患者详情</view>
  59. </view>
  60. <view class="L-l"></view>
  61. <view class="R-l"></view>
  62. </view>
  63. </scroll-view>
  64. </view>
  65. <!-- 底部扫一扫 -->
  66. <bigScreen></bigScreen>
  67. <!-- 送回病房弹窗 -->
  68. <showModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor" :content="models1.content"
  69. :operate="models1.operate" @ok="ok1" @cancel="cancel1"></showModel>
  70. <!-- 送回病房建单弹窗 -->
  71. <showModel :title="models2.title" :icon="models2.icon" :disjunctor="models2.disjunctor" :content="models2.content"
  72. :operate="models2.operate" @ok="ok2" @cancel="cancel2"></showModel>
  73. <!-- 送回病房建单弹窗-扫描科室 -->
  74. <showModel :title="models3.title" :icon="models3.icon" :disjunctor="models3.disjunctor" :content="models3.content"
  75. :operate="models3.operate" @ok="ok3" @cancel="cancel3"></showModel>
  76. <!-- 弹窗 -->
  77. <showModel :title="models4.title" :icon="models4.icon" :disjunctor="models4.disjunctor"
  78. :radioInspectionDistanceItem="models4.radioInspectionDistanceItem" @ok="ok4" @cancel="cancel4"
  79. @radioChange="radioChange4" :operate="models4.operate">
  80. </showModel>
  81. </view>
  82. </template>
  83. <script>
  84. import bigScreen from "../../components/bigScreen/bigScreen.vue";
  85. import {
  86. get,
  87. post,
  88. SM,
  89. deleteIt,
  90. webHandle
  91. } from "../../http/http.js";
  92. export default {
  93. data() {
  94. return {
  95. selectRadio: [], //单选框选中的数据,第一项是qrcode,第二项是名称
  96. // 单选框弹窗model
  97. models4: {
  98. disjunctor: false,
  99. },
  100. SMFlag:true,
  101. hosId: uni.getStorageSync("userData").user.currentHospital.id,
  102. // 选中的患者项
  103. currentItem: {},
  104. // 送回病房弹窗model
  105. models1: {
  106. disjunctor: false,
  107. },
  108. // 送回病房建单弹窗model
  109. models2: {
  110. disjunctor: false,
  111. },
  112. // 送回病房建单弹窗model-扫描科室
  113. models3: {
  114. disjunctor: false,
  115. },
  116. scrollYY: 0, //滚动条滚动的距离
  117. options: {},
  118. // wechatFocusSwitch: 0,
  119. //当前登录人所属科室
  120. currenDept: {},
  121. // 抢单的id
  122. qdId: "",
  123. //列表数据
  124. zxzData: [],
  125. //分页页码
  126. idx: 0,
  127. // 列表项总数
  128. totalNum: -1,
  129. triggered: false, //下拉刷新状态
  130. freshing: false, //上拉加载开关
  131. scroll_top: 0, //距离顶部的距离
  132. scroll_refresher_enabled: true, //是否开启自定义下拉刷新
  133. currentStartDept: {}, //扫描的起点科室
  134. };
  135. },
  136. components: {
  137. bigScreen,
  138. },
  139. methods: {
  140. // 获取是否需要选择陪检方式
  141. getInspectAndPatientTransformSend() {
  142. const postData = {
  143. "idx": 0,
  144. "sum": 1,
  145. "taskTypeConfig": {
  146. "taskTypeDTO": {
  147. "hosId": {
  148. "id": this.hosId
  149. },
  150. "associationType": {
  151. "key": "association_types",
  152. "value": "inspect",
  153. },
  154. },
  155. },
  156. };
  157. uni.showLoading({
  158. mask: true,
  159. title: '加载中'
  160. })
  161. post("/simple/data/fetchDataList/taskTypeConfig", postData).then((res) => {
  162. console.log(res)
  163. if (res.status == 200) {
  164. res.list = res.list || [];
  165. if (res.list[0] && res.list[0].signTypeIds) {
  166. // 如果开启
  167. const postData = {
  168. "idx": 0,
  169. "sum": 9999,
  170. "workOrderInspectScore": {
  171. "hosId": this.hosId,
  172. },
  173. };
  174. post("/simple/data/fetchDataList/workOrderInspectScore", postData).then((res) => {
  175. console.log(res)
  176. uni.hideLoading();
  177. if (res.status == 200) {
  178. res.list = res.list || [];
  179. let radioInspectionDistanceItem = res.list.map(v => ({
  180. id: v.id + "__" + v.inspectMode,
  181. inspectMode: v.inspectMode
  182. }));
  183. this.models4 = {
  184. disjunctor: true,
  185. title: "请选择陪检方式",
  186. radioInspectionDistanceItem,
  187. icon: "",
  188. operate: {
  189. ok: "确定",
  190. cancel: "取消",
  191. },
  192. };
  193. } else {
  194. uni.showToast({
  195. icon: "none",
  196. title: res.msg || "接口获取数据失败!",
  197. });
  198. }
  199. })
  200. } else {
  201. this.ok3Result();
  202. }
  203. } else {
  204. uni.hideLoading();
  205. uni.showToast({
  206. icon: "none",
  207. title: res.msg || "接口获取数据失败!",
  208. });
  209. }
  210. })
  211. },
  212. // 选中单选框
  213. radioChange4(item) {
  214. console.log(item);
  215. this.selectRadio = item.split("__");
  216. },
  217. // 确定
  218. ok4() {
  219. console.log(this.selectRadio);
  220. if (!this.selectRadio.length) {
  221. return;
  222. }
  223. this.models4.disjunctor = false;
  224. this.ok3Result();
  225. },
  226. cancel4() {
  227. this.models4.disjunctor = false;
  228. },
  229. ok2() {
  230. this.models2.disjunctor = false;
  231. this.getInspectAndPatientTransformSend();
  232. },
  233. cancel2() {
  234. this.models2.disjunctor = false;
  235. },
  236. ok3Result() {
  237. console.log(this.currentItem)
  238. uni.showLoading({
  239. mask: true,
  240. title: '加载中'
  241. })
  242. let userId = uni.getStorageSync("userData").user.id;
  243. let postData = {
  244. "workOrder": {
  245. sourceId: 4,
  246. "hosId": this.hosId,
  247. "startDept": {
  248. "id": this.options.did || this.currentStartDept.id
  249. },
  250. "createDept": this.options.did || this.currentStartDept.id,
  251. "patient": {
  252. "patientCode": this.currentItem.patientCode
  253. },
  254. "worker": {
  255. "id": userId
  256. },
  257. },
  258. "inspectMode": this.selectRadio.length > 0 ? this.selectRadio[0] : undefined,
  259. };
  260. console.log(postData);
  261. // return;
  262. post("/workerOrder/returnSickRoom", postData).then((res) => {
  263. uni.hideLoading();
  264. if (res.status == 200) {
  265. uni.showToast({
  266. icon: 'success',
  267. title: '建单成功',
  268. });
  269. } else {
  270. uni.showToast({
  271. icon: "none",
  272. title: res.msg || "接口获取数据失败!",
  273. });
  274. }
  275. })
  276. },
  277. ok3() {
  278. this.models3.disjunctor = false;
  279. this.getInspectAndPatientTransformSend();
  280. },
  281. cancel3() {
  282. this.models3.disjunctor = false;
  283. },
  284. // 送回病房-建单
  285. sendBuild() {
  286. let currentItem = JSON.parse(this.options.currentItem);
  287. this.models2 = {
  288. disjunctor: true,
  289. title: "提示",
  290. content: `您选择的起点科室为【${this.options.ddept}】,您将从【${this.options.ddept}】把【${currentItem.patientName}】送回【${this.options.dept}】,如您确认请点击“确认建单”。`,
  291. icon: "warn",
  292. operate: {
  293. ok: "确认建单",
  294. cancel: "取消",
  295. },
  296. };
  297. },
  298. // 送回病房-扫描科室
  299. scanDept(item) {
  300. console.log(item)
  301. if (!this.SMFlag) {
  302. return;
  303. }
  304. this.SMFlag = false;
  305. this.currentItem = item;
  306. let code = "";
  307. SM().then((ress1) => {
  308. uni.showLoading({
  309. title: "加载中",
  310. mask: true,
  311. });
  312. //检验二维码的有效性
  313. post("/dept/scanning", {
  314. content: ress1,
  315. }).then((result) => {
  316. this.SMFlag = true;
  317. if (result.state == 200 || result.state == 201) {
  318. let ress = result.code;
  319. if (ress) {
  320. code = ress;
  321. // 科室扫描
  322. let postData = {
  323. "type": "query",
  324. "qrCode": code
  325. };
  326. post("/dept/scanChangeDept", postData).then((res) => {
  327. uni.hideLoading();
  328. if (res.status == 200) {
  329. if (res.data) {
  330. if(res.data.deptDTO){
  331. this.currentStartDept = res.data.deptDTO;
  332. }else{
  333. this.currentStartDept = res.data;
  334. }
  335. this.models3 = {
  336. disjunctor: true,
  337. title: "提示",
  338. content: `您选择的起点科室为【${this.currentStartDept.dept}】,您将从【${this.currentStartDept.dept}】把【${this.currentItem.patientName}】送回【${this.currenDept.dept}】,如您确认请点击“确认建单”。`,
  339. icon: "warn",
  340. operate: {
  341. ok: "确认建单",
  342. cancel: "取消",
  343. },
  344. };
  345. } else {
  346. uni.hideLoading();
  347. uni.showToast({
  348. icon: "none",
  349. title: "请扫描正确的科室码!",
  350. });
  351. }
  352. } else {
  353. uni.hideLoading();
  354. uni.showToast({
  355. icon: "none",
  356. title: res.msg || "接口获取数据失败!",
  357. });
  358. }
  359. });
  360. }
  361. } else {
  362. uni.hideLoading();
  363. uni.showToast({
  364. icon: "none",
  365. title: result.info || "接口获取数据失败!",
  366. });
  367. }
  368. });
  369. }).catch(err=>{
  370. this.SMFlag = true;
  371. });
  372. },
  373. // 送回病房-选择起点科室
  374. sendBack(item) {
  375. console.log(item)
  376. this.currentItem = item;
  377. this.models1 = {
  378. disjunctor: true,
  379. title: "提示",
  380. content: `您好,您是要将【${item.patientName}】送回病房吗?如确认请您点击“选择起点科室”建立工单。`,
  381. icon: "warn",
  382. operate: {
  383. ok: "选择起点科室",
  384. cancel: "取消",
  385. },
  386. };
  387. },
  388. ok1() {
  389. this.models1.disjunctor = false;
  390. uni.navigateTo({
  391. url: `../search/search?type=sendBackPatientList&currentItem=${JSON.stringify(this.currentItem)}&cid=${this.currenDept.id}&cdept=${this.currenDept.dept}&scrollYY=${this.scrollYY}`,
  392. });
  393. },
  394. cancel1() {
  395. this.models1.disjunctor = false;
  396. },
  397. // 切换科室
  398. changeDept() {
  399. uni.navigateTo({
  400. url: `../search/search?type=patientInformationList`,
  401. });
  402. },
  403. // 进入详情页
  404. itemInfo(patientCode) {
  405. // #ifdef H5
  406. document.body.removeEventListener("touchmove", this.stop, {
  407. passive: false,
  408. });
  409. // #endif
  410. uni.navigateTo({
  411. url: `../patientInformationInfo/patientInformationInfo?patientCode=${patientCode}`,
  412. });
  413. },
  414. //患者列表数据获取
  415. waitingOrders(idx) {
  416. if (this.zxzData.length == this.totalNum) {
  417. uni.showToast({
  418. icon: "none",
  419. title: "没有更多数据了!",
  420. });
  421. this.freshing = true;
  422. return;
  423. }
  424. let data = {
  425. idx,
  426. sum: 99999,
  427. patient: {
  428. department: {
  429. id: this.currenDept.id,
  430. },
  431. },
  432. };
  433. uni.showLoading({
  434. title: "加载中",
  435. mask: true,
  436. });
  437. // 请求列表数据
  438. post("/nurse/fetchDataList/patient", data).then((res) => {
  439. uni.hideLoading();
  440. if (res.status == 200) {
  441. this.triggered = false;
  442. this.freshing = true;
  443. this.totalNum = res.totalNum;
  444. if (idx === 0) {
  445. this.zxzData = res.list;
  446. } else {
  447. this.zxzData.push(...res.list);
  448. }
  449. } else {
  450. uni.showToast({
  451. icon: "none",
  452. title: res.msg || "接口获取数据失败!",
  453. });
  454. }
  455. });
  456. },
  457. //刷新
  458. refresherrefresh() {
  459. if (this.triggered) {
  460. return;
  461. }
  462. console.log("下拉刷新");
  463. this.triggered = true;
  464. this.idx = 0;
  465. this.totalNum = -1;
  466. this.waitingOrders(0);
  467. },
  468. // 下拉刷新复位
  469. refresherrestore() {
  470. this.triggered = false;
  471. console.log("下拉刷新复位");
  472. },
  473. //下拉刷新中止
  474. refresherabort() {
  475. this.triggered = false;
  476. console.log("下拉刷新中止");
  477. },
  478. //分页,上拉加载
  479. scrolltolower() {
  480. if (this.freshing) {
  481. console.log("上拉加载");
  482. this.freshing = false;
  483. this.waitingOrders(++this.idx);
  484. }
  485. },
  486. // 滚动
  487. scroll(e) {
  488. this.scrollYY = e.detail.scrollTop;
  489. if (e.detail.scrollTop < 20) {
  490. this.scroll_refresher_enabled = true;
  491. } else {
  492. this.scroll_refresher_enabled = false;
  493. }
  494. },
  495. // 阻止浏览器滑动
  496. stop(e) {
  497. e.preventDefault();
  498. },
  499. // 获取需要帮助权限
  500. // getWechatFocusSwitch() {
  501. // let postData = {
  502. // idx: 0,
  503. // sum: 1,
  504. // taskType: {
  505. // hosIds: this.hosId,
  506. // associationType: {
  507. // id: 260,
  508. // },
  509. // },
  510. // };
  511. // post("/configuration/fetchDataList/taskType", postData).then((res) => {
  512. // if (res.status == 200) {
  513. // this.wechatFocusSwitch = res.list[0].wechatFocusSwitch;
  514. // } else {
  515. // uni.showToast({
  516. // icon: "none",
  517. // title: res.msg || "接口获取数据失败!",
  518. // });
  519. // }
  520. // });
  521. // },
  522. },
  523. onLoad(options) {
  524. console.log(options);
  525. this.options = options;
  526. //滚动条位置设置
  527. if (options.scrollYY !== undefined) {
  528. this.scroll_top = options.scrollYY;
  529. }
  530. if (options.did && options.ddept && options.currentItem) {
  531. this.sendBuild();
  532. }
  533. let patientCurrentDept = uni.getStorageSync("patientCurrentDept");
  534. if (options.id && options.dept) {
  535. let {
  536. id,
  537. dept
  538. } = options;
  539. this.currenDept.id = id;
  540. this.currenDept.dept = dept;
  541. } else if (patientCurrentDept) {
  542. this.currenDept.id = patientCurrentDept.id;
  543. this.currenDept.dept = patientCurrentDept.dept;
  544. } else {
  545. this.currenDept = uni.getStorageSync("userData").user.dept;
  546. }
  547. // this.getWechatFocusSwitch();
  548. this.waitingOrders(0);
  549. // #ifdef APP-PLUS
  550. webHandle("no", "app");
  551. // #endif
  552. // #ifdef H5
  553. webHandle("no", "wx");
  554. // #endif
  555. },
  556. onShow() {
  557. this.SMFlag = true;
  558. // #ifdef H5
  559. document.body.addEventListener("touchmove", this.stop, {
  560. passive: false,
  561. });
  562. // #endif
  563. },
  564. onHide() {
  565. // #ifdef H5
  566. document.body.removeEventListener("touchmove", this.stop, {
  567. passive: false,
  568. });
  569. // #endif
  570. },
  571. };
  572. </script>
  573. <style lang="less">
  574. .patientInformationList {
  575. width: 100%;
  576. height: 100%;
  577. position: relative;
  578. .icon_transport {
  579. color: #49b856;
  580. font-size: 50rpx;
  581. &.colorRed {
  582. color: red;
  583. font-size: 40rpx;
  584. }
  585. }
  586. .page_tab {
  587. width: 100%;
  588. height: 96rpx;
  589. display: flex;
  590. position: fixed;
  591. left: 0;
  592. top: 0;
  593. z-index: 999;
  594. .page_tab_bar {
  595. flex: 1;
  596. font-size: 36rpx;
  597. background: #fff;
  598. display: flex;
  599. justify-content: center;
  600. align-items: center;
  601. position: relative;
  602. &:after {
  603. content: "";
  604. position: absolute;
  605. left: 0;
  606. bottom: 0;
  607. height: 2rpx;
  608. width: 100%;
  609. background-color: transparent;
  610. }
  611. .tab_dept {
  612. position: relative;
  613. .changeDept {
  614. white-space: nowrap;
  615. margin: 0;
  616. position: absolute;
  617. right: 0;
  618. top: 50%;
  619. transform: translate(105%, -50%);
  620. padding: 0 0.5em;
  621. line-height: 2;
  622. }
  623. }
  624. &.active {
  625. color: #49b856;
  626. &:after {
  627. background-color: #49b856;
  628. }
  629. }
  630. }
  631. }
  632. .zwsj {
  633. position: absolute;
  634. left: 50%;
  635. top: 180rpx;
  636. transform: translateX(-50%);
  637. .zwsj-img {
  638. width: 560rpx;
  639. }
  640. .zwsj-txt {
  641. font-size: 36rpx;
  642. font-weight: 700;
  643. margin-top: 20rpx;
  644. text-align: center;
  645. }
  646. }
  647. .page_items {
  648. height: calc(100vh - 184rpx);
  649. padding: 0 20rpx;
  650. padding-top: 96rpx;
  651. .page_items_scroll {
  652. height: 100%;
  653. .page_item_wrap {
  654. position: relative;
  655. margin-bottom: 32rpx;
  656. .page_item {
  657. margin-bottom: 16rpx;
  658. height: 276rpx;
  659. background: #fff;
  660. border-radius: 8rpx;
  661. overflow: hidden;
  662. border: 2rpx solid #e5e9ed;
  663. display: flex;
  664. flex-direction: column;
  665. justify-content: space-between;
  666. .L {
  667. width: 40rpx;
  668. height: 40rpx;
  669. border-radius: 50%;
  670. background: #f9fafb;
  671. position: absolute;
  672. left: -24rpx;
  673. top: 68rpx;
  674. border: 2rpx solid #e5e9ed;
  675. }
  676. .R {
  677. width: 40rpx;
  678. height: 40rpx;
  679. border-radius: 50%;
  680. background: #f9fafb;
  681. position: absolute;
  682. float: right;
  683. right: -24rpx;
  684. top: 68rpx;
  685. border: 2rpx solid #e5e9ed;
  686. }
  687. .page_item_top {
  688. height: 86rpx;
  689. border-bottom: 2rpx dashed #e5e9ed;
  690. padding: 0 16rpx;
  691. display: flex;
  692. align-items: center;
  693. justify-content: space-between;
  694. .send_wrap {
  695. display: flex;
  696. justify-content: space-between;
  697. align-items: center;
  698. }
  699. .sendBack {
  700. button {
  701. font-size: 28rpx;
  702. height: 52rpx;
  703. line-height: 52rpx;
  704. margin: 0;
  705. color: rgb(7, 134, 60);
  706. }
  707. }
  708. .page_item_top_L {
  709. height: 100%;
  710. float: left;
  711. display: flex;
  712. align-items: center;
  713. line-height: 88rpx;
  714. .L_time {
  715. color: #6cc076;
  716. font-size: 32rpx;
  717. }
  718. }
  719. .page_item_top_R {
  720. height: 40rpx;
  721. float: right;
  722. line-height: 40rpx;
  723. font-size: 24rpx;
  724. padding: 0 8rpx;
  725. background-color: red;
  726. color: #fff;
  727. }
  728. }
  729. .page_item_cont {
  730. min-height: 100rpx;
  731. max-height: 344rpx;
  732. padding: 0 16rpx;
  733. text-align: left;
  734. position: relative;
  735. .page_item_conts {
  736. color: rgb(102, 102, 102);
  737. font-size: 28rpx;
  738. display: flex;
  739. align-items: center;
  740. min-height: 100rpx;
  741. max-height: 344rpx;
  742. view {
  743. margin-bottom: 10rpx;
  744. margin-left: 40rpx;
  745. &:first-of-type {
  746. margin-left: 0;
  747. }
  748. }
  749. text {
  750. color: #49b856;
  751. }
  752. .num {
  753. float: right;
  754. }
  755. }
  756. }
  757. .page_item_btn {
  758. height: 88rpx;
  759. background-image: linear-gradient(to right, #72c172, #3bb197);
  760. border-radius: 8rpx;
  761. line-height: 88rpx;
  762. color: #fff;
  763. font-size: 36rpx;
  764. font-weight: 700;
  765. text-align: center;
  766. }
  767. }
  768. .L-l {
  769. width: 2rpx;
  770. height: 40rpx;
  771. background: #f9fafb;
  772. position: absolute;
  773. left: 20rpx;
  774. top: 72rpx;
  775. display: none;
  776. }
  777. .R-l {
  778. width: 2rpx;
  779. height: 40rpx;
  780. background: #f9fafb;
  781. position: absolute;
  782. right: 20rpx;
  783. top: 72rpx;
  784. display: none;
  785. }
  786. }
  787. }
  788. }
  789. }
  790. </style>