| | |
| | | import ScreenTitle from './components/screen-title/index.vue'; |
| | | import ScreenWrapper from './components/screen-wrapper/index.vue'; |
| | | |
| | | |
| | | export default { |
| | | name: 'App', |
| | | components: { |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .screen-container { |
| | | user-select: none; |
| | | -webkit-user-select: none; |
| | | } |
| | | .screen { |
| | | background: url('../../assets/images/screen/pageBg1.jpg') !important; |
| | | background: url('../../assets/images/screen/pageBg2.png') !important; |
| | | background-size: cover !important; |
| | | background-repeat: no-repeat !important; |
| | | background-position: center center !important; |
| | | } |
| | | |
| | | </style> |