mingxi.vue 20 KB

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