|
|
@ -59,7 +59,6 @@ export default { |
|
|
|
bottom: 17px; |
|
|
|
left: 20px; |
|
|
|
z-index: 11; |
|
|
|
// background-color: #021941 !important; |
|
|
|
height: 90px; |
|
|
|
min-height: 90px; |
|
|
|
padding: 0; |
|
|
@ -73,9 +72,7 @@ export default { |
|
|
|
font-size: 18px; |
|
|
|
position: relative; |
|
|
|
cursor: default; |
|
|
|
// background: #021941 ; |
|
|
|
// border: 1px solid #113d72; |
|
|
|
background: url('../../../assets/images/warehouse_tab_bg.png') no-repeat; |
|
|
|
background: url('~@/assets/images/warehouse_tab_bg.png') no-repeat; |
|
|
|
&::before{ |
|
|
|
content: ''; |
|
|
|
width: 72px; |
|
|
@ -85,21 +82,21 @@ export default { |
|
|
|
top: 20px; |
|
|
|
} |
|
|
|
&:first-child::before{ |
|
|
|
background: url('../../../assets/images/tab_fullview_logo.png') no-repeat; |
|
|
|
background: url('~@/assets/images/tab_fullview_logo.png') no-repeat; |
|
|
|
} |
|
|
|
&:nth-child(2)::before{ |
|
|
|
background: url('../../../assets/images/tab_archives_logo.png') no-repeat; |
|
|
|
background: url('~@/assets/images/tab_archives_logo.png') no-repeat; |
|
|
|
} |
|
|
|
&:nth-child(3)::before{ |
|
|
|
background: url('../../../assets/images/tab_collate_logo.png') no-repeat; |
|
|
|
background: url('~@/assets/images/tab_collate_logo.png') no-repeat; |
|
|
|
} |
|
|
|
&:nth-child(4)::before{ |
|
|
|
background: url('../../../assets/images/tab_read_logo.png') no-repeat; |
|
|
|
background: url('~@/assets/images/tab_read_logo.png') no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
.active-nav{ |
|
|
|
color: #fff; |
|
|
|
background: url('../../../assets/images/warehouse_tab_active.png') no-repeat; |
|
|
|
background: url('~@/assets/images/warehouse_tab_active.png') no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|