| | |
| | | <template> |
| | | <div class="wrapper"> |
| | | <van-nav-bar |
| | | :placeholder="true" |
| | | :safe-area-inset-top="true" |
| | | :title="$t('hj162')" |
| | | left-arrow |
| | | @click-left="$router.go(-1)" |
| | | > |
| | | </van-nav-bar> |
| | | <div> |
| | | <div class="box page-part transaction"> |
| | | <div class="box-contain clearfix"> |
| | | <cashList></cashList> |
| | | </div> |
| | | <!-- <div class="box page-part transaction"> --> |
| | | <div class="box-contain clearfix"> |
| | | <cashList></cashList> |
| | | </div> |
| | | <!-- </div> --> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | }; |
| | | </script> |
| | | <style lang="less" scoped> |
| | | /deep/ .van-nav-bar__content { |
| | | height: 65px; |
| | | } |
| | | /deep/ .van-nav-bar__title { |
| | | font-family: "DINPro"; |
| | | width: 100%; |
| | | height: 1.17333rem; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | font-style: normal; |
| | | font-weight: 500; |
| | | font-size: 0.48rem; |
| | | color: #14181f; |
| | | } |
| | | |
| | | .mint-header { |
| | | // background: #f4f4f4; |
| | | margin-bottom: 0.2rem; |