/* ============================================
   进销存管理系统 - 基础站点样式
   配合Bootstrap和custom.css/admin.css使用
   ============================================ */

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

.navbar {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    overflow: visible !important;
    position: relative;
    z-index: 1000;
}

.navbar-collapse,
.navbar-nav,
.nav-item {
    height: 52px;
    max-height: 52px;
    overflow: visible !important;
}

.cart-preview-layer {
    display: none;
    position: fixed;
    width: 360px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    z-index: 2147483647;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

    .cart-preview-layer.show {
        display: block;
    }

.cart-preview-title {
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}

.cart-preview-list {
    max-height: 260px;
    overflow-y: auto;
}

.cart-preview-item {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

    .cart-preview-item:last-child {
        border-bottom: none;
    }

.cart-preview-name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.cart-preview-info {
    font-size: 13px;
    color: #333;
}
