supplier.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. <template>
  2. <view class="content">
  3. <view class="headbgbox flex2">
  4. <view class="searchbox">
  5. <u-icon name="search" bold="true" size="25" color="rgb(246,185,78)"></u-icon>
  6. <input type="text" v-model="keywords" placeholder="请输入供应商名称" placeholder-style="color:#BBBCBE"
  7. @blur="changeSeach" />
  8. </view>
  9. <view class="screen" @click="show = true">
  10. <text>筛选</text>
  11. <view style="padding-left: 10rpx;">
  12. <u-icon name="arrow-down" color="#1F242A" size="14" bold="true"></u-icon>
  13. </view>
  14. </view>
  15. </view>
  16. <view class="cardlist">
  17. <view class="lable" v-for="(item,index) in listall" style="width: 100%;">
  18. <view class="radiobox" v-if="editall">
  19. <radio :value="index" :checked="item.checked" color="#D8AB5A" @click="checkBox(item.id)" />
  20. </view>
  21. <view class="card" @click.stop="moveDetail(item.id)">
  22. <view class="passreview" v-if="item.status==1&&item.isDeleted==0">
  23. <image src="../../static/img/Cercomplete.png" mode="aspectFill"></image>
  24. </view>
  25. <view class="passreview" v-if="item.status==0&&item.isDeleted==0">
  26. <image src="../../static/img/toreviewe.png" mode="aspectFill"></image>
  27. </view>
  28. <view class="passreview" v-if="item.status==3&&item.isDeleted==0">
  29. <image src="../../static/img/fail.png" mode="aspectFill"></image>
  30. </view>
  31. <view class="passreview" v-if="item.isDeleted==1">
  32. <image src="../../static/img/disabled.png" mode="aspectFill"></image>
  33. </view>
  34. <view class="cicle" v-if="item.status==1&&item.isDeleted==0"></view>
  35. <view class="cicle" v-if="item.status==0" style="background-color: #D05C39;"></view>
  36. <view class="cicle" v-if="item.status==3" style="background-color: #1F242A;"></view>
  37. <view class="cicle" v-if="item.isDeleted==1" style="background-color: #BEBDBB;"></view>
  38. <view class="innerbox">
  39. <text class="cardtitle">{{item.name}}</text>
  40. </view>
  41. <view class="contractmsg flex5">
  42. <text style="color: #68625B;">法人名称:{{item.legalPerson}}</text>
  43. <view style="padding-top: 10rpx;color: #BEBDBB;" class="flex2">
  44. <text>联系人:{{item.contacts}}</text>
  45. <text>电话:{{item.contactsMobile}}</text>
  46. </view>
  47. </view>
  48. </view>
  49. </view>
  50. </view>
  51. <view class="nomore" v-if="listall.length==0">
  52. <text>暂无数据</text>
  53. </view>
  54. <view class="totalmanage ">
  55. <text style="color:#68625B;font-size: 28rpx;">合计:{{total}}份</text>
  56. <view class=" maboxtitls" @click="editall=true">
  57. <view class="managebox">
  58. <image src="/static/img/manage.png" mode="aspectFit"></image>
  59. </view>
  60. <text style="padding-left: 15rpx;">管理</text>
  61. </view>
  62. </view>
  63. <view class="safebt"></view>
  64. <u-popup :show="show" @close="close" @open="open">
  65. <view class="popscreen" style="height: 440rpx;">
  66. <view class="checklist" v-for="(item,index) in ctrstatus" :key="index">
  67. <view class="alllistbtn">
  68. <text class="btntitle" style="">{{item.title}}</text>
  69. <view class="yunbtn">
  70. <view class="btnchoose" v-for="(i,k) in item.list" :key="k" @click="choose(item.title,k)"
  71. :class="[contract_status == k?'active':'btnchoose']">
  72. <text>{{i.name}}</text>
  73. </view>
  74. </view>
  75. </view>
  76. </view>
  77. <view class="aszs flex6">
  78. <view class="againbtn" @click="restoreALL"><text>重置</text></view>
  79. <view class="againbtn" style="color: #D8AB5A;border: 1rpx solid #D8AB5A;" @click="makeSureSelect()">
  80. <text>确认</text></view>
  81. </view>
  82. </view>
  83. </u-popup>
  84. <u-datetime-picker :show="dateshow" v-model="value1" mode="year-month" @confirm="chooseDate"
  85. @cancel="closeDate"></u-datetime-picker>
  86. <!-- 底部删除 -->
  87. <u-popup :show="editall&&state==1" @close="closeEidt" @open="openEidt" :overlay="false">
  88. <view class="editbox">
  89. <view class="chooseall flex6">
  90. <view class="leftchoose ">
  91. <radio :checked="quan" @click="makeSureAll" color="#D8AB5A"></radio>
  92. <text>全选</text>
  93. </view>
  94. <view class="surebtn" @click="selectDown">
  95. 完成
  96. </view>
  97. </view>
  98. <view class="choosebtn">
  99. <view class="delbtn flex1">删除</view>
  100. <view class="restorebtn flex1">复原</view>
  101. </view>
  102. </view>
  103. </u-popup>
  104. <u-popup :show="editall&&state==0" @close="closeEidt" @open="openEidt" :overlay="false">
  105. <view class="editbox">
  106. <view class="chooseall flex6">
  107. <view class="leftchoose ">
  108. <radio :checked="quan" @click="makeSureAll" color="#D8AB5A"></radio>
  109. <text>全选</text>
  110. </view>
  111. <view class="anniu">
  112. <text class="usa" @click="dele()">删除</text>
  113. <text class="usa" @click="restore()">复原</text>
  114. <text @click="selectDown" class="usa">完成</text>
  115. </view>
  116. </view>
  117. <view class="choosebtn">
  118. <view class="delbtn flex1" @click="examineFail()">审核失败</view>
  119. <view class="restorebtn flex1" @click="examineSuccess()">审核成功</view>
  120. </view>
  121. </view>
  122. </u-popup>
  123. <tabar checked="supplier"></tabar>
  124. </view>
  125. </template>
  126. <script>
  127. let that
  128. import tabar from "@/componet/tabbar/tabbar.vue"
  129. export default {
  130. components: {
  131. tabar
  132. },
  133. data() {
  134. return {
  135. keywords: '',
  136. statusall: 0,
  137. editall: false,
  138. quan: false,
  139. keywords: '',
  140. name:'',//供应商名称
  141. Status: '', //供应商状态
  142. show: false,
  143. dateshow: false,
  144. creatTime: "请选择",
  145. endTime: "请选择",
  146. value1: '',
  147. intime: 1,
  148. pageIndex: 1,
  149. total: '',
  150. nomore: false,
  151. contract_status: '',
  152. draft_status: '',
  153. time_status: '',
  154. listall: [],
  155. state: 0,
  156. ctrstatus: [{
  157. title: "供应商状态",
  158. list: [{
  159. name: "全部",
  160. },
  161. {
  162. name: "待审核",
  163. },
  164. {
  165. name: "已禁用",
  166. },
  167. {
  168. name: "认证完成",
  169. },
  170. {
  171. name: "认证失败",
  172. },
  173. ]
  174. }],
  175. }
  176. },
  177. onLoad() {
  178. that = this
  179. this.state = this.$store.state.admin
  180. // this.init()
  181. },
  182. onShow() {
  183. that.pageIndex = 1
  184. that.nomore = false
  185. that.listall = []
  186. this.init()
  187. },
  188. // // 下拉到底部后加载新数据
  189. // onReachBottom() {
  190. // // 判断下一页是否存在数据,不存在将显示暂无数据等提示语
  191. // if (this.listall.length >= this.pageIndex * 10) {
  192. // this.pageIndex++;//页数加一
  193. // this.init();//回调接口
  194. // }else{
  195. // this.nomore=true
  196. // }
  197. // },
  198. methods: {
  199. init() {
  200. uni.showLoading()
  201. uni.$u.http.get(`/api/Supplier/search?pageSize=-1&Name=${this.name}&Status=${this.Status}`, {
  202. custom: {
  203. auth: true
  204. }
  205. }).then((res) => {
  206. uni.hideLoading()
  207. this.total = res.total
  208. this.listall=res.result
  209. // let list = res.result
  210. // if (list.length > 0) {
  211. // list.forEach(item => {
  212. // item.checked = false
  213. // this.listall.push(item)
  214. // })
  215. // if (list.length < 10) {
  216. // that.nomore = true
  217. // }
  218. // }
  219. }).catch((err) => {
  220. uni.hideLoading()
  221. console.log(err)
  222. })
  223. },
  224. closeEidt() {
  225. this.editall = false
  226. },
  227. openEidt() {
  228. this.editall = true
  229. },
  230. selectDown() {
  231. this.editall = false
  232. this.quan = false
  233. let list = this.listall
  234. list.forEach(item => {
  235. item.checked = false
  236. })
  237. },
  238. close() {
  239. this.show = false
  240. },
  241. open() {
  242. },
  243. //搜索查询
  244. changeSeach() {
  245. this.name = this.keywords
  246. that.pageIndex = 1
  247. that.nomore = false
  248. that.listall = []
  249. this.init()
  250. },
  251. choose(title, k) {
  252. if (title == "供应商状态") {
  253. this.contract_status = k
  254. if (k == 2) {
  255. this.Status = 4
  256. } else if (k == 1) {
  257. this.Status = 1
  258. } else if (k == 0) {
  259. this.Status = 0
  260. } else if (k == 3) {
  261. this.Status = 2
  262. } else if (k == 4) {
  263. this.Status = 3
  264. }
  265. }
  266. },
  267. makeSureSelect() {
  268. that.pageIndex = 1
  269. that.nomore = false
  270. that.listall = []
  271. this.init()
  272. this.close()
  273. },
  274. restoreALL() {
  275. this.contract_status = 0
  276. this.Status = 0
  277. },
  278. checkBox(id) {
  279. let list = this.listall
  280. list.forEach(item => {
  281. if (item.id == id) {
  282. item.checked = !item.checked
  283. }
  284. })
  285. this.listall = JSON.parse(JSON.stringify(list))
  286. },
  287. selectDown() {
  288. this.editall = false
  289. this.quan = false
  290. let list = this.listall
  291. list.forEach(item => {
  292. item.checked = false
  293. })
  294. },
  295. allSelect() {
  296. let list = this.listall
  297. console.log(this.quan, 778)
  298. if (this.quan) {
  299. list.forEach(item => {
  300. item.checked = true
  301. })
  302. } else {
  303. list.forEach(item => {
  304. item.checked = false
  305. })
  306. }
  307. this.listall = JSON.parse(JSON.stringify(list))
  308. },
  309. makeSureAll() {
  310. this.quan = !this.quan
  311. this.allSelect()
  312. },
  313. chooseDate(e) {
  314. this.dateshow = false
  315. const timeFormat = uni.$u.timeFormat
  316. if (this.intime == 1) {
  317. this.creatTime = timeFormat(e.value, 'yyyy-mm')
  318. } else {
  319. this.endTime = timeFormat(e.value, 'yyyy-mm')
  320. }
  321. },
  322. moveDetail(id) {
  323. uni.navigateTo({
  324. url: '/pages/alldeatil/supplierdetail?id=' + id
  325. })
  326. },
  327. addContract() {
  328. uni.navigateTo({
  329. url: '/pages/alldeatil/upcontract'
  330. })
  331. },
  332. openDatePicker(e) {
  333. console.log(e)
  334. if (e == 1) {
  335. this.intime = 1
  336. } else {
  337. this.intime = 2
  338. }
  339. this.dateshow = true
  340. },
  341. closeDate() {
  342. this.dateshow = false
  343. },
  344. open() {
  345. // console.log('open');
  346. },
  347. close() {
  348. this.show = false
  349. // console.log('close');
  350. },
  351. // choose(title, k) {
  352. // if (title == "合同状态") {
  353. // this.contract_status = k
  354. // } else if (title == "汇票状态") {
  355. // this.draft_status = k
  356. // } else if (title == "上传日期") {
  357. // this.time_status = k
  358. // }
  359. // },
  360. examineFail() {
  361. let ids = []
  362. that.listall.forEach(item => {
  363. if (item.checked) {
  364. ids.push(item.id)
  365. }
  366. })
  367. if (ids.length == 0) {
  368. this.$toast("请选择合同")
  369. return
  370. }
  371. uni.showModal({
  372. title: '提示',
  373. content: '是否批量审核失败?',
  374. success: function(res) {
  375. if (res.confirm) {
  376. uni.showLoading()
  377. uni.$u.http.post('/api/Supplier/manage', {
  378. ids: ids,
  379. operateType: 4
  380. }, {
  381. custom: {
  382. auth: true
  383. }
  384. }).then((res) => {
  385. uni.hideLoading()
  386. that.editall = false
  387. that.quan = false
  388. that.$toast("操作成功")
  389. setTimeout(() => {
  390. that.pageIndex = 1
  391. that.nomore = false
  392. that.listall = []
  393. that.init()
  394. }, 500)
  395. }).catch((err) => {
  396. uni.hideLoading()
  397. that.$toast(err.msg)
  398. })
  399. } else if (res.cancel) {
  400. console.log('用户点击取消');
  401. }
  402. }
  403. });
  404. },
  405. dele() {
  406. let ids = []
  407. that.listall.forEach(item => {
  408. if (item.checked) {
  409. ids.push(item.id)
  410. }
  411. })
  412. if (ids.length == 0) {
  413. that.$toast("请选择合同")
  414. return
  415. }
  416. uni.showModal({
  417. title: '提示',
  418. content: "是否批量删除?",
  419. success: function(res) {
  420. if (res.confirm) {
  421. uni.showLoading()
  422. uni.$u.http.post('/api/Supplier/manage', {
  423. ids: ids,
  424. operateType: 1
  425. }, {
  426. custom: {
  427. auth: true
  428. }
  429. }).then((res) => {
  430. uni.hideLoading()
  431. that.editall = false
  432. that.quan = false
  433. that.$toast("操作成功")
  434. setTimeout(() => {
  435. that.pageIndex = 1
  436. that.nomore = false
  437. that.listall = []
  438. that.init()
  439. }, 500)
  440. }).catch((err) => {
  441. uni.hideLoading()
  442. that.$toast(err.msg)
  443. })
  444. } else if (res.cancel) {
  445. }
  446. }
  447. })
  448. },
  449. restore() {
  450. let ids = []
  451. that.listall.forEach(item => {
  452. if (item.checked) {
  453. ids.push(item.id)
  454. }
  455. })
  456. if (ids.length == 0) {
  457. that.$toast("请选择合同")
  458. return
  459. }
  460. uni.showModal({
  461. title: '提示',
  462. content: "是否批量复原?",
  463. success: function(res) {
  464. if (res.confirm) {
  465. uni.showLoading()
  466. uni.$u.http.post('/api/Supplier/manage', {
  467. ids: ids,
  468. operateType: 2
  469. }, {
  470. custom: {
  471. auth: true
  472. }
  473. }).then((res) => {
  474. uni.hideLoading()
  475. that.editall = false
  476. that.quan = false
  477. that.$toast("操作成功")
  478. setTimeout(() => {
  479. that.pageIndex = 1
  480. that.nomore = false
  481. that.listall = []
  482. that.init()
  483. }, 500)
  484. }).catch((err) => {
  485. uni.hideLoading()
  486. that.$toast(err.msg)
  487. })
  488. } else if (res.cancel) {
  489. }
  490. }
  491. })
  492. },
  493. examineSuccess() {
  494. let ids = []
  495. that.listall.forEach(item => {
  496. if (item.checked) {
  497. ids.push(item.id)
  498. }
  499. })
  500. if (ids.length == 0) {
  501. that.$toast("请选择合同")
  502. return
  503. }
  504. uni.showModal({
  505. title: '提示',
  506. content: "是否批量审核成功?",
  507. success: function(res) {
  508. if (res.confirm) {
  509. uni.showLoading()
  510. uni.$u.http.post('/api/Supplier/manage', {
  511. ids: ids,
  512. operateType: 3
  513. }, {
  514. custom: {
  515. auth: true
  516. }
  517. }).then((res) => {
  518. uni.hideLoading()
  519. that.editall = false
  520. that.quan = false
  521. that.$toast("操作成功")
  522. setTimeout(() => {
  523. that.pageIndex = 1
  524. that.nomore = false
  525. that.listall = []
  526. that.init()
  527. }, 500)
  528. }).catch((err) => {
  529. uni.hideLoading()
  530. that.$toast(err.msg)
  531. })
  532. } else if (res.cancel) {
  533. }
  534. }
  535. })
  536. },
  537. }
  538. }
  539. </script>
  540. <style lang="scss">
  541. page {
  542. background-color: #F6F6F6 !important;
  543. }
  544. .headbgbox {
  545. background-color: #fff;
  546. padding: 23rpx 31rpx;
  547. box-sizing: border-box;
  548. position: fixed;
  549. top: 0;
  550. z-index: 999;
  551. width: 100%;
  552. .screen {
  553. display: flex;
  554. justify-content: center;
  555. align-items: center;
  556. padding-left: 30rpx;
  557. }
  558. }
  559. .searchbox {
  560. padding-left: 30rpx;
  561. box-sizing: border-box;
  562. background-color: #ECECEC;
  563. border-radius: 38rpx;
  564. // width: 688rpx;
  565. flex: 1;
  566. height: 75rpx;
  567. margin: 0 auto;
  568. display: flex;
  569. align-items: center;
  570. // justify-content: center;
  571. // margin-top: -10rpx;
  572. }
  573. .cardlist {
  574. display: flex;
  575. justify-content: center;
  576. flex-direction: column;
  577. // align-items: center;
  578. margin: 0 auto;
  579. margin-top: 120rpx;
  580. flex: 1;
  581. }
  582. .card {
  583. margin: 0 auto;
  584. overflow: hidden;
  585. // margin-top: 20rpx;
  586. margin: 0 30rpx;
  587. flex: 1;
  588. width: 100%;
  589. // height: 264rpx;
  590. border-radius: 20rpx;
  591. background-color: #fff;
  592. position: relative;
  593. box-shadow: 0px 8rpx 20rpx 1rpx rgba(31, 36, 42, 0.08);
  594. .passreview {
  595. position: absolute;
  596. right: 30rpx;
  597. top: 30rpx;
  598. width: 141rpx;
  599. height: 123.5rpx;
  600. image {
  601. width: 100%;
  602. height: 100%;
  603. }
  604. }
  605. .cicle {
  606. position: absolute;
  607. width: 40rpx;
  608. height: 20rpx;
  609. background-color: #D8AB5A;
  610. border-radius: 20rpx;
  611. top: 60rpx;
  612. left: -20rpx;
  613. }
  614. .innerbox {
  615. padding: 49rpx 0rpx;
  616. padding-bottom: 30rpx;
  617. margin: 0 30rpx;
  618. display: flex;
  619. align-items: center;
  620. border-bottom: 1rpx solid #E8E8E8;
  621. .listicon {
  622. width: 32rpx;
  623. height: 36rpx;
  624. image {
  625. width: 100%;
  626. height: 100%;
  627. }
  628. }
  629. }
  630. .cardtitle {
  631. font-size: 32rpx;
  632. font-weight: 600;
  633. padding-left: 10rpx;
  634. }
  635. .timebox {
  636. background-color: #FFF8E5;
  637. width: 100%;
  638. padding: 0 30rpx;
  639. box-sizing: border-box;
  640. color: #D8AB5A;
  641. font-size: 28rpx;
  642. height: 60rpx;
  643. line-height: 60rpx;
  644. }
  645. .contractmsg {
  646. padding: 30rpx;
  647. box-sizing: border-box;
  648. color: #68625B;
  649. font-size: 26rpx;
  650. }
  651. }
  652. .totalmanage {
  653. margin-top: 90rpx;
  654. margin-bottom: 100rpx;
  655. // position: fixed;
  656. bottom: 0;
  657. display: flex;
  658. justify-content: space-between;
  659. align-items: center;
  660. width: 100%;
  661. padding: 0 30rpx;
  662. box-sizing: border-box;
  663. .managebox {
  664. width: 23.8rpx;
  665. height: 29.7rpx;
  666. image {
  667. width: 100%;
  668. height: 100%;
  669. }
  670. }
  671. .maboxtitls {
  672. width: 160rpx;
  673. height: 60rpx;
  674. display: flex;
  675. align-items: center;
  676. justify-content: center;
  677. border-radius: 30rpx;
  678. background-color: #D9D9D9;
  679. // line-height: 60rpx;
  680. font-size: 28rpx;
  681. box-sizing: border-box;
  682. // align-items: center;
  683. }
  684. }
  685. .popscreen {
  686. padding-top: 47rpx;
  687. height: 1000rpx;
  688. overflow: auto;
  689. .checklist {
  690. .alllistbtn {
  691. .btntitle {
  692. padding: 0 30rpx;
  693. display: block;
  694. margin: 48rpx 0 30rpx;
  695. font-size: 32rpx;
  696. font-weight: 600;
  697. margin-top: 20rpx;
  698. }
  699. .yunbtn {
  700. display: flex;
  701. flex-direction: row;
  702. flex-wrap: wrap;
  703. margin-left: 30rpx;
  704. }
  705. .btnchoose {
  706. margin-bottom: 30rpx;
  707. margin-right: 41rpx;
  708. width: 200rpx;
  709. height: 68rpx;
  710. background-color: #F6F6F6;
  711. border-radius: 34rpx;
  712. font-size: 26rpx;
  713. color: #68625B;
  714. text-align: center;
  715. line-height: 68rpx;
  716. }
  717. .active {
  718. margin-bottom: 30rpx;
  719. margin-right: 41rpx;
  720. width: 200rpx;
  721. height: 68rpx;
  722. background-color: #FFF8E5;
  723. border-radius: 34rpx;
  724. font-size: 26rpx;
  725. color: #D8AB5A;
  726. border: 1rpx solid #D8AB5A;
  727. text-align: center;
  728. line-height: 68rpx;
  729. box-sizing: border-box;
  730. }
  731. }
  732. }
  733. .custom {
  734. margin: 50rpx 30rpx;
  735. margin-top: 20rpx;
  736. display: flex;
  737. align-items: center;
  738. .custombox {
  739. margin-left: 50rpx;
  740. flex: 1;
  741. .creatdata {
  742. color: #68625B;
  743. font-size: 28rpx;
  744. width: 100%;
  745. margin-bottom: 10rpx;
  746. padding: 20rpx 0;
  747. border-bottom: 1rpx solid #E8E8E8;
  748. }
  749. .chodatain {
  750. color: #BEBDBB;
  751. }
  752. }
  753. }
  754. .aszs {
  755. padding: 20rpx 0;
  756. border-top: 1rpx solid #E8E8E8;
  757. margin: 0 30rpx;
  758. margin-bottom: 20rpx;
  759. font-size: 28rpx;
  760. .againbtn {
  761. width: 335rpx;
  762. height: 88rpx;
  763. line-height: 88rpx;
  764. text-align: center;
  765. border-radius: 45rpx;
  766. border: 1rpx solid #E8E8E8;
  767. }
  768. }
  769. }
  770. </style>