• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · 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-node
  • public
  • scss
  • common
  • _error.css
  • css 格式化
    740da569
    by ccbikai(👎🏻🍜)
    2017-02-22 16:52:15 +0800  
    Browse Files
_error.css 291 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
.err-page {
    .err-bg {
        position: fixed;
        height: 200px;
        width: 200px;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -100px;
        background: resolve("common/404.png") no-repeat;
        background-size: 100% 100%;
    }
}