[Style] Korea fish in desktop mode
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
<template>
|
||||
<div id="cfp" class="cfp cfp-background">
|
||||
<!-- CfpHeader id="cfp-header"/ -->
|
||||
<Intro id="cfp-intro"></Intro>
|
||||
|
||||
<div id="cfp-bg">
|
||||
<div class="korea-fish">
|
||||
<img class="radial" src="~@/assets/images/CFP/radial.svg" />
|
||||
<img class="ellipse" src="~@/assets/images/CFP/ellipse.svg" />
|
||||
<img class="sitcon-apple" src="~@/assets/images/CFP/sitcon-apple.svg" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- WTF = = -->
|
||||
<CfpHeader id="cfp-header" />
|
||||
<!--<Intro id="cfp-intro"></Intro>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -10,12 +17,12 @@
|
||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||
// components
|
||||
import CfpHeader from '@/components/CFP/Header.vue';
|
||||
import Intro from '@/components/CFP/Intro.vue';
|
||||
// import Intro from '@/components/CFP/Intro.vue';
|
||||
|
||||
@Component({
|
||||
components: {
|
||||
CfpHeader,
|
||||
Intro
|
||||
CfpHeader
|
||||
// Intro
|
||||
}
|
||||
})
|
||||
export default class CFP extends Vue {
|
||||
@@ -24,6 +31,6 @@ export default class CFP extends Vue {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
@import "@/assets/scss/CFP/bg";
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user