| | |
| | | <div id="assetsHead"> |
| | | <van-nav-bar :border="false" :title="title" :left-arrow="showLeft" @click-left="onClickLeft"> |
| | | <template #right> |
| | | |
| | | <slot></slot> |
| | | </template> |
| | | </van-nav-bar> |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | :deep(.van-nav-bar) { |
| | | // background-color: $selectSymbol_background !important; |
| | | background-color: $mainbgWhiteColor !important; |
| | | |
| | | // background-color: $mainbgWhiteColor !important; |
| | | .van-nav-bar__content { |
| | | height: 96px; |
| | | } |
| | |
| | | |
| | | .van-nav-bar__arrow { |
| | | font-size: 48px !important; |
| | | // color: $dark-grey; |
| | | color: $log-c; |
| | | color: #868D9A; |
| | | } |
| | | |
| | | .van-nav-bar__right{ |
| | | .van-nav-bar__right { |
| | | // margin-right: 30px !important; |
| | | } |
| | | |
| | | .van-nav-bar__title { |
| | | font-size: 36px; |
| | | font-weight: 400; |
| | | // color: $text_color; |
| | | color: $log-c; |
| | | max-width: 100% !important; |
| | | margin: 0 auto !important; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | } |