|
|
@ -154,9 +154,11 @@ export default { |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.footer { |
|
|
.footer { |
|
|
box-shadow: $tab-nav-shadow; |
|
|
box-shadow: $tab-nav-shadow; |
|
|
position: relative; |
|
|
// position: relative; |
|
|
z-index: 5; |
|
|
// z-index: 5; |
|
|
background-color: #000; |
|
|
background-color: #000; |
|
|
|
|
|
min-height: 88rpx; |
|
|
|
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.router-link-active { |
|
|
.router-link-active { |
|
|
|