order-payment.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. <template>
  2. <view class="container cashier" :style="{paddingTop:CustomBar+'px'}">
  3. <cu-custom :navbar-data='nvabarData' @navigateBack="hanldNavigateBack"></cu-custom>
  4. <template v-if="isPaySwitch">
  5. <view class="container-cash clearfix">
  6. <view class="pay-bring-title">线上支付功能正在维护中,请使用线下转账方式支付订单</view>
  7. <view class="container-wrapper">
  8. <view class="pay-content">
  9. <view class="pay-p"><text>待付金额</text></view>
  10. <view class="pay-money">
  11. <text class="pay-sm">¥</text>
  12. <text class="pay-bg">{{payableAmount | NumFormat}}</text>
  13. </view>
  14. </view>
  15. </view>
  16. <view class="pay-bring-wrapper clearfix">
  17. <view class="pay-bring-content">
  18. <view class="text-v title">转账信息</view>
  19. <view class="text-v">开户行:中信银行(深圳泰然支行)</view>
  20. <view class="text-v">银行卡号:{{bankNumber}}</view>
  21. <view class="text-v">户名:周仁声</view>
  22. <view class="text-v">订单标识:{{payOrderId}} <text class="clipboard" @click.stop="clipboard(payOrderId)">复制</text></view>
  23. <view class="text-v title">特别注意</view>
  24. <view class="text-v bg-color">请在转账备注中填写上述订单标识,方便财务快速审核,提高发货速度</view>
  25. </view>
  26. </view>
  27. </view>
  28. </template>
  29. <template v-else>
  30. <view class="container-cash clearfix" v-if="invoiceStatus">
  31. <view class="pay-bring-title">{{payBringTitle}}</view>
  32. <view class="container-wrapper">
  33. <view class="pay-content">
  34. <view class="pay-p"><text>待付金额</text></view>
  35. <view class="pay-money">
  36. <text class="pay-sm">¥</text>
  37. <text class="pay-bg">{{payableAmount | NumFormat}}</text>
  38. </view>
  39. </view>
  40. </view>
  41. <view class="pay-bring-wrapper clearfix">
  42. <view class="pay-bring-content">
  43. <view class="text-v title">转账信息</view>
  44. <view class="text-v">开户行:中信银行(深圳泰然支行)</view>
  45. <view class="text-v">银行卡号:{{bankNumber}}</view>
  46. <view class="text-v">户名:周仁声</view>
  47. <view class="text-v">订单标识:{{payOrderId}} <text class="clipboard" @click.stop="clipboard(payOrderId)">复制</text></view>
  48. <view class="text-v title">特别注意</view>
  49. <view class="text-v bg-color">请在转账备注中填写上述订单标识,方便财务快速审核,提高发货速度</view>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="container-cash clearfix" v-else>
  54. <view class="container-wrapper">
  55. <view class="pay-content">
  56. <view class="pay-p"><text>待付金额</text></view>
  57. <view class="pay-money">
  58. <text class="pay-sm">¥</text>
  59. <text class="pay-bg">{{payableAmount | NumFormat}}</text>
  60. </view>
  61. </view>
  62. <view class="pay-check">
  63. <view class="check-title"><view class="text">选择支付方式</view></view>
  64. <view class="pay-checked">
  65. <view class="pay-item" :class="{ 'current' : tabCurrentIndex === 0}" @click="tabClick(0)" >
  66. <view class="item-l">
  67. <view class="item-icon"><text class="iconfont icon-weixinzhifu"></text></view>
  68. <view class="item-texts"><text>微信支付</text></view>
  69. </view>
  70. <view class="item-r">
  71. <text class="iconfont icon-gougou"></text>
  72. </view>
  73. </view>
  74. <view class="pay-item" :class="{ 'current' : tabCurrentIndex === 1}" @click="tabClick(1)" >
  75. <view class="item-l">
  76. <view class="item-icon"><text class="iconfont icon-yinlianzhifu"></text></view>
  77. <view class="item-text">
  78. <view class="txt-p">企业网银支付</view>
  79. <view class="txt-t">需要在电脑端汇款</view>
  80. </view>
  81. </view>
  82. <view class="item-r">
  83. <text class="iconfont icon-gougou"></text>
  84. </view>
  85. </view>
  86. </view>
  87. </view>
  88. </view>
  89. <view class="pay-button">
  90. <view class="btn" @click.stop="goOrderCash" :style="{'background':btnColor}">{{buttonText}}</view>
  91. </view>
  92. <view class="pay-statustext">
  93. <view class="pay-statustext-inner">
  94. <view class="pay-icon">
  95. <text class="iconfont icon-gantanhao-yuankuang"></text>
  96. </view>
  97. <view class="pay-text">
  98. <text>{{payStatusText}}</text>
  99. </view>
  100. </view>
  101. </view>
  102. <view class="pay-bring clearfix" :style="{paddingBottom:isIphoneX ? '68rpx' : '24rpx'}" @click.stop="showTips" v-if="isReceiptStatus">
  103. <view class="pay-bring-line"><text class="line"></text></view>
  104. <view class="pay-bring-content" v-if="!isShowTip">
  105. <view class="text bg-color">查看转账信息</view>
  106. <view class="text">除了以上两种支付方式</view>
  107. <view class="text">您还可以通过线下转账的方式付款</view>
  108. </view>
  109. <view class="pay-bring-content" v-else>
  110. <view class="text-v title">转账信息</view>
  111. <view class="text-v">开户行:中信银行(深圳泰然支行)</view>
  112. <view class="text-v">银行卡号:{{bankNumber}}</view>
  113. <view class="text-v">户名:周仁声</view>
  114. <view class="text-v">订单标识:{{payOrderId}} <text class="clipboard" @click.stop="clipboard(payOrderId)">复制</text></view>
  115. <view class="text-v title">特别注意</view>
  116. <view class="text-v bg-color">请在转账备注中填写上述订单标识,方便财务快速审核,提高发货速度</view>
  117. </view>
  118. </view>
  119. </view>
  120. </template>
  121. </view>
  122. </template>
  123. <script>
  124. const thorui = require("@/components/clipboard/clipboard.thorui.js")
  125. export default{
  126. data(){
  127. return{
  128. orderID:'',
  129. payableAmount:0,
  130. emptyWrapperH: '',
  131. bankNumber:'6217 6803 0362 0897',
  132. payOrderId:'',
  133. nvabarData: { //顶部自定义导航
  134. showCapsule:1, // 是否显示左上角图标 1表示显示 0表示不显示,
  135. showSearch: 0,
  136. title: '选择支付方式', // 导航栏 中间的标题
  137. haveBack:false,
  138. haveHome:true,
  139. textLeft:this.$store.state.isIphone
  140. },
  141. isIphoneX:this.$store.state.isIphoneX,
  142. CustomBar:this.CustomBar,// 顶部导航栏高度
  143. tabCurrentIndex:0,
  144. isShowTip:false,
  145. isReceiptStatus:false,
  146. buttonText:'使用微信支付',
  147. btnColor:'#09BB07',
  148. receiptStatus:'',
  149. invoiceStatus:false,
  150. isPaySwitch:false,
  151. optionType:'',
  152. onlinePayFlag:'',
  153. payBringTitle:'本次交易暂不支持线上支付,请使用线下转账方式付款',
  154. payStatusText:'使用微信和企业网银支付全部金额后,供应商会在24小时后发货(周末、节假日顺延)。若着急发货,可以选择使用线下转账进行付款。',
  155. pageType:''
  156. }
  157. },
  158. onLoad(option) {
  159. this.initData(option)
  160. },
  161. filters: {
  162. NumFormat(value) {
  163. if(!value) return '0.00';
  164. /*原来用的是Number(value).toFixed(0),这样取整时有问题,例如0.51取整之后为1,感谢Nils指正*/
  165. /*后来改成了 Number(value)|0,但是输入超过十一位就为负数了,具体见评论 */
  166. var intPart = Number(value) - Number(value)%1; //获取整数部分(这里是windy93的方法)
  167. var intPartFormat = intPart.toString().replace(/(\d)(?=(?:\d{3})+$)/g, '$1,'); //将整数部分逢三一断
  168. var floatPart = ".00"; //预定义小数部分
  169. var value2Array = value.toString().split(".");
  170. //=2表示数据有小数位
  171. if(value2Array.length == 2) {
  172. floatPart = value2Array[1].toString(); //拿到小数部分
  173. if(floatPart.length == 1) { //补0,实际上用不着
  174. return intPartFormat + "." + floatPart + '0';
  175. } else {
  176. return intPartFormat + "." + floatPart;
  177. }
  178. } else {
  179. return intPartFormat + floatPart;
  180. }
  181. }
  182. },
  183. methods:{
  184. initData(e){
  185. this.orderID = e.orderID;
  186. this.payOrderId ='#'+e.orderID+'#';
  187. this.optionType = e.type;
  188. switch(e.type){
  189. case 'confirm':
  190. this.nvabarData.haveBack = false
  191. this.nvabarData.haveHome = true
  192. this.nvabarData.title = '支付'
  193. this.PayOrderOnLineSwitch()
  194. this.PayOrderCheckoutCounter(this.orderID)
  195. break;
  196. case 'payfirm':
  197. this.nvabarData.haveBack = true
  198. this.nvabarData.haveHome = false
  199. this.nvabarData.title = '选择支付方式'
  200. this.PayOrderOnLineSwitch()
  201. this.PayOrderCheckoutCounter(this.orderID)
  202. break;
  203. case 'onlinePay':
  204. this.invoiceStatus = true
  205. this.isPaySwitch = false
  206. this.nvabarData.haveBack = true
  207. this.nvabarData.haveHome = false
  208. this.nvabarData.title = '付款提示'
  209. this.payableAmount = e.Amount
  210. this.payBringTitle = '您已通过线下转账的方式支付了订单部分款项,剩余款项依然需要使用线下转账方式,给您带来的不便敬请谅解'
  211. break;
  212. }
  213. },
  214. PayOrderOnLineSwitch(){
  215. this.PayService.PayOrderOnLineSwitch().then(response=>{
  216. if(response.data === 0 ){
  217. this.isPaySwitch = true
  218. }else{
  219. this.isPaySwitch = false
  220. }
  221. }).catch(error =>{
  222. this.$util.msg(error.msg,2000)
  223. })
  224. },
  225. PayOrderCheckoutCounter(orderId){
  226. this.PayService.PayOrderCheckoutCounter({orderId:orderId}).then(response =>{
  227. let data = response.data.order
  228. this.payableAmount = data.payableAmount - data.receiptAmount //待付金额
  229. this.receiptStatus = data.receiptStatus
  230. this.onlinePayFlag = data.onlinePayFlag
  231. //判断线上线下显示
  232. if(this.optionType == 'onlinePay'){
  233. this.invoiceStatus = true
  234. }else{
  235. this.invoiceStatus = data.invoiceStatus
  236. }
  237. if(data.receiptAmount>0){
  238. this.payStatusText = '使用微信和企业网银支付全部金额后,供应商会在24小时后发货(周末、节假日顺延)。'
  239. this.isReceiptStatus = false
  240. }else{
  241. this.payStatusText = '使用微信和企业网银支付全部金额后,供应商会在24小时后发货(周末、节假日顺延)。若着急发货,可以选择使用线下转账进行付款。'
  242. this.isReceiptStatus = true
  243. }
  244. }).catch(error =>{
  245. this.$util.msg(error.msg,2000)
  246. })
  247. },
  248. goOrderCash(){
  249. if(this.invoiceStatus){
  250. this.$util.modal('','本次交易暂不支持线上支付开票,请使用线下转账的方式付款','知道了','',false,() =>{})
  251. this.payStatusText = '使用微信和企业网银支付全部金额后,供应商会在24小时后发货(周末、节假日顺延)。若着急发货,可以选择使用线下转账进行付款。'
  252. this.isReceiptStatus = true
  253. }else{
  254. switch(this.tabCurrentIndex){
  255. case 0:
  256. this.$api.navigateTo(`/pages/user/order/order-pay?type=0&orderID=${this.orderID}`)
  257. break;
  258. case 1:
  259. this.$api.navigateTo(`/pages/user/order/order-pay?type=1&orderID=${this.orderID}`)
  260. break;
  261. }
  262. }
  263. },
  264. tabClick(index) {//tab切换
  265. this.tabCurrentIndex = index;
  266. switch(index){
  267. case 0:
  268. this.btnColor="#09BB07"
  269. this.buttonText='使用微信支付';
  270. break;
  271. case 1:
  272. this.btnColor="#034582"
  273. this.buttonText='使用网银支付';
  274. break;
  275. }
  276. },
  277. hanldNavigateBack(){//页面返回
  278. uni.navigateBack({
  279. delta: 1
  280. });
  281. },
  282. showTips(){
  283. this.isShowTip=!this.isShowTip
  284. },
  285. clipboard(data) {
  286. thorui.getClipboardData(data, (res) => {
  287. if (res) {
  288. this.$util.msg("复制成功",2000,true,'success');
  289. } else {
  290. this.$util.msg("复制失败",2000,true,'none');
  291. }
  292. })
  293. },
  294. },
  295. onShow() {
  296. }
  297. }
  298. </script>
  299. <style lang="scss">
  300. page{
  301. height: auto !important;
  302. background-color: #FFFFFF;
  303. }
  304. .container-cash{
  305. width: 100%;
  306. .pay-bring-title{
  307. box-sizing: border-box;
  308. width: 100%;
  309. min-height: 96rpx;
  310. padding: 20rpx 24rpx;
  311. line-height: 48rpx;
  312. text-align: left;
  313. font-size: $font-size-24;
  314. background:rgba(255,234,221,1);
  315. color: $color-system;
  316. }
  317. .container-wrapper{
  318. width:662rpx;
  319. margin: 0 auto;
  320. .pay-title{
  321. font-size: $font-size-32;
  322. line-height: 44rpx;
  323. text-align: center;
  324. color: #2A86FF;
  325. margin: 40rpx 0 0 0;
  326. width: 100%;
  327. float: left;
  328. }
  329. .pay-content{
  330. width: 574rpx;
  331. height: 136rpx;
  332. padding: 52rpx 44rpx;
  333. background: url(https://img.caimei365.com/group1/M00/03/BD/Cmis218ekFyAHoAzAALhR3oBpDI049.png) no-repeat;
  334. background-size: cover;
  335. float: left;
  336. margin-top: 40rpx;
  337. margin-bottom: 40rpx;
  338. .pay-p{
  339. font-size: $font-size-26;
  340. color: #FFFFFF;
  341. line-height: 36rpx;
  342. }
  343. .pay-money{
  344. color: #FFFFFF;
  345. line-height: 84rpx;
  346. font-weight: bold;
  347. .pay-sm{
  348. font-size: $font-size-26;
  349. }
  350. .pay-bg{
  351. font-size: 50rpx;
  352. }
  353. }
  354. }
  355. .pay-check{
  356. width: 100%;
  357. height: auto;
  358. float: left;
  359. .check-title{
  360. width: 622rpx;
  361. height: 40rpx;
  362. line-height: 40rpx;
  363. padding: 0 20rpx;
  364. margin-top: 24rpx;
  365. .text{
  366. font-size: $font-size-28;
  367. color: $text-color;
  368. text-align: left;
  369. float: left;
  370. }
  371. .icon{
  372. width: 40rpx;
  373. height: 40rpx;
  374. border-radius: 50%;
  375. line-height: 40rpx;
  376. text-align: center;
  377. color: #FFFFFF;
  378. font-size: $font-size-24;
  379. background: radial-gradient(circle,rgba(225,86,22,1) 0%,rgba(255,170,0,1) 67%,rgba(249,185,156,1) 100%);
  380. float: right;
  381. }
  382. }
  383. .pay-checked{
  384. width: 100%;
  385. height: auto;
  386. .pay-item{
  387. width: 618rpx;
  388. height: 96rpx;
  389. border: 2px solid #F5F5F5;
  390. border-radius: 30rpx;
  391. padding: 20rpx;
  392. margin: 24rpx 0;
  393. display: flex;
  394. background-color: #FFFFFF;
  395. &.current{
  396. border-color:$color-system;
  397. .item-r{
  398. .icon-gougou{
  399. color: $color-system;
  400. }
  401. }
  402. }
  403. .item-l{
  404. flex: 8;
  405. .item-icon{
  406. width: 96rpx;
  407. height: 96rpx;
  408. float: left;
  409. text-align: center;
  410. line-height: 96rpx;
  411. margin-right: 20rpx;
  412. .iconfont{
  413. font-size:88rpx;
  414. }
  415. .icon-weixinzhifu{
  416. color: #09BB07;
  417. }
  418. .icon-yinlianzhifu{
  419. color: #034582;
  420. }
  421. }
  422. .item-texts{
  423. line-height: 96rpx;
  424. font-size:$font-size-26;
  425. color: $text-color;
  426. }
  427. .item-text{
  428. line-height: 48rpx;
  429. font-size:$font-size-26;
  430. .txt-p{
  431. color: $text-color;
  432. }
  433. .txt-t{
  434. color: #999999;
  435. }
  436. }
  437. }
  438. .item-r{
  439. flex: 2;
  440. text-align: right;
  441. line-height: 96rpx;
  442. .icon-gougou{
  443. font-size: 66rpx;
  444. color: #FFFFFF;
  445. }
  446. }
  447. }
  448. }
  449. }
  450. }
  451. .pay-button{
  452. width: 100%;
  453. float: left;
  454. margin-top:30rpx;
  455. .btn{
  456. width: 662rpx;
  457. height: 88rpx;
  458. border-radius: 44rpx;
  459. font-size: $font-size-28;
  460. line-height: 88rpx;
  461. color: #FFFFFF;
  462. margin: 0 auto;
  463. text-align: center;
  464. background:$btn-confirm;
  465. }
  466. }
  467. .pay-statustext{
  468. width: 100%;
  469. height: 120rpx;
  470. float: left;
  471. margin-top:40rpx;
  472. .pay-statustext-inner{
  473. width: 662rpx;
  474. height: 100%;
  475. margin: 0 auto;
  476. .pay-icon{
  477. width: 62rpx;
  478. height: 100%;
  479. float: left;
  480. text-align: center;
  481. .iconfont{
  482. color: #FF2A2A;
  483. font-size:$font-size-36;
  484. line-height: 20rpx;
  485. }
  486. }
  487. .pay-text{
  488. width: 560rpx;
  489. height: 100%;
  490. float: left;
  491. line-height: 40rpx;
  492. font-size: $font-size-26;
  493. color: #FF2A2A;
  494. text-align: justify;
  495. }
  496. }
  497. }
  498. .pay-bring{
  499. width: 100%;
  500. min-height: 190rpx;
  501. padding: 24rpx 0;
  502. background-color: #FFFFFF;
  503. box-shadow:0px 3px 6px rgba(0,0,0,0.16);
  504. position: fixed;
  505. bottom: 0;
  506. left: 0;
  507. border-radius: 30rpx 30rpx 0 0;
  508. display: flex;
  509. align-items: center;
  510. flex-direction: column;
  511. .pay-bring-line{
  512. display: flex;
  513. align-items: center;
  514. .line{
  515. display: inline-block;
  516. width: 48rpx;
  517. height: 2px;
  518. background-color: #707070;
  519. }
  520. }
  521. .pay-bring-content{
  522. width: 654rpx;
  523. height: auto;
  524. padding: 0 24rpx;
  525. .text{
  526. font-size: $font-size-24;
  527. color: #666;
  528. line-height: 44rpx;
  529. text-align: center;
  530. &.bg-color{
  531. color: $color-system;
  532. line-height: 88rpx;
  533. }
  534. }
  535. .text-v{
  536. font-size: $font-size-28;
  537. color: #999;
  538. line-height: 70rpx;
  539. text-align: left;
  540. &.title{
  541. font-size: $font-size-26;
  542. color: #666666;
  543. }
  544. &.bg-color{
  545. line-height: 44rpx;
  546. color: $color-system;
  547. }
  548. .clipboard{
  549. width: 84rpx;
  550. height: 36rpx;
  551. background:linear-gradient(34deg,rgba(255,41,41,1) 0%,rgba(255,109,27,1) 100%);
  552. text-align: center;
  553. font-size: $font-size-24;
  554. color: #FFFFFF;
  555. border-radius: 4rpx;
  556. line-height: 36rpx;
  557. display: inline-block;
  558. margin-left: 10rpx;
  559. }
  560. }
  561. }
  562. }
  563. .pay-bring-wrapper{
  564. width: 100%;
  565. padding: 24rpx 0;
  566. background-color: #FFFFFF;
  567. display: flex;
  568. align-items: center;
  569. flex-direction: column;
  570. .pay-bring-content{
  571. width: 654rpx;
  572. height: auto;
  573. padding: 0 24rpx;
  574. .text{
  575. font-size: $font-size-24;
  576. color: #666;
  577. line-height: 44rpx;
  578. text-align: center;
  579. &.bg-color{
  580. color: $color-system;
  581. line-height: 88rpx;
  582. }
  583. }
  584. .text-v{
  585. font-size: $font-size-28;
  586. color: #999;
  587. line-height: 70rpx;
  588. text-align: left;
  589. &.title{
  590. font-size: $font-size-28;
  591. color: #666666;
  592. }
  593. &.bg-color{
  594. line-height: 44rpx;
  595. color: $color-system;
  596. }
  597. .clipboard{
  598. width: 84rpx;
  599. height: 36rpx;
  600. background:linear-gradient(34deg,rgba(255,41,41,1) 0%,rgba(255,109,27,1) 100%);
  601. text-align: center;
  602. font-size: $font-size-24;
  603. color: #FFFFFF;
  604. border-radius: 4rpx;
  605. line-height: 36rpx;
  606. display: inline-block;
  607. margin-left: 10rpx;
  608. }
  609. }
  610. }
  611. }
  612. }
  613. .freight-alert{
  614. width: 100%;
  615. height: 100%;
  616. background: rgba(0,0,0,.5);
  617. position: fixed;
  618. top: 0;
  619. left: 0;
  620. z-index: 8888;
  621. transition: all 0.4s;
  622. &.none{
  623. display: none;
  624. }
  625. &.show{
  626. display: block;
  627. }
  628. .content{
  629. width: 422rpx;
  630. height:434rpx;
  631. position: absolute;
  632. background: $bg-color;
  633. left: 0;
  634. right: 0;
  635. bottom: 0;
  636. top: 0;
  637. margin: auto;
  638. padding: 20rpx 32rpx;
  639. border-radius: 12rpx;
  640. .title{
  641. width: 100%;
  642. height: 68rpx;
  643. line-height: 68rpx;
  644. font-size: $font-size-28;
  645. color: $text-color;
  646. text-align: center;
  647. position: relative;
  648. .icon-iconfontguanbi{
  649. width: 68rpx;
  650. height: 68rpx;
  651. text-align: center;
  652. line-height: 68rpx;
  653. position: absolute;
  654. right: 0;
  655. top: 0;
  656. font-size: $font-size-36;
  657. color: #999999;
  658. }
  659. }
  660. .text-content{
  661. width: 100%;
  662. height: auto;
  663. .text{
  664. padding: 20rpx 0;
  665. line-height: 44rpx;
  666. font-size: $font-size-26;
  667. color:#666666;
  668. text-align: justify;
  669. }
  670. .text-p{
  671. line-height: 44rpx;
  672. font-size: $font-size-26;
  673. color:$color-system;
  674. text-align: left;
  675. }
  676. }
  677. }
  678. }
  679. </style>