inspectList.vue 25 KB

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