_edit.scss 2.43 KB
.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;
        overflow: hidden;
    }
}
.poseditimg{
    position: relative;
    width: 700px;
    height: 600px;
    img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .pos{
        position: absolute;
        z-index: 10;
        width: 220px;
        .pos-text{
            border:0 none;
            border-bottom:1px solid #ccc; 
        }
    }
}
.btn.info{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.floatnav{
    padding: 0;
    position: fixed;
    right: 20px;
    top: 20%;
    z-index: 999;

    li {
        width: 150px;
        line-height: 40px;
        
        a {
            position: relative;
            padding: 0 0 0 10px;
            display: block;
            height: 100%;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            background-color: #f2dede;
            border: 1px solid #ebccd1;
            color: #a94442;
        }

        .required-icon {
            position: absolute;
            top: 12px;
            bottom: 12px;
            left: 5px;
            width: 3px;
            background: red;
        }
    }


    .sub-floatnav {
        padding: 0;
        a {
            padding: 0 0 0 20px;
            background: #fff;

            .required-icon {
                left: 15px;
            }
        }

    }
}


.netsale-position {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index:-1;
}