index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. <template>
  2. <view class="page" :style="{'min-height':(h-th)+'px'}">
  3. <u-navbar bgColor="transparent">
  4. <view class="u-nav-slot" slot="left" style="display: flex;" @tap="shShow=true">
  5. <text>{{name}}</text>
  6. <u-icon name="arrow-down" size="28" :bold="true" color="#fff"></u-icon>
  7. </view>
  8. </u-navbar>
  9. <view class="bg" :style="{'padding-top':(mt+30)+'px'}">
  10. <view class="b_money">
  11. <text v-if="item">{{item.todayOrderAmount.toFixed(2)}}</text>
  12. <text v-else>0.00</text>
  13. <text>今日订单金额</text>
  14. </view>
  15. <view class="b_items">
  16. <view @tap="toTurn">
  17. <text v-if="item">{{item.stayedInRooms||0}}</text>
  18. <text v-else>0</text>
  19. <text>已入住 </text>
  20. </view>
  21. <view>
  22. <text v-if="item">{{item.yestOrders||0}}</text>
  23. <text v-else>0</text>
  24. <text>昨日订单</text>
  25. </view>
  26. <view @tap="toConfirm(0)">
  27. <text v-if="item">{{item.undeterminedOrders||0}}</text>
  28. <text v-else>0</text>
  29. <text>待确认</text>
  30. </view>
  31. <view @tap="toConfirm(2)">
  32. <text v-if="item">{{item.pendingOrders||0}}</text>
  33. <text v-else>0</text>
  34. <text>待处理</text>
  35. </view>
  36. <view @tap="toTurn">
  37. <text v-if="item">{{item.toCheckinRooms||0}}</text>
  38. <text v-else>0</text>
  39. <text>待入住</text>
  40. </view>
  41. <view @tap="toTurn">
  42. <text v-if="item">{{item.yestSaleRooms||0}}</text>
  43. <text v-else>0</text>
  44. <text>昨日售出</text>
  45. </view>
  46. <view @tap="toTurn">
  47. <text v-if="item">{{item.yestVacantRooms||0}}</text>
  48. <text v-else>0</text>
  49. <text>昨日空房</text>
  50. </view>
  51. <view>
  52. <text v-if="item">{{item.yestCheckinRatio||0}}%</text>
  53. <text v-else>0%</text>
  54. <text>入住率</text>
  55. </view>
  56. </view>
  57. </view>
  58. <view class="menus">
  59. <view @click="SweepIt()">
  60. <view class="image">
  61. <image :src="icons[0]"></image>
  62. </view>
  63. <text>扫码核销</text>
  64. </view>
  65. <view @click="toHref('/pages/HotelMerchandise/index')">
  66. <view class="image">
  67. <image :src="icons[1]"></image>
  68. </view>
  69. <text>商品管理</text>
  70. </view>
  71. <view @click="toHref('/pages/HotelMerchandise/record')">
  72. <view class="image">
  73. <image :src="icons[2]"></image>
  74. </view>
  75. <text>核销记录</text>
  76. </view>
  77. <view @click="toHref('/pages/my/roomType')">
  78. <view class="image">
  79. <image :src="icons[3]"></image>
  80. </view>
  81. <text>房型管理</text>
  82. </view>
  83. </view>
  84. <view class="title">
  85. <text>今日新增</text>
  86. <view @tap="toAll">
  87. <text>全部</text>
  88. <u-icon name="arrow-right" color="#999999" size="28"></u-icon>
  89. </view>
  90. </view>
  91. <block v-if="list.length>0">
  92. <view class="card" v-for="(item,index) in list" :key="index">
  93. <view class="c_top">
  94. <text>订单号:{{item.orderCode}}</text>
  95. <text v-if='item.orderStatus==-1' class="orange">待确认</text>
  96. <text v-else-if='item.orderStatus==-2' class="red">待支付</text>
  97. <text v-else-if='item.orderStatus==1' class="green">已预订</text>
  98. <text v-else-if='item.orderStatus==5' class="green">已退款</text>
  99. <text v-else-if='item.orderStatus==4' class="green">已取消</text>
  100. <text v-else-if='item.orderStatus==2' class="green">{{item.orderType==2?'已入住':'已核销'}}</text>
  101. <text v-else-if='item.orderStatus==3' class="green">已退房</text>
  102. <text v-else :class="statusClass[item.orderStatus]">{{status[item.orderStatus]}}</text>
  103. </view>
  104. <view class="c_middle">
  105. <view class="image">
  106. <image :src="item.cover"></image>
  107. </view>
  108. <view class="cm_info">
  109. <view class="cmi_title">{{item.orderType=='201'?item.comboName:item.houseBaseName}}</view>
  110. <view class="cmi_pre">{{item.guestName}}</view>
  111. <view class="cmi_pre">{{item.guestPhoneCopy}}</view>
  112. <view class="cmi_pre" v-if="item.orderType=='201'">
  113. {{item.repastTime}}
  114. </view>
  115. <view class="cmi_pre" v-else>{{item.date}}<span>共{{item.num}}晚</span></view>
  116. </view>
  117. <view class="cm_price">¥{{item.orderAmount?item.orderAmount.toFixed(2):''}}</view>
  118. </view>
  119. <view class="c_bottom">
  120. <view class="btn" v-if="item.orderStatus==-1" :class="item.orderStatus==-1?'btn_jj':''"
  121. @tap="cancle(item)">拒绝</view>
  122. <view class="btn" v-if="item.orderStatus==-1" @tap="toConfrimOrder(item)">确认订单</view>
  123. <view class="btn" v-if="item.orderStatus==1&&item.orderType==2" @tap="checkIn(2,item)">办理入住</view>
  124. <view class="btn" v-if="item.orderStatus==2&&item.orderType==2" @tap="toBltf(item)">办理退房</view>
  125. <view class="btn"
  126. v-if="item.orderStatus==3||item.orderStatus==4||(item.orderStatus==1&&item.orderType==201)"
  127. :class="(item.orderStatus==3||item.orderStatus==4||(item.orderStatus==1&&item.orderType==201))?'btn_xq':''"
  128. @tap="handleDetail(item)">详情</view>
  129. </view>
  130. </view>
  131. </block>
  132. <block v-else>
  133. <view class="empty">
  134. 暂无数据
  135. </view>
  136. </block>
  137. <Tabbar :tabbarIndex="0"></Tabbar>
  138. <u-picker :show="shShow" :columns="nameList" @close="shShow=false" @cancel="shShow=false" @confirm="confirm"
  139. :immediateChange="true" itemHeight="88"></u-picker>
  140. <!-- 取消订单 -->
  141. <u-modal :show="show" @confirm="confirmCheck" :show-cancel-button="true" @cancel="show=false">
  142. <view class="slot-content">
  143. <input type="text" v-model="check.refundReason" placeholder="请输入原因" />
  144. </view>
  145. </u-modal>
  146. <!-- 确认订单 -->
  147. <u-modal :show="show2" content="确定该操作?" @confirm="confirmOrder" :show-cancel-button="true"
  148. @cancel="show2=false">
  149. </u-modal>
  150. <!-- 办理退房 -->
  151. <u-modal :show="show3" content="确定该操作?" @confirm="checkoutRoom" :show-cancel-button="true"
  152. @cancel="show3=false">
  153. </u-modal>
  154. </view>
  155. </template>
  156. <script>
  157. export default {
  158. data() {
  159. return {
  160. name: '',
  161. shList: [],
  162. nameList: [],
  163. shShow: false,
  164. item: null,
  165. list: [],
  166. statusClass: ['', 'green', 'blue', 'grey', 'grey'],
  167. status: ['', '已预订', '已入住', '已退房', '已取消'],
  168. icons: ['https://i.ringzle.com/file/20240316/11f5fb8c696445bfa3b4f711480f01ae.png',
  169. 'https://i.ringzle.com/file/20240316/67b6030b8e5b4270bb6bec4336966dbf.png',
  170. 'https://i.ringzle.com/file/20240316/f53883f0f0ba463aa63476d9a4370c3c.png',
  171. 'https://i.ringzle.com/file/20240316/fb22921cc3654a33998b50bf825eca18.png'
  172. ],
  173. page: 1,
  174. limit: 10,
  175. finished: false,
  176. show: false,
  177. show2: false,
  178. show3: false,
  179. check: {
  180. initiator: 1,
  181. refundReason: "",
  182. status: -1,
  183. orderCode: "",
  184. },
  185. orderId: '',
  186. orderInfo: {}
  187. }
  188. },
  189. mounted() {
  190. this.getType();
  191. this.getDetails();
  192. this.getList();
  193. },
  194. onReachBottom() {
  195. if (this.finished) return
  196. this.getList();
  197. },
  198. onPullDownRefresh() {
  199. setTimeout(() => {
  200. this.getType();
  201. this.getDetails();
  202. this.init();
  203. uni.stopPullDownRefresh();
  204. }, 1000);
  205. },
  206. methods: {
  207. // 跳转
  208. toHref(url) {
  209. uni.navigateTo({
  210. url: url
  211. })
  212. },
  213. // 扫码
  214. SweepIt() {
  215. // this.$showToast('正在开发中...');
  216. uni.scanCode({
  217. onlyFromCamera: true,
  218. success: (res) => {
  219. // uni.getStorageSync('homestayId'))
  220. console.log('扫描二维码成功,结果:' + JSON.parse(res.result).orderStatus);
  221. let obj = {
  222. orderId: JSON.parse(res.result).orderCode,
  223. isDel: 1
  224. }
  225. console.log(obj);
  226. if (JSON.parse(res.result).homestayId != uni.getStorageSync('homestayId')) {
  227. uni.showToast({
  228. title: '您的核销码不是该商家的核销码',
  229. icon: 'none',
  230. duration: 1500
  231. })
  232. } else if (JSON.parse(res.result).orderStatus == 2) {
  233. uni.showToast({
  234. title: '该核销码已核销',
  235. icon: 'none',
  236. duration: 1500
  237. })
  238. } else {
  239. uni.navigateTo({
  240. url: '/pages/house/orderDetails?obj=' + JSON.stringify(obj)
  241. })
  242. }
  243. // uni.navigateTo({
  244. // url: '/pages/house/orderDetails?orderId=' + orderId
  245. // })
  246. // this.$api.get('/merchant/hotel/repast/writeOffOrder/' + res.result)
  247. // .then(res => {
  248. // console.log('0000', res);
  249. // if (res.data.code == 0) {
  250. // uni.setStorageSync('list', res.data.data);
  251. // } else {
  252. // this.$showToast(res.data.msg)
  253. // }
  254. // })
  255. },
  256. error: (res) => {
  257. console.log('扫描二维码出现错误')
  258. }
  259. })
  260. },
  261. getType() {
  262. this.$api.post('/merchant/register/getMerchantStoreList').then(res => {
  263. if (res.data.code === 0) {
  264. this.shList = res.data.data;
  265. let shs = [];
  266. this.shList.forEach(d => shs.push(d.merchantName));
  267. this.nameList = [shs];
  268. let id = uni.getStorageSync('homestayId');
  269. if (!uni.getStorageSync('homestayId')) id = uni.getStorageSync('merchantId');
  270. let t = this.shList.find(d => d.merchantId == id);
  271. this.name = t ? t.merchantName : ''
  272. } else this.$showToast(res.data.msg);
  273. })
  274. },
  275. confirm(e) {
  276. console.log(e);
  277. this.name = e.value[0];
  278. this.shShow = false;
  279. let t = this.shList.find(d => d.merchantName == this.name);
  280. console.log('000', t);
  281. if (t) {
  282. uni.setStorageSync('merchantType', t.merchantType);
  283. if (t.merchantType == 2) { //酒店民宿
  284. uni.setStorageSync('homestayId', t.merchantId);
  285. uni.setStorageSync('merchantId', '');
  286. this.getDetails();
  287. this.page = 1;
  288. this.finished = false;
  289. this.list = [];
  290. this.getList();
  291. } else {
  292. this.item = null;
  293. this.list = [];
  294. uni.setStorageSync('homestayId', '');
  295. uni.setStorageSync('merchantId', t.merchantId);
  296. uni.reLaunch({
  297. url: '/pagesHouse/home/index?merchantType=' + t.merchantType
  298. })
  299. }
  300. }
  301. },
  302. getDetails() {
  303. this.$api.get('/merchant/hotel/home/getHotelHomeInfo/' + (uni.getStorageSync('homestayId') || 0)).then(
  304. res => {
  305. if (res.data.code === 0) {
  306. this.item = res.data.data;
  307. } else this.$showToast(res.data.msg);
  308. })
  309. },
  310. getList() {
  311. this.$api.get('/merchant/hotel/order/getMerchantOrderPageList', {
  312. homestayId: (uni.getStorageSync('homestayId') || 0),
  313. limit: this.limit,
  314. page: this.page,
  315. orderStatus: '',
  316. orderTime: new Date().Format('yyyy-MM-dd')
  317. }).then(res => {
  318. if (res.data.code === 0) {
  319. this.list = [...this.list, ...res.data.data.list];
  320. this.list.forEach(l => {
  321. l.date = new Date(l.arriveDate).Format('MM/dd') + " - " + new Date(l.leaveDate)
  322. .Format('MM/dd');
  323. l.istoday = new Date().Format('yyyy-MM-dd') == new Date(l.arriveDate).Format(
  324. 'yyyy-MM-dd') ? true : false;
  325. l.guestPhoneCopy = this.$aesTm.tuomin(l.guestPhone, 2)
  326. })
  327. if (res.data.data.list.length == 0) this.finished = true;
  328. else this.page++;
  329. } else this.$showToast(res.data.msg);
  330. })
  331. },
  332. handleDetail(item) {
  333. if (item.orderType == 2) {
  334. uni.navigateTo({
  335. url: '/pages/house/orderInfo?orderId=' + item.id
  336. })
  337. } else {
  338. let obj = {
  339. orderId: item.id,
  340. isDel: 0
  341. }
  342. uni.navigateTo({
  343. url: '/pages/house/orderDetails?obj=' + JSON.stringify(obj)
  344. })
  345. // uni.navigateTo({
  346. // url: '/pages/house/orderDetails?orderId=' + item.id
  347. // })
  348. }
  349. },
  350. toAll() {
  351. uni.navigateTo({
  352. url: '/pagesMy/orderList/orderList'
  353. })
  354. },
  355. toTurn() {
  356. uni.navigateTo({
  357. url: '/pages/home/condition'
  358. })
  359. },
  360. toConfirm(type) {
  361. uni.navigateTo({
  362. url: '/pagesMy/orderList/orderList?Type=' + type
  363. })
  364. },
  365. cancle(item) {
  366. this.show = true;
  367. this.check.orderCode = item.orderCode;
  368. },
  369. //取消订单
  370. confirmCheck() {
  371. this.$api.post("/merchant/hotel/order/cancelOrder", this.check)
  372. .then((res) => {
  373. if (res.data.code !== 0) {
  374. return this.$showToast(res.data.msg);
  375. }
  376. this.show = false;
  377. this.$showToast('操作成功');
  378. setTimeout(() => {
  379. this.init();
  380. }, 1500)
  381. });
  382. },
  383. toConfrimOrder(item) {
  384. this.orderInfo = item;
  385. this.show2 = true;
  386. },
  387. // 确认订单
  388. confirmOrder() {
  389. this.$api.get(`/merchant/hotel/order/confirm/${this.orderInfo.id}`)
  390. .then((res) => {
  391. if (res.data.code !== 0) {
  392. return this.$showToast(res.data.msg);
  393. }
  394. this.show2 = false;
  395. this.$showToast('操作成功');
  396. setTimeout(() => {
  397. this.init();
  398. }, 1500)
  399. });
  400. },
  401. //办理入住
  402. checkIn(orderStatus, item) {
  403. this.orderInfo = item;
  404. uni.navigateTo({
  405. url: "/pages/house/createOrder?id=" + this.orderInfo.id + '&orderStatus=' + orderStatus
  406. })
  407. },
  408. toBltf(item) {
  409. this.orderInfo = item;
  410. this.show3 = true;
  411. },
  412. //办理退房
  413. checkoutRoom() {
  414. this.$api.get("/merchant/hotel/order/checkout/" + this.orderInfo.id)
  415. .then((res) => {
  416. if (res.data.code !== 0) {
  417. return this.$showToast(res.data.msg);
  418. }
  419. this.show3 = false;
  420. this.$showToast('操作成功');
  421. setTimeout(() => {
  422. this.init();
  423. }, 1500)
  424. });
  425. },
  426. init() {
  427. this.page = 1;
  428. this.finished = false;
  429. this.list = [];
  430. this.getList();
  431. }
  432. }
  433. }
  434. </script>
  435. <style scoped lang="less">
  436. .menus {
  437. position: relative;
  438. top: -30rpx;
  439. display: flex;
  440. justify-content: space-around;
  441. height: 184rpx;
  442. border-radius: 24rpx;
  443. background-color: #fff;
  444. color: #333;
  445. align-items: center;
  446. &>view {
  447. .image {
  448. width: 50rpx;
  449. height: 50rpx;
  450. display: block;
  451. margin: 0 auto 22rpx;
  452. }
  453. image {
  454. width: 100%;
  455. height: 100%;
  456. }
  457. text {
  458. font-size: 26rpx;
  459. }
  460. }
  461. }
  462. .page {
  463. background: #F3F4F4;
  464. padding-bottom: 40rpx;
  465. box-sizing: border-box;
  466. .bg {
  467. width: 100%;
  468. height: 743rpx;
  469. background: url(https://i.ringzle.com/file/20240107/8bc656fc64fd4386a6b336a7dc8c86d0.png) no-repeat;
  470. background-size: 100% 100%;
  471. box-sizing: border-box;
  472. .b_money {
  473. display: flex;
  474. flex-direction: column;
  475. align-items: center;
  476. text {
  477. font-size: 56rpx;
  478. font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  479. font-weight: bold;
  480. color: #FFFFFF;
  481. &:last-child {
  482. font-size: 32rpx;
  483. font-family: PingFang SC, PingFang SC;
  484. font-weight: 400;
  485. margin-top: 21rpx;
  486. }
  487. }
  488. }
  489. .b_items {
  490. margin-top: 20rpx;
  491. display: flex;
  492. justify-content: space-around;
  493. flex-wrap: wrap;
  494. &>view {
  495. width: 25%;
  496. margin-top: 40rpx;
  497. display: flex;
  498. flex-direction: column;
  499. align-items: center;
  500. text {
  501. font-size: 40rpx;
  502. font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  503. font-weight: bold;
  504. color: #FFFFFF;
  505. &:last-child {
  506. font-size: 26rpx;
  507. font-family: PingFang SC, PingFang SC;
  508. font-weight: 400;
  509. margin-top: 10rpx;
  510. }
  511. }
  512. }
  513. }
  514. }
  515. .title {
  516. width: 100%;
  517. padding: 10rpx 30rpx 10rpx;
  518. box-sizing: border-box;
  519. display: flex;
  520. align-items: center;
  521. justify-content: space-between;
  522. &>text {
  523. font-size: 32rpx;
  524. font-family: PingFang SC, PingFang SC;
  525. font-weight: 800;
  526. color: #333333;
  527. }
  528. &>view {
  529. display: flex;
  530. align-items: center;
  531. text {
  532. font-size: 24rpx;
  533. font-family: PingFang SC, PingFang SC;
  534. font-weight: 400;
  535. color: #999999;
  536. margin-right: 10rpx;
  537. }
  538. }
  539. }
  540. .card {
  541. width: calc(100% - 60rpx);
  542. background: #FFFFFF;
  543. border-radius: 20rpx 20rpx 20rpx 20rpx;
  544. margin: 20rpx 30rpx 0;
  545. .c_top {
  546. width: 100%;
  547. padding: 30rpx;
  548. border-bottom: 1rpx solid #F1F1F1;
  549. box-sizing: border-box;
  550. display: flex;
  551. align-items: center;
  552. justify-content: space-between;
  553. text {
  554. font-size: 28rpx;
  555. font-family: PingFang SC, PingFang SC;
  556. font-weight: bold;
  557. color: #333333;
  558. &:last-child {
  559. font-size: 24rpx;
  560. font-family: PingFang SC, PingFang SC;
  561. font-weight: 400;
  562. }
  563. }
  564. }
  565. .c_middle {
  566. width: 100%;
  567. padding: 30rpx;
  568. border-bottom: 1rpx solid #F1F1F1;
  569. box-sizing: border-box;
  570. display: flex;
  571. position: relative;
  572. .image {
  573. width: 180rpx;
  574. height: 180rpx;
  575. border-radius: 20rpx;
  576. image {
  577. width: 100%;
  578. height: 100%;
  579. border-radius: 20rpx;
  580. }
  581. }
  582. .cm_info {
  583. width: 435rpx;
  584. padding-left: 20rpx;
  585. .cmi_title {
  586. font-size: 28rpx;
  587. font-family: PingFang SC, PingFang SC;
  588. font-weight: bold;
  589. color: #333333;
  590. padding-bottom: 11rpx;
  591. }
  592. .cmi_pre {
  593. margin-top: 10rpx;
  594. display: flex;
  595. align-items: center;
  596. font-size: 24rpx;
  597. font-family: PingFang SC, PingFang SC;
  598. font-weight: 400;
  599. color: #777777;
  600. span {
  601. margin-left: 20rpx;
  602. }
  603. }
  604. }
  605. .cm_price {
  606. font-size: 32rpx;
  607. font-family: PingFang SC, PingFang SC;
  608. font-weight: bold;
  609. color: #F9423A;
  610. position: absolute;
  611. top: 50%;
  612. margin-top: -22.5rpx;
  613. right: 30rpx;
  614. }
  615. }
  616. .c_bottom {
  617. width: 100%;
  618. padding: 30rpx;
  619. box-sizing: border-box;
  620. display: flex;
  621. justify-content: flex-end;
  622. .btn {
  623. width: 160rpx;
  624. height: 56rpx;
  625. background: #1372FF;
  626. border-radius: 64rpx 64rpx 64rpx 64rpx;
  627. line-height: 56rpx;
  628. text-align: center;
  629. font-size: 24rpx;
  630. font-family: PingFang SC, PingFang SC;
  631. font-weight: 400;
  632. color: #FFFFFF;
  633. &.btn_xq {
  634. background: #FFFFFF;
  635. border: 1rpx solid #D1D1D1;
  636. font-size: 24rpx;
  637. color: #999999;
  638. }
  639. &.btn_jj {
  640. background: #FFFFFF;
  641. border: 1rpx solid #F9423A;
  642. font-size: 24rpx;
  643. color: #FA6760;
  644. }
  645. &:last-child {
  646. margin-left: 20rpx;
  647. }
  648. }
  649. }
  650. }
  651. .empty {
  652. width: 100%;
  653. text-align: center;
  654. padding-top: 100rpx;
  655. font-size: 34rpx;
  656. font-family: PingFang SC, PingFang SC;
  657. font-weight: 400;
  658. color: #999999;
  659. }
  660. .red {
  661. color: #F9423A !important;
  662. }
  663. .green {
  664. color: #39CE77 !important;
  665. }
  666. .blue {
  667. color: #1372FF !important;
  668. }
  669. .grey {
  670. color: #4C5F76 !important;
  671. }
  672. .orange {
  673. color: #FF9100 !important;
  674. }
  675. }
  676. /deep/.u-nav-slot {
  677. &>text {
  678. font-size: 34rpx;
  679. font-family: PingFang SC, PingFang SC;
  680. font-weight: bold;
  681. color: #FFFFFF;
  682. }
  683. .u-icon {
  684. margin: 8rpx 0 0 20rpx;
  685. }
  686. }
  687. </style>