• 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.scss
  • complete
    fa5d4e89
    by 陈峰
    2018-08-20 17:54:40 +0800  
    Browse Files
bind.scss 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: url("img/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;
    }
}