|
@@ -1,5 +1,7 @@
|
|
<template>
|
|
<template>
|
|
- <div id="header" />
|
|
|
|
|
|
+ <div id="header" >
|
|
|
|
+ <img class="logo" src="@/assets/images/logo.png" alt="">
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
export default {
|
|
export default {
|
|
@@ -18,6 +20,14 @@
|
|
background-image: url('@/assets/images/header.png');
|
|
background-image: url('@/assets/images/header.png');
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
|
+ position: relative;
|
|
|
|
+ .logo{
|
|
|
|
+ display: block;
|
|
|
|
+ height: 4vh;
|
|
|
|
+ margin-left:20px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top:0.35vh ;
|
|
|
|
+ }
|
|
.head-font{
|
|
.head-font{
|
|
height: 23.6vh;
|
|
height: 23.6vh;
|
|
line-height: 11vh;
|
|
line-height: 11vh;
|