Authored by yyq

path nav

  1 +.path-nav {
  2 + font-size: 12px;
  3 + padding: 15px 0;
  4 + height: 18px;
  5 + line-height: 18px;
  6 + color: #666;
  7 +
  8 + a {
  9 + color: #666;
  10 + }
  11 +
  12 + .iconfont {
  13 + font-size: 12px;
  14 + }
  15 +
  16 + .last {
  17 + font-weight: bold;
  18 + }
  19 +}