mingxi.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
  1. <template>
  2. <view class="page">
  3. <!-- :style="{height:tab1==0?'356rpx':'175rpx'}" -->
  4. <view class="" style="background: #fff;padding: 0 32rpx 20rpx;border-bottom: 2rpx solid rgba(0, 0, 0, 0);">
  5. <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true" @leftClick="return1">
  6. <view class="index-header u-flex u-row-between" slot="center" style="position: relative;">
  7. <view class="" style="margin-left: -11rpx;">
  8. <u-tabs :current="tab1" :list="list4" lineWidth="42" lineHeight="5" :lineColor="bgImage"
  9. :activeStyle="{
  10. color: '#303133',
  11. fontWeight: 'bold',
  12. }" :inactiveStyle="{
  13. color: '#606266',
  14. }" itemStyle=" padding-right: 15px; height: 34px;" @click="TabsTop">
  15. </u-tabs>
  16. </view>
  17. </view>
  18. </u-navbar>
  19. <view v-if="tab1 ==0" class="search u-flex" style="margin-top: 20rpx;">
  20. <u-icon name="search"></u-icon>
  21. <input style="width: 100%;" type="text" placeholder="请输入关键词搜索" v-model="keywords"
  22. @input="commission_list">
  23. <!-- <input v-model="keywords" type="text" class="text1" placeholder="请输入关键词搜索" @confirm="search"> -->
  24. </view>
  25. <view v-if="tab1 ==0" class="shaixuan u-flex u-row-between"
  26. style="margin-top: 20rpx;border-top:2rpx solid #f6f6f6 ;padding-top: 16rpx;">
  27. <view class="u-flex" @click="showtime = true">
  28. <text style="margin-right: 14rpx;">{{date || '选择时间'}}</text>
  29. <u-icon name="arrow-down-fill" size="8"></u-icon>
  30. </view>
  31. <view class="u-flex" @click="show = true">
  32. <text style="margin-right: 14rpx;">{{label}}</text>
  33. <u-icon name="arrow-down-fill" size="8"></u-icon>
  34. </view>
  35. </view>
  36. </view>
  37. <view class="content">
  38. <view class="" style="margin-top: -20rpx;" v-if="tab1 == 0">
  39. <view class="" v-if="source_type == 'order'" style="border: 2rpx solid rgba(0,0,0,0);">
  40. <view style="margin-top: 20rpx;" class="list" v-for="(item,index) in list " :key="item.id">
  41. <view class="u-flex u-row-between">
  42. <view class="titlea">
  43. 订单编号:{{item.order.order_no}}
  44. </view>
  45. <view class="fonts">
  46. <text v-if="item.withdraw_status=='unapplied'"></text>
  47. <text v-if="item.withdraw_status=='withdrawing'"
  48. style="color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.1);padding: 3rpx;font-size:26rpx">提现中</text>
  49. <text v-if="item.withdraw_status=='success'"
  50. style="color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.1);padding: 3rpx;font-size:26rpx">已提现</text>
  51. <text v-if="item.withdraw_status=='withdraw'"
  52. style="color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.1);padding: 3rpx;font-size:26rpx">已申请</text>
  53. <text v-if="item.withdraw_status=='failed'"
  54. style="color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.1);padding: 3rpx;font-size:26rpx">提现失败</text>
  55. </view>
  56. </view>
  57. <view class="u-flex u-row-between"
  58. style="margin-top: 20rpx; border-top:2rpx solid #F6F6F6;padding-top: -18rpx;box-sizing: border-box;">
  59. <view class="left" >
  60. <view class="top" style="width: 284rpx;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;" >
  61. <text class="left">
  62. {{item.user.nickname}}
  63. </text>
  64. <text class="right">
  65. {{item.order.job.job_name}}
  66. </text>
  67. </view>
  68. <view class="concent">
  69. <text class="left">佣金内容</text>
  70. <text class="right">{{item.type_name}}</text>
  71. </view>
  72. <view class="concent u-flex">
  73. <text class="left">佣金金额</text>
  74. <view class="money">
  75. <text style="font: 24rpx;">¥</text>
  76. <text style="font-size: 32rpx;">{{item.amount}}</text>
  77. </view>
  78. </view>
  79. </view>
  80. <view class="right">
  81. <view class="top">
  82. <text class="left">
  83. 职位负责人
  84. </text>
  85. <text class="right">
  86. {{item.order.recommend_info.username }}
  87. </text>
  88. </view>
  89. <view class="concent">
  90. <text class="left">offer时间</text>
  91. <text
  92. class="right">{{item.order.offered_time.slice(0,-3).replaceAll("-",".")}}</text>
  93. </view>
  94. <view class="concent">
  95. <text class="left">过保时间</text>
  96. <text
  97. class="right">{{item.order.over_protected_time.slice(0,-3).replaceAll("-",".")}}</text>
  98. </view>
  99. </view>
  100. </view>
  101. <view class="bottom u-flex u-row-between">
  102. <view class="left">
  103. <text>推荐时间:{{item.order.recommended_time||"暂无"}}</text>
  104. </view>
  105. <view class="right">
  106. <text
  107. v-if="item.is_confirm==1">回款时间:{{item.confirm_time.slice(0,-3).replaceAll("-",".")}}</text>
  108. <text v-if="item.is_confirm==0">佣金结算状况:未回款</text>
  109. </view>
  110. </view>
  111. </view>
  112. <view class="safe-area-inset-bottom"></view>
  113. </view>
  114. <view class="" v-if="source_type == 'invite'">
  115. <view class="list1" v-for="(item,index) in list" :key="item.id">
  116. <view class="u-flex u-row-between">
  117. <view class="tatlea">
  118. 订单编号:{{item.order.order_no}}
  119. </view>
  120. <view class="fonts">
  121. <text v-if="item.withdraw_status=='unapplied'"></text>
  122. <text v-if="item.withdraw_status=='withdrawing'"
  123. style="color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.1);padding: 3rpx;font-size:26rpx">提现中</text>
  124. <text v-if="item.withdraw_status=='success'"
  125. style="color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.1);padding: 3rpx;font-size:26rpx">已提现</text>
  126. <text v-if="item.withdraw_status=='withdraw'"
  127. style="color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.1);padding: 3rpx;font-size:26rpx">已申请</text>
  128. <text v-if="item.withdraw_status=='failed'"
  129. style="color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.1);padding: 3rpx;font-size:26rpx">提现失败</text>
  130. </view>
  131. </view>
  132. <view class="u-flex u-row-between">
  133. <view class="u-flex"
  134. style="border-top: 2rpx solid #F6F6F6;margin-top: 20rpx;padding-top: 20rpx;">
  135. <text style="margin-right: 16rpx;" class="title">{{item.type_name}}</text>
  136. <view class="back u-flex" @click="todingdan(item.id)">
  137. <image style="width: 26rpx;height: 26rpx;margin-top: 3rpx;"
  138. src="static/images/dikou-tips.png" mode="">
  139. </image>
  140. <text class="font" style="margin-left: 12rpx;">订单疑问</text>
  141. </view>
  142. </view>
  143. <view class="money">
  144. <text style="font-size: 24rpx;">¥</text>
  145. <text style="font-size: 32rpx;">{{item.amount}}</text>
  146. </view>
  147. </view>
  148. <view class="u-flex u-row-between" style="margin-top: 22rpx;">
  149. <text class="data tatlea">邀请日期
  150. {{item.order.interviewed_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
  151. <!-- <text class="data1">结算款时间:2023.03.12 12:</text> -->
  152. <text class="date1"
  153. v-if="item.is_confirm==1">结算款时间:{{item.confirm_time.slice(0,-3).replaceAll("-",".")}}</text>
  154. <text class="tatlea" v-if="item.is_confirm==0">佣金结算状态: 未回款</text>
  155. </view>
  156. </view>
  157. </view>
  158. <view class="safe-area-inset-bottom"></view>
  159. </view>
  160. <view class="" v-if="tab1 == 1">
  161. <u-subsection :list="list2" mode="button" activeColor="#fff" bgColor="#fff" :current="current"
  162. @change="change" keyName="label"></u-subsection>
  163. <view class="" v-if="current==0">
  164. <view class="yong" v-for="(item,index) in list" :key="item.id" style="margin-top: 20rpx;"
  165. v-if="item.withdraw_status=='unapplied'?false:true">
  166. <view class="top u-flex u-row-between">
  167. <text class="left tatlea">订单编号:{{item.order.order_no}}</text>
  168. <view class="right">
  169. <text style="font-size: 24rpx;">¥</text>
  170. <text style="font-size: 32rpx;">{{item.amount}}</text>
  171. </view>
  172. </view>
  173. <view class="u-flex u-row-between"
  174. style="margin-top: 20rpx; border-top:2rpx solid #F6F6F6;padding-top: -18rpx;box-sizing: border-box;">
  175. <view class="left">
  176. <view class="top"
  177. style="width: 284rpx;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;">
  178. <text class="left">
  179. {{item.user.nickname}}
  180. </text>
  181. <text class="right">
  182. {{item.order.job.job_name}}
  183. </text>
  184. </view>
  185. <view class="concent">
  186. <text class="right" style="margin-left: 0rpx;">
  187. 职位负责人-
  188. </text>
  189. <text class="right">
  190. {{item.order.hr.name||'' }}
  191. </text>
  192. </view>
  193. <view class="concent">
  194. <text class="left">佣金内容</text>
  195. <text class="right">{{item.type_name}}</text>
  196. </view>
  197. </view>
  198. <view class="right">
  199. <view class="concent">
  200. <text class="left">推荐时间</text>
  201. <text class="right">{{item.createtime.slice(0,-3).replaceAll("-",".")}}</text>
  202. </view>
  203. <view class="concent">
  204. <text class="left">offer时间</text>
  205. <text
  206. class="right">{{item.order.offered_time.slice(0,-3).replaceAll("-",".")}}</text>
  207. </view>
  208. <view class="concent">
  209. <text class="left">过保时间</text>
  210. <text
  211. class="right">{{item.order.over_protected_time.slice(0,-3).replaceAll("-",".")}}</text>
  212. </view>
  213. </view>
  214. </view>
  215. <view class="" style="border-top:2rpx solid #F6F6F6 ;margin-top: 20rpx;">
  216. <view class="u-flex u-row-between leftf">
  217. <text class="leftff">提现账号</text>
  218. <text>{{item.bank_type_name}}({{item.bank_no.slice(-4,)}})</text>
  219. </view>
  220. <view class="u-flex u-row-between leftf">
  221. <text class="leftff">申请时间</text>
  222. <text>{{item.withdraw_apply_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
  223. </view>
  224. <view class="u-flex u-row-between leftf" v-if="item.withdraw_exam_time">
  225. <text class="leftff">到账时间</text>
  226. <text>{{item.withdraw_exam_time.slice(0,-3).replaceAll("-",".")||''}}</text>
  227. </view>
  228. <view class="u-flex u-row-between leftf">
  229. <text class="leftff">提现状态</text>
  230. <text v-if="item.withdraw_status=='withdrawing'"
  231. style="color: rgba(250, 143, 0, 0.8);">提现中</text>
  232. <text v-if="item.withdraw_status=='success'"
  233. style="color: rgba(53, 170, 31, 0.8);">已提现</text>
  234. <text v-if="item.withdraw_status=='withdraw'"
  235. style="color: rgba(12, 102, 194, 0.8);">已申请</text>
  236. <text v-if="item.withdraw_status=='failed'"
  237. style="color: rgba(219, 15, 15, 0.8);">提现失败</text>
  238. </view>
  239. </view>
  240. </view>
  241. </view>
  242. <view class="safe-area-inset-bottom"></view>
  243. <view class="" v-if="current==1">
  244. <view class="yong" v-for="(item,index) in list" :key="index" style="margin-top: 20rpx;"
  245. v-if="item.withdraw_status=='unapplied'?false:true">
  246. <view class="top u-flex u-row-between">
  247. <text class="left tatlea">订单编号:{{item.order.order_no}}</text>
  248. <view class="right">
  249. <text style="font-size: 24rpx;">¥</text>
  250. <text style="font-size: 32rpx;">{{item.amount}}</text>
  251. </view>
  252. </view>
  253. <view class="" style="border-top:2rpx solid #F6F6F6 ;margin-top: 20rpx;">
  254. <view class="u-flex u-row-between leftf">
  255. <text class="leftff">邀请类型</text>
  256. <text>{{item.type_name}}</text>
  257. </view>
  258. <view class="u-flex u-row-between leftf">
  259. <text class="leftff">邀请时间</text>
  260. <text>{{item.order.interviewed_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
  261. </view>
  262. <view class="u-flex u-row-between leftf">
  263. <text class="leftff">提现账号</text>
  264. <text>{{item.bank_type_name}}({{item.bank_no.slice(-4)}})</text>
  265. </view>
  266. <view class="u-flex u-row-between leftf">
  267. <text class="leftff">申请时间</text>
  268. <text>{{item.withdraw_apply_time.slice(0,-3).replaceAll("-",".") ||''}}</text>
  269. </view>
  270. <view class="u-flex u-row-between leftf" v-if="item.withdraw_exam_time">
  271. <text class="leftff">到账时间</text>
  272. <text>{{item.withdraw_exam_time.slice(0,-3).replaceAll("-",".")||''}}</text>
  273. </view>
  274. <view class="u-flex u-row-between leftf">
  275. <text class="leftff">提现状态</text>
  276. <text v-if="item.withdraw_status=='withdrawing'"
  277. style="color: rgba(250, 143, 0, 0.8);padding: 3rpx;">提现中</text>
  278. <text v-if="item.withdraw_status=='success'"
  279. style="color: rgba(53, 170, 31, 0.8);padding: 3rpx;">已提现</text>
  280. <text v-if="item.withdraw_status=='withdraw'"
  281. style="color: rgba(12, 102, 194, 0.8);padding: 3rpx;">已申请</text>
  282. <text v-if="item.withdraw_status=='failed'"
  283. style="color: rgba(219, 15, 15, 0.8);padding: 3rpx;">提现失败</text>
  284. </view>
  285. </view>
  286. </view>
  287. <view class="safe-area-inset-bottom"></view>
  288. </view>
  289. </view>
  290. <view style="height: 70vh;justify-content: center;" class="u-flex" v-if="list.length == 0&&tab1 == 0">
  291. <u-empty text="暂无数据" mode="list"></u-empty>
  292. </view>
  293. <view style="height: 88vh;justify-content: center;" class="u-flex" v-if="list.length == 0 &&tab1 == 1">
  294. <u-empty text="暂无数据" mode="list"></u-empty>
  295. </view>
  296. </view>
  297. <u-datetime-picker :show="showtime" mode="year-month" @confirm="changetime"
  298. @cancel="showtime = false"></u-datetime-picker>
  299. <u-picker :show="show" :columns="columns" keyName="label" @cancel="show = false" @confirm="enter"></u-picker>
  300. </view>
  301. </template>
  302. <script>
  303. import {
  304. commission_list,
  305. } from "@/units/inquire.js"
  306. export default {
  307. data() {
  308. return {
  309. keywords: '',
  310. show: false,
  311. showtime: false,
  312. tab1: 0,
  313. current: 0,
  314. date: "",
  315. list: [],
  316. job_name: "",
  317. list2: [{
  318. label: '订单佣金',
  319. // 其他属性值
  320. source_type: "order"
  321. }, {
  322. label: '邀请佣金',
  323. source_type: "invite"
  324. }],
  325. source_type: "order",
  326. label: "订单佣金",
  327. columns: [
  328. [{
  329. label: '订单佣金',
  330. // 其他属性值
  331. source_type: "order"
  332. // ...
  333. }, {
  334. label: '邀请佣金',
  335. source_type: "invite"
  336. }]
  337. ],
  338. list4: [{
  339. name: "佣金明细"
  340. },
  341. {
  342. name: "提现记录"
  343. }
  344. ]
  345. }
  346. },
  347. onLoad(options) {
  348. if (options.source_type != null) {
  349. this.source_type = options.source_type
  350. if (this.source_type == "order") {
  351. this.label = "订单佣金"
  352. } else {
  353. this.label = "邀请佣金"
  354. }
  355. }
  356. this.commission_list()
  357. },
  358. computed: {
  359. bgImage() {
  360. return `url(${require('@/static/images/juxing.png')}) 100% 100%`
  361. }
  362. },
  363. methods: {
  364. todingdan(id) {
  365. uni.navigateTo({
  366. url: "/pagesD/dingdan/dingdan?id=" + id
  367. })
  368. },
  369. return1() {
  370. uni.navigateBack()
  371. },
  372. change(e) {
  373. console.log(e);
  374. this.current = e
  375. if (this.current == 0) {
  376. this.source_type = "order"
  377. this.commission_list()
  378. } else {
  379. this.source_type = "invite"
  380. this.commission_list()
  381. }
  382. },
  383. enter(e) {
  384. console.log(e);
  385. this.label = e.value[0].label
  386. this.source_type = e.value[0].source_type
  387. this.show = false
  388. this.commission_list()
  389. },
  390. async changetime(e) {
  391. const timeFormat = uni.$u.timeFormat;
  392. let timeValue = await timeFormat(e.value, 'yyyy-mm');
  393. this.date = timeValue;
  394. this.page = 1
  395. this.total = 0
  396. this.list = []
  397. this.commission_list()
  398. this.showtime = false
  399. },
  400. TabsTop(item) {
  401. this.tab1 = item.index
  402. this.commission_list()
  403. },
  404. commission_list() {
  405. commission_list({
  406. // source_type: "order",
  407. source_type: this.source_type,
  408. keywords: this.keywords,
  409. is_confirm: "",
  410. date: this.date,
  411. }).then(res => {
  412. console.log(res);
  413. this.list = res.data.data
  414. })
  415. }
  416. }
  417. }
  418. </script>
  419. <style lang="scss" scoped>
  420. ::v-deep .u-subsection--button {
  421. height: 76rpx !important;
  422. border-radius: 76rpx !important;
  423. background-color: #fff !important;
  424. }
  425. ::v-deep .u-subsection--button__bar {
  426. border-radius: 76rpx !important;
  427. background-color: #0C66C2 !important;
  428. }
  429. .date1 {
  430. font-size: 24rpx;
  431. font-family: PingFangSC, PingFang SC;
  432. font-weight: 400;
  433. color: #222222;
  434. }
  435. .tatlea {
  436. font-size: 24rpx;
  437. font-family: SFPro, SFPro;
  438. font-weight: 400;
  439. color: #666666;
  440. }
  441. .fonts {
  442. padding: 3rpx;
  443. height: 40rpx;
  444. border-radius: 6rpx;
  445. font-size: 24rpx;
  446. font-family: PingFangSC, PingFang SC;
  447. font-weight: 400;
  448. line-height: 40rpx;
  449. }
  450. .yong {
  451. background: #FFFFFF;
  452. border-radius: 16rpx;
  453. padding: 20rpx 20rpx 26rpx;
  454. box-sizing: border-box;
  455. .top {
  456. .left {
  457. font-size: 24rpx;
  458. font-family: PingFangSC-Regular, PingFang SC;
  459. font-weight: 400;
  460. color: #555555;
  461. }
  462. .right {
  463. font-family: SFPro-Regular, SFPro;
  464. font-weight: 400;
  465. color: #F2413A;
  466. }
  467. }
  468. .leftf {
  469. font-size: 26rpx;
  470. font-family: PingFangSC-Regular, PingFang SC;
  471. font-weight: 400;
  472. color: #555555;
  473. margin-top: 20rpx;
  474. }
  475. .leftff {
  476. font-size: 26rpx;
  477. font-family: PingFangSC-Regular, PingFang SC;
  478. font-weight: 400;
  479. color: #555555;
  480. }
  481. }
  482. .list1 {
  483. background: #FFFFFF;
  484. border-radius: 16rpx;
  485. padding: 20rpx;
  486. margin-top: 20rpx;
  487. .data {
  488. font-size: 24rpx;
  489. font-family: PingFangSC-Regular, PingFang SC;
  490. font-weight: 400;
  491. color: #888888;
  492. }
  493. .data1 {
  494. font-size: 24rpx;
  495. font-family: PingFangSC-Regular, PingFang SC;
  496. font-weight: 400;
  497. color: #222222;
  498. }
  499. .title {
  500. font-size: 32rpx;
  501. font-family: PingFangSC-Medium, PingFang SC;
  502. font-weight: 500;
  503. color: #222222;
  504. }
  505. .font {
  506. font-size: 24rpx;
  507. font-family: PingFangSC-Regular, PingFang SC;
  508. font-weight: 400;
  509. color: #fff;
  510. opacity: 1;
  511. }
  512. .back {
  513. background: #0C66C2;
  514. border-radius: 6rpx;
  515. padding: 4rpx 8rpx;
  516. opacity: 0.5;
  517. }
  518. .money {
  519. font-size: 24rpx;
  520. font-family: SFPro-Regular, SFPro;
  521. font-weight: 400;
  522. color: #F2413A;
  523. margin-left: 12rpx;
  524. }
  525. }
  526. .page {
  527. height: 100vh;
  528. .content {
  529. padding: 20rpx 24rpx 0;
  530. background: #F3F3F3;
  531. min-height: 78vh;
  532. // margin-top: 20rpx;
  533. .list {
  534. background: #FFFFFF;
  535. border-radius: 16rpx;
  536. padding: 20rpx;
  537. box-sizing: border-box;
  538. border: 2rpx solid rgba(0, 0, 0, 0);
  539. }
  540. }
  541. }
  542. .bottom {
  543. border-top: 2rpx solid #F6F6F6;
  544. margin-top: 18rpx;
  545. padding-top: 18rpx;
  546. box-sizing: border-box;
  547. .left {
  548. font-size: 24rpx;
  549. font-family: PingFangSC-Regular, PingFang SC;
  550. font-weight: 400;
  551. color: #555555;
  552. }
  553. .right {
  554. font-size: 24rpx;
  555. font-family: PingFangSC-Regular, PingFang SC;
  556. font-weight: 400;
  557. color: #999999;
  558. }
  559. }
  560. .right {
  561. .concent {
  562. .left {
  563. width: 105rpx;
  564. font-size: 24rpx;
  565. font-family: PingFangSC-Regular, PingFang SC;
  566. font-weight: 400;
  567. color: #222222;
  568. display: inline-block;
  569. }
  570. .money {
  571. font-size: 24rpx;
  572. font-family: SFPro-Regular, SFPro;
  573. font-weight: 400;
  574. color: #F2413A;
  575. margin-left: 12rpx;
  576. }
  577. .right {
  578. margin-left: 12rpx;
  579. font-size: 24rpx;
  580. font-family: PingFangSC-Regular, PingFang SC;
  581. font-weight: 400;
  582. color: #555555;
  583. }
  584. }
  585. .top {
  586. .left {
  587. font-size: 24rpx;
  588. font-family: PingFangSC-Regular, PingFang SC;
  589. font-weight: 400;
  590. color: #555555;
  591. }
  592. .right {
  593. font-size: 24rpx;
  594. font-family: PingFangSC-Regular, PingFang SC;
  595. font-weight: 400;
  596. color: #555555;
  597. }
  598. }
  599. }
  600. .titlea {
  601. font-size: 24rpx;
  602. font-family: SFPro, SFPro;
  603. font-weight: 400;
  604. color: #666666;
  605. }
  606. .left {
  607. .concent {
  608. .left {
  609. font-size: 24rpx;
  610. font-family: PingFangSC-Regular, PingFang SC;
  611. font-weight: 400;
  612. color: #222222;
  613. }
  614. .money {
  615. font-size: 24rpx;
  616. font-family: SFPro-Regular, SFPro;
  617. font-weight: 400;
  618. color: #F2413A;
  619. margin-left: 12rpx;
  620. }
  621. .right {
  622. margin-left: 12rpx;
  623. font-size: 24rpx;
  624. font-family: PingFangSC-Regular, PingFang SC;
  625. font-weight: 400;
  626. color: #555555;
  627. }
  628. }
  629. .top {
  630. .left {
  631. height: 44rpx;
  632. font-size: 32rpx;
  633. font-family: PingFangSC-Medium, PingFang SC;
  634. font-weight: 500;
  635. color: #222222;
  636. }
  637. .right {
  638. margin-left: 12rpx;
  639. font-size: 24rpx;
  640. font-family: PingFangSC-Regular, PingFang SC;
  641. font-weight: 400;
  642. color: #141414;
  643. }
  644. }
  645. }
  646. .search {
  647. height: 68rpx;
  648. background: #F3F3F3;
  649. border-radius: 38rpx;
  650. padding: 14rpx 28rpx;
  651. box-sizing: border-box;
  652. }
  653. .index-header {
  654. padding: 0 32rpx;
  655. height: 50rpx;
  656. .index-search {
  657. width: 200rpx;
  658. height: 64rpx;
  659. background: #FFFFFF;
  660. border-radius: 20rpx;
  661. padding: 0 28rpx;
  662. .text1 {
  663. font-size: 24rpx;
  664. font-family: PingFangSC-Regular, PingFang SC;
  665. font-weight: 400;
  666. color: #999999;
  667. margin-left: 16rpx;
  668. }
  669. }
  670. }
  671. ::v-deep .u-navbar__content__left {
  672. padding: 0 !important;
  673. }
  674. ::v-deep .u-subsection__item__text{
  675. font-size: 32rpx !important;
  676. }
  677. // ::v-deep .u-subsection__item{
  678. // border-radius: 38rpx;
  679. // }
  680. // ::v-deep .u-subsection--subsection{
  681. // border-radius: 76rpx;
  682. // }
  683. </style>