• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • static
  • sass
  • index
  • _error.css
  • postcss的修改
    c33a5d82
    by 梁志锋
    2016-04-22 10:28:41 +0800  
    Browse Files
_error.css 236 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
.err-page .err-bg {
    position: fixed;
    height: 200px;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    background: resolve('404.png') no-repeat;
    background-size: 100% 100%;
}