fix: TODO#130846 各內頁加上 navbar (web 跑版)
| | |
| | | display: flex; |
| | | align-items: center; |
| | | position: fixed; |
| | | top: 52px; |
| | | top: $MOB_NAV_BAR; |
| | | left: 0; |
| | | width: 100%; |
| | | background-color: $PRIMARY_WHITE; |
| | |
| | | padding: 20px; |
| | | } |
| | | } |
| | | |
| | | @include desktop { |
| | | .pam-back-action-bar { |
| | | top: $DESKTOP_NAV_BAR; |
| | | } |
| | | } |
| | | </style> |
| | |
| | | margin: 30px 20px; |
| | | } |
| | | |
| | | @include desktop { |
| | | .pam-page-container { |
| | | width: 700px; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | .pam-banner__text{ |
| | | width: 700px; |
| | | position: static !important; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | } |
| | | |
| | | .pam-banner { |
| | | width: 100%; |
| | | height: 120px; |
| | |
| | | } |
| | | |
| | | .mt-navBar { |
| | | margin-top: 105px; |
| | | margin-top: calc($MOB_NAV_BAR * 2); |
| | | } |
| | | |
| | | @include desktop { |
| | | .mt-navBar { |
| | | margin-top: calc($DESKTOP_NAV_BAR + $MOB_NAV_BAR); |
| | | } |
| | | .pam-page-container { |
| | | width: 700px; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | .pam-banner__text{ |
| | | width: 700px; |
| | | position: static !important; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | .pam-banner__text { |
| | | font-size: 18px; |