• 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
  • 3party
  • check.page.css
  • 图形验证码
    0e873979
    by ccbikai(👎🏻🍜)
    2017-03-06 14:54:22 +0800  
    Browse Files
check.page.css 311 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@import "layout/img-check";

.check-page {
    margin: 20px auto;
    width: 700px;

    .submit {
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 32px;
        color: #fff;
        background: #5cb85c;
        border-radius: 10px;
    }
}