body {
    background-repeat: no-repeat;
}
.el-tabs__item{
    font-size: 15px;
}
@media screen and (min-width: 769px) {
    .Da-Div {
        max-height: 100vh;
        overflow-y: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
}

@media (max-width: 768px) {
    .Div_1 {
        min-width: 95vw !important;
    }
    #app {
        min-height: 100%;
        height: fit-content !important;
        width: fit-content !important;
    }
    
}

.Div_1_row0 {
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px
}

.Da-Div h1 {
    text-align: center;
    font-size: 60px;
    margin: 10px 0px;
}

.Div_1 {
    min-width: 80vw;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 50px
}

.Div_1_row1 {
    margin-bottom: 20px;
}

.Div_1_row1 span {
    font-size: 20px;
}

.shopid_input {
    width: 10rem;
}

.shopid_input:focus {
    outline-offset: 5px;
    background-color: #fff
}

.Div_1_row2 {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.el-table .warning-row {
    background: oldlace;
}

.el-table .success-row {
    background: #d2ffbb;
}

.el-table .el-table__body tr:hover td {
    /* 取消背景颜色变化，保持和其他行一致，或者自定义你希望的颜色 */
    background-color: inherit !important;
    /* 或者具体的颜色值，如 #fafafa */
    /* 其他样式调整，比如取消字体颜色变化等 */
}

.cell-mes {
    color: #ff7171;
}

.cell-success {
    color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}