xiangpei
2024-07-26 7feb1632bc81fee2c8d4524f967b4ee0b63ca8d4
src/views/screen/index.vue
@@ -12,6 +12,7 @@
import ScreenTitle from './components/screen-title/index.vue';
import ScreenWrapper from './components/screen-wrapper/index.vue';
export default {
  name: 'App',
  components: {
@@ -29,10 +30,16 @@
</script>
<style lang="scss" scoped>
.screen {
  background: url('../../assets/images/screen/pageBg1.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
.screen-container {
  user-select: none;
  -webkit-user-select: none;
}
</style>
.screen {
  background-color: #033c76 !important;
  //background: url('../../assets/images/screen/pageBg1.jpg') !important;
  //background-size: cover !important;
  //background-repeat: no-repeat !important;
  //background-position: center center !important;
}
</style>