• This project
    • Loading...
  • Sign in

fe / yohobuy-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuy-node
  • public
  • scss
  • common
  • _404.css
  • css 整理
    b8757b7a
    by 毕凯
    2016-06-08 16:27:56 +0800  
    Browse File »
_404.css 515 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 26 27
.wrapper-404 {
    padding: 80px 0;

    .main-error {
        width: 560px;
        height: 240px;
        margin: 0 auto;

        .text1 {
            font-size: 24px;
            margin-top: 60px;
            line-height: 24px;
        }

        .text2 {
            margin: 18px 0 10px;
            line-height: 12px;
        }

        .text3 a {
            text-decoration: none;
            color: #666;
            font-size: 12px;
            outline: none;
        }
    }
}