help.less 678 Bytes
/**
 * name : zzf
 * info : 
 */

.menu {
    float: left;
    width: 105px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: inline-block;
    zoom: 1;
    *display:inline;
    li {
      border-bottom: 1px solid #eee;
      height: 35px;
      line-height: 35px;
      text-align: center;
      background: #f9f9f9;
      a {
        color: #666;
      }
    }
    li.on {
      background: #23ac38;
      a {
        color: #fff;
      }
    }
}
.help-cont {
  margin-left: 150px;
  text-align: left;
  line-height: 30px;
  color: #999;
  h5 {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
  }
}