• This project
    • Loading...
  • Sign in

张泽世 / yohobuywap-node · Files

Go to a project

GitLab

  • Go to dashboard
  • 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
  • Merge branch 'release/1.0'
    0922db96
    by 徐祁xuqi
    2016-07-01 11:27:38 +0800  
    Browse Files
_bind.css 403 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.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;

    }
}