inspectList.vue 25 KB

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