• This project
    • Loading...
  • Sign in

fe / yohobuy-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuy-node
  • public
  • scss
  • _path-nav.css
  • guang index page
    99d400f2
    by 刘传洋
    2016-09-07 09:32:58 +0800  
    Browse Files
_path-nav.css 314 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
.path-nav {
    font-size: 12px;
    padding: 15px 0;
    height: 18px;
    line-height: 18px;
    /*border-bottom: 1px solid #eaeceb;*/
    /*margin-bottom: 15px;*/
    color: #666;

    a {
        color: #666;
    }

    .iconfont {
        font-size: 12px;
    }

    .last {
        font-weight: bold;
    }
}