
.goods-spec[data-v-efe7e09c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}
.goods-spec .goods-spec-add[data-v-efe7e09c] {
    margin-right: 15px;
}
.goods-container .button-new-tag[data-v-efe7e09c] {
    height: 32px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.goods-container .input-new-tag[data-v-efe7e09c] {
    width: 90px;
    margin-right: 10px;
}
.goods-container .el-tag[data-v-efe7e09c] {
    margin-right: 10px;
}
.goods-container .goods-content[data-v-efe7e09c] {
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    background-color: #fcfcfc;
}
.goods-content .goods-content-box[data-v-efe7e09c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.goods-content-box .goods-content-left[data-v-efe7e09c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.goods-img[data-v-efe7e09c] {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    border: 1px solid #d9d9d9;
}
.goods-img .delete[data-v-efe7e09c] {
    position: absolute;
    right: 0px;
    top: 0px;
}
.goods-img img[data-v-efe7e09c] {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

