| | |
| | | left: 0; |
| | | width: 100%; |
| | | height: 76px; |
| | | background: url(/img/header-bg.png) no-repeat; |
| | | background: url(../../../public/img/header-bg.png) no-repeat; |
| | | background-size: auto 100%; |
| | | z-index: 1; |
| | | } |
| | | |
| | | .content { |
| | | position: absolute; |
| | | top: 0; |
| | |
| | | |
| | | .nav { |
| | | margin-left: 16px; |
| | | background: url(/img/select.png) no-repeat; |
| | | background: url(../../../public/img/select.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | | .nav.on { |
| | | background: url(/img/selected.png) no-repeat; |
| | | background: url(../../../public/img/selected.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |
| | |
| | | |
| | | .nav { |
| | | margin-right: 16px; |
| | | background: url(/img/right-select.png) no-repeat; |
| | | background: url(../../../public/img/right-select.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | | .nav.on { |
| | | background: url(/img/right-selected.png) no-repeat; |
| | | background: url(../../../public/img/right-selected.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |