inspectList.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  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.patientCode) {
  462. this.searchlist.keyWord = this.currenDept.patientCode;
  463. this.currenDept.patientCode = "";
  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. console.log(options, 'options');
  544. let patientCurrentDept = uni.getStorageSync("patientCurrentDept");
  545. if (Object.keys(options).length) {
  546. let {
  547. id,
  548. dept,
  549. patientCode
  550. } = options;
  551. this.currenDept.id = id;
  552. this.currenDept.dept = dept;
  553. this.currenDept.patientCode = patientCode;
  554. } else if (patientCurrentDept) {
  555. this.currenDept.id = patientCurrentDept.id;
  556. this.currenDept.dept = patientCurrentDept.dept;
  557. } else {
  558. this.currenDept = uni.getStorageSync("userData").user.dept;
  559. }
  560. this.waitingOrders(0);
  561. // #ifdef APP-PLUS
  562. webHandle("no", "app");
  563. // #endif
  564. // #ifdef H5
  565. webHandle("no", "wx");
  566. // #endif
  567. },
  568. onShow() {
  569. // #ifdef H5
  570. document.body.addEventListener("touchmove", this.stop, {
  571. passive: false,
  572. });
  573. // #endif
  574. },
  575. onHide() {
  576. // #ifdef H5
  577. document.body.removeEventListener("touchmove", this.stop, {
  578. passive: false,
  579. });
  580. // #endif
  581. },
  582. };
  583. </script>
  584. <style lang="less">
  585. .inspectList {
  586. width: 100%;
  587. height: 100%;
  588. position: relative;
  589. .icon_transport {
  590. color: #49b856;
  591. font-size: 36rpx;
  592. &.colorRed {
  593. color: red;
  594. font-size: 32rpx;
  595. }
  596. }
  597. .page_tab {
  598. width: 100%;
  599. height: 96rpx;
  600. display: flex;
  601. position: fixed;
  602. left: 0;
  603. top: 0;
  604. z-index: 999;
  605. .page_tab_bar {
  606. flex: 1;
  607. font-size: 36rpx;
  608. background: #fff;
  609. display: flex;
  610. justify-content: center;
  611. align-items: center;
  612. position: relative;
  613. &:after {
  614. content: "";
  615. position: absolute;
  616. left: 0;
  617. bottom: 0;
  618. height: 2rpx;
  619. width: 100%;
  620. background-color: transparent;
  621. }
  622. .tab_dept {
  623. position: relative;
  624. .changeDept {
  625. width: 140rpx;
  626. white-space: nowrap;
  627. margin: 0;
  628. position: absolute;
  629. right: 0;
  630. top: 50%;
  631. transform: translate(105%, -50%);
  632. padding: 0 0.5em;
  633. line-height: 2;
  634. }
  635. .moreFilter {
  636. left: 0;
  637. transform: translate(-105%, -50%);
  638. }
  639. }
  640. &.active {
  641. color: #49b856;
  642. &:after {
  643. background-color: #49b856;
  644. }
  645. }
  646. }
  647. }
  648. .zwsj {
  649. position: absolute;
  650. left: 50%;
  651. top: 180rpx;
  652. transform: translateX(-50%);
  653. .zwsj-img {
  654. width: 560rpx;
  655. }
  656. .zwsj-txt {
  657. font-size: 36rpx;
  658. font-weight: 700;
  659. margin-top: 20rpx;
  660. text-align: center;
  661. }
  662. }
  663. .page_items {
  664. height: calc(100vh - 184rpx);
  665. padding: 0 20rpx;
  666. padding-top: 96rpx;
  667. .page_items_scroll {
  668. height: 100%;
  669. .page_item_wrap {
  670. position: relative;
  671. margin-bottom: 32rpx;
  672. .page_item {
  673. margin-bottom: 16rpx;
  674. background: #fff;
  675. border-radius: 8rpx;
  676. overflow: hidden;
  677. border: 2rpx solid #e5e9ed;
  678. display: flex;
  679. flex-direction: column;
  680. justify-content: space-between;
  681. .L {
  682. width: 40rpx;
  683. height: 40rpx;
  684. border-radius: 50%;
  685. background: #f9fafb;
  686. position: absolute;
  687. left: -24rpx;
  688. top: 68rpx;
  689. border: 2rpx solid #e5e9ed;
  690. }
  691. .R {
  692. width: 40rpx;
  693. height: 40rpx;
  694. border-radius: 50%;
  695. background: #f9fafb;
  696. position: absolute;
  697. float: right;
  698. right: -24rpx;
  699. top: 68rpx;
  700. border: 2rpx solid #e5e9ed;
  701. }
  702. .page_item_top {
  703. height: 86rpx;
  704. border-bottom: 2rpx dashed #e5e9ed;
  705. padding: 0 16rpx;
  706. display: flex;
  707. align-items: center;
  708. justify-content: space-between;
  709. .page_item_top_L {
  710. height: 100%;
  711. float: left;
  712. display: flex;
  713. align-items: center;
  714. line-height: 88rpx;
  715. text-overflow: ellipsis;
  716. overflow: hidden;
  717. white-space: nowrap;
  718. color: #6cc076;
  719. .L_time {
  720. font-size: 28rpx;
  721. }
  722. }
  723. .page_item_top_R {
  724. float: right;
  725. display: flex;
  726. align-items: center;
  727. justify-content: space-between;
  728. text {
  729. font-size: 28rpx;
  730. color: #49b856;
  731. margin-right: 16rpx;
  732. }
  733. button {
  734. font-size: 28rpx;
  735. color: #49b856;
  736. height: 50rpx;
  737. line-height: 50rpx;
  738. margin: 0;
  739. }
  740. }
  741. }
  742. .page_item_cont {
  743. padding: 16rpx;
  744. text-align: left;
  745. position: relative;
  746. .page_item_conts {
  747. color: rgb(102, 102, 102);
  748. font-size: 28rpx;
  749. view {
  750. margin-bottom: 10rpx;
  751. margin-left: 40rpx;
  752. display: flex;
  753. }
  754. .btn{
  755. button {
  756. font-size: 28rpx;
  757. color: #49b856;
  758. height: 50rpx;
  759. line-height: 50rpx;
  760. margin: 0;
  761. }
  762. }
  763. .p_title {
  764. width: 160rpx;
  765. }
  766. .p_info {
  767. flex: 1;
  768. &.red {
  769. color: red;
  770. }
  771. }
  772. .num {
  773. float: right;
  774. }
  775. }
  776. }
  777. .page_item_btn {
  778. height: 88rpx;
  779. background-image: linear-gradient(to right, #72c172, #3bb197);
  780. border-radius: 8rpx;
  781. line-height: 88rpx;
  782. color: #fff;
  783. font-size: 36rpx;
  784. font-weight: 700;
  785. text-align: center;
  786. }
  787. }
  788. .L-l {
  789. width: 2rpx;
  790. height: 40rpx;
  791. background: #f9fafb;
  792. position: absolute;
  793. left: 20rpx;
  794. top: 72rpx;
  795. display: none;
  796. }
  797. .R-l {
  798. width: 2rpx;
  799. height: 40rpx;
  800. background: #f9fafb;
  801. position: absolute;
  802. right: 20rpx;
  803. top: 72rpx;
  804. display: none;
  805. }
  806. }
  807. }
  808. }
  809. }
  810. </style>