/**
 * @Author: Zhaoxiaoli
 * @Description: 功能设置css
 * @Version: v0.1.0
 * @Date: Created in 2018/4/25
 */
.general-item-list>.item>.item-head>.item-status.item-operate{
   /* width:115px;*/
    cursor:pointer;
}
.mask-btn{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.item.item-style > .item-head{
    margin-bottom:0;
}
.item.item-style > .item-head > .item-details{
    padding:5px 0;
}
.item.item-style > .item-head > .item-details > img{
    margin-right:5px;
    width:21px;
}
.item-status.item-operate .btn{
    border-radius:15px!important;
    width:80px;
    padding:0 10px;
    cursor:pointer;
}


/*  功能设置弹窗css  */
.feature-form .control-label{
    width:11em;
}
.feature-form .input-control{
    margin-left:11em;
}
.control-label.item-name {
    padding-right:0!important;
}
.control-label.unit{
    text-align:left!important;
    width:auto;
}