Skip to content
  • This project
    • Loading...
  • Sign in

dev / lilejia-f2mb-pro

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lilejia-f2mb-pro
  • src
  • components
  • plugins
  • head.vue
  • joe's avatar
    临时保存 · 7c65a283
    7c65a283 Browse Directory
    joe committed 2019-08-14 21:09:06 +0800
head.vue 389 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<template>
  <div class="head-container">
    <div class="head-leap"></div>
  </div>
</template>
        

<style lang="scss" scoped>
.head-container {
  position: relative;
  height: 0px;
}

.head-leap {
  width: 750px;
  height: 231px;
  background: url(../../assets/imgs/head-leap.png);
  background-size: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
}
</style>