
/*******拖动样式******/
[ng-drag].drag-over {
    border: solid 5px #27c24c;
    z-index: 9999999;
}

[ng-drag].dragging {
    opacity: 0.5;
    border: solid 1px red;
    z-index: 99999999;
}

[ng-drop] {

}

[ng-drop].drag-enter {
    border: solid 0px;
    background: rgba(92,184,92,0.5);
}

/*****条形码容器样式****************/
.bar-code{
    text-align: center;
}

.lo-order-box-c1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lo-order-box-c1 img{
    width: 200px;
    height: auto;
    margin:10px 0px 10px 10px;
    border-radius: 5px;
}

.lo-order-box-c1 .close{
    color: #d9534f;
    font-weight: 400;
    opacity: 1;
    text-shadow:none !important;
}
.lo-order-box-c1 .al1{
    width: 5rem;
}
.lo-order-box-c1 span{
    justify-content: center;
    align-items: center;
    display: flex;
}
