• 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
  • common
  • _loading.css
  • 逛功能测试问题修改完毕
    eb4c7fad
    by 陈峰
    2016-09-14 18:13:03 +0800  
    Browse Directory »
_loading.css 220 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.load-more-info {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14PX;
    overflow: hidden;

    .status {
        &.hide {
            display: none;
        }
    }
}