• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · 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
  • yohoblk-wap
  • public
  • scss
  • common
  • _tip.css
  • base components
    bfc232df
    by 陈轩
    2016-07-18 20:02:00 +0800  
    Browse Files
_tip.css 414 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
.tip-box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 998;
    transform: translate(-50%, -50%);
    display: table;
    max-width: 90%;
    min-height: 100px;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;

    .tip {
        display: table-cell;
        vertical-align: middle;
    }
}