数据分类的编辑功能

.stylewrap{

  max-height:180px;

  overflow-y: auto;

}

.plusBtn{

  font-size: 20px;

  color:$c-button;

  margin-bottom: 10px;

  margin-left: 0px;

}

.rightbox{

  width: 45px;

  margin-left: 5px;

  margin-right: 5px;

}

.minusBtn{

  height:20px;

  width:20px;

  font-size: 20px;

  color:$c-button;

  margin-bottom: 0px;

  margin-top: 5px;

}

.secretLevestar{

  position: absolute;

  top: -0em;

  left: -7em;

  color:#f56c6c;

  font-size:16px;

}

.ctips{

    position:absolute;

    bottom:-26px;

    left:0;

    color:#f56c6c;

}

.name-text{

  display: inline-block;

  width: 379px;

  height: 36px;

  line-height: 36px;

  overflow: hidden;

  text-overflow:ellipsis;

  white-space: nowrap;

  cursor: pointer;

}

你可能感兴趣的:(数据分类的编辑功能)