order-payment.vue 19 KB

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