| | |
| | | <template> |
| | | <div class="Footer" :class="{ isBlack: isBlack }"> |
| | | <div class="Footer"> |
| | | <!-- <div class="left"> |
| | | © 2009-2019 smartai.com 版权所有 ICP证:45456566 公网安备 436435455号 |
| | | </div> |
| | |
| | | props: { |
| | | isBlack: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | default: false |
| | | } |
| | | }, |
| | | methods: { |
| | | jump() { |
| | | window.open("http://www.smartai.com/about"); |
| | | window.open("http://www.smartai.com/about") |
| | | }, |
| | | jump2() { |
| | | window.open("http://www.smartai.com/consult"); |
| | | }, |
| | | }, |
| | | }; |
| | | window.open("http://www.smartai.com/consult") |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | box-sizing: border-box; |
| | | padding: 26px 20px; |
| | | height: 100px; |
| | | // padding: 26px 20px; |
| | | height: 10px; |
| | | min-width: 1280px; |
| | | background: #f3f5f8; |
| | | |