• 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
  • passport
  • _bind.css
  • css 格式化
    740da569
    by ccbikai(👎🏻🍜)
    2017-02-22 16:52:15 +0800  
    Browse Files
_bind.css 400 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.bind-page {
    .bind-tip {
        color: #fff;
        font-size: 15PX;
    }

    #yohood {
        background-image: resolve("common/yohood.png");
        background-size: 40%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position-x: 10%;
        background-position-y: 40%;
        border: none;
        border-bottom: 4PX solid #fff;
    }
}