_edit.scss 996 Bytes
.panel-default .panel-heading {
    border-top: 1px solid #e7e7e7;
}

.red {
    color: red;
    font-family: bold;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 0 !important;
}

.form-group .control-label {
    margin-top: 3px;
}
.smalltxt{
    width:20px;
    border:0 none;
    border-bottom:1px solid #ccc;
}
.tao-noborder{
    border:0 none;
    background-color:transparent;
}
.tao-border{
    border:1px solid #ccc;
}


.cover-image-list {
    li {
        float: left;
        width: auto;
        height: auto;
        border: none;
    }

    .btn {
        padding: 2px 5px;
    }

    .goods-img {
        margin: 0 auto;
        border: 2px dashed #CCC;
    }

    input[type="file"] {
        width: 100%;
        height: 100%;
    }
}

.goods-img {
    position: relative;
    width: 110px;
    height: 150px;
    

    .fileinput-button-icon {
        width: 100%;
        height: 100%;
        line-height: 150px;
    }
}