
@import '../base.scss';
@import '../index.scss';

.goods-selector{
    .ss-dialog__body{
        padding: 16px 0 0 0;
        overflow-y: hidden;
        max-height:none;
        height: 100%;
    }
    @media screen and (max-height:800px){
        .ss-dialog__body{
            height:650px;
        }
    }
    &-wrapper{
        display: flex;
        .goods-details-wrapper{
            width: 809px;
            padding: 0 24px 0 16px;
            .search-new-refresh{
                display: flex;
                justify-content:space-between;
                .new-refresh-wrapper{
                    display: flex;
                    cursor: pointer;
                    .refresh{
                        margin-left:16px;
                        color: #1472FF;
                        line-height: 32px;
                        img{
                            vertical-align: middle;
                            line-height: 32px;
                            width: 12px;
                            height: 12px;
                        }
                    }
                }

                
            }
            .page-wapper{
                margin: 2px;
                height: 48px;
                display:flex;
                justify-content: flex-end;
                align-items: center;
            }
            .confirm-cancel-wrapper{
                display: flex;
                justify-content: flex-end;
                align-items: center;
                margin-top: 14px;
                padding-bottom:24px;
                .goods-item-number{
                    margin-right: 16px;
                }
            }
        }
    }
}
