• 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
  • me
  • _my-guang.css
  • postcss的修改
    c33a5d82
    by 梁志锋
    2016-04-22 10:28:41 +0800  
    Browse Files
_my-guang.css 468 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
.my-guang-page {

    .null {
        height: 240px;
        width: 100%;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -120px;

        span {
            color: #b0b0b0;
            font-size: 24px;
            margin-top: 20px;
        }
    }

    .icon-null {
        width: 188px;
        height: 171px;
        background: url("/me/fav/fav-null.png");
        margin: 0 auto;
        margin-bottom: 30px;
    }
}