.editable_wrap{
    position: relative;
}
.editable_wrap .editBlock{
    position: absolute;
    top:10px;
    right:10px;
    width:100px;
    height:24px;
    z-index:999;
}
.editable_wrap .editData{
    display: inline-block;
    width:90px;
    height:24px;
    background: rgba(0, 153, 255, 0.75);
    text-align:center;
    border-radius:4px;
    cursor:pointer;
    position: relative;
}




.editable_wrap .editStyle{
    display: inline-block;
    width:90px;
    height:24px;
    background: rgba(0, 153, 255, 0.75);
    text-align:center;
    border-radius:4px;
    margin-left:20px;
    cursor:pointer;
}
.editable_wrap .editBlock span{
    display: inline-block;
    line-height:24px;
    font-size:14px;
    color:#fff;
    margin-left:5px;
}
.editable_wrap .editBlock i{
    display: inline-block;
    font-size:16px;
    color:#fff;
    position: relative;
    top:4px;

}



.editable_child.obvious,
.modify_title.obvious
{
    position: relative;
    cursor: url("../image/favicon01.ico"),auto !important;
    background: rgba(0,0,0,0.1);
}



.editable_wrap  .footerEle{
    width:100px;
    background: #eee;
    padding:10px;
    position: absolute;
    top:20px;
    left:-30px;
}
.editable_wrap .footerEle a{
    color:#333;
    line-height:20px;
    font-size:14px;
    height:20px;
    display: block;
}





.editable_wrap  .headerEle{
    width:120px;
    background: #eee;
    padding:10px;
    position: absolute;
    top:20px;
    left:-30px;
}
.editable_wrap .headerEle a{
    color:#333;
    line-height:20px;
    font-size:14px;
    height:20px;
    display: block;
}