• 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
  • _app-update.css
  • some-css-modified
    a0f85407
    by 郭成尧
    2017-03-21 10:23:51 +0800  
    Browse Files
_app-update.css 430 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
.app-update {
    background: resolve("app-update.png");
    background-size: 100% 100%;
    width: 100%;
    height: height("app-update.png");

    button {
        position: absolute;
        left: 50%;
        bottom: 220px;
        height: 90px;
        width: 470px;
        margin-left: -235px;
        padding: 0;
        background: #444;
        color: #fff;
        font-size: 30px;
        border-radius: 10px;
    }
}