| | |
| | | <template> |
| | | <div id="assetsHead"> |
| | | <van-nav-bar :border="false" :title="title" :left-arrow="showLeft" @click-left="onClickLeft"> |
| | | <template #left> |
| | | <div class="back-btn"> |
| | | <img src="@/assets/image/icon_back2.png" alt="" /> |
| | | </div> |
| | | </template> |
| | | |
| | | <template #right> |
| | | |
| | | <slot></slot> |
| | | </template> |
| | | </van-nav-bar> |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .back-btn { |
| | | width: 4rem; |
| | | height: 4rem; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | cursor: pointer; |
| | | |
| | | img { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | |
| | | :deep(.van-nav-bar) { |
| | | box-shadow: none !important; |
| | | border-bottom: none !important; |
| | | // background-color: $selectSymbol_background !important; |
| | | .van-nav-bar__content { |
| | | height: 96px; |
| | | height: 7.5rem; |
| | | } |
| | | |
| | | .van-nav-bar__left { |
| | | padding-left: 30px; |
| | | // padding-left: 1.875rem; |
| | | } |
| | | |
| | | .van-nav-bar-icon { |
| | |
| | | } |
| | | |
| | | .van-nav-bar__arrow { |
| | | font-size: 48px !important; |
| | | font-size: 6rem !important; |
| | | color: $dark-grey; |
| | | } |
| | | |
| | | .van-nav-bar__right{ |
| | | // margin-right: 30px !important; |
| | | } |
| | | |
| | | .van-nav-bar__title { |
| | | font-size: 36px; |
| | | font-weight: 400; |
| | | font-size: 3rem; |
| | | font-weight: 700; |
| | | color: $text_color; |
| | | max-width: 100% !important; |
| | | margin: 0 auto !important; |