fix: TODO#130846 各內頁加上 navbar
| | |
| | | display: flex; |
| | | align-items: center; |
| | | position: fixed; |
| | | top: 0; |
| | | top: 52px; |
| | | left: 0; |
| | | width: 100%; |
| | | background-color: $PRIMARY_WHITE; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | background-color: $PRIMARY_WHITE; |
| | | z-index: 3; |
| | | z-index: 6; |
| | | |
| | | .pam-header__logo { |
| | | height: 30px; |
| | |
| | | <template> |
| | | <div class="pam-background"> |
| | | <UiGoToTop></UiGoToTop> |
| | | <NavBar></NavBar> |
| | | <BackActionBar></BackActionBar> |
| | | <div class="pam-banner" |
| | | :class="bannerClassName"> |
| | |
| | | } |
| | | |
| | | .mt-navBar { |
| | | margin-top: $MOB_NAV_BAR; |
| | | margin-top: 105px; |
| | | } |
| | | |
| | | |