• 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
  • cart
  • _pay-failure.css
  • some-css-modified
    d854c29f
    by 郭成尧
    2017-03-21 11:55:26 +0800  
    Browse Files
_pay-failure.css 516 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 21 22 23 24 25 26 27
.pay-back-page {
    font-family: helvetica, Arial, 黑体;

    .failure-order {
        margin-top: 140px;
        background-color: #fff;

        p {
            font-size: 37px;
            font-weight: normal;
            margin: 0;
            padding: 0;
            text-align: center;
        }
    }

    .failure-notice {
        text-align: center;
        color: #24acaa;
        display: block;
        padding: 17px 30px 10px 0;

        .iconfont {
            margin-right: 10px;
        }
    }
}