/*
 * Author: Hexinyan
 * Date Created: 2026-05-11 23:34:15
 * Modified By: Hexinyan
 * Last Modified: 2026-05-18 22:25:43
 * Description: common.less
 */

/* common */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.header {
    line-height: 70px;
    background-color: #304877;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.navigation {
    height: 100vh;
}
.main {
    height: 100vh;
    padding-bottom: 80px;
}
.operation-bar, .table {
    margin-top: 20px;
}
.el-dialog__body {
    padding: 10px 20px 20px;
}
#container {
    height: 100vh;
    overflow: hidden;
}
.image-preview-full {
    width: 100%;
}
.table-image {
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.image-format-tip {
    margin: 18px 0 0 0;
}
.pagination {
    margin-top: 15px;
    float: right;
}

/* basic-settings */

.settings-image {
    width: 345px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-top: 10px;
}
.image-format-alert {
    width: 475px;
    margin: 20px 0 10px 0;
}
.settings-form .el-form-item {
    margin-bottom: 0;
}

/* activity-manage */

.activity-image-preview {
    width: 690px;
    height: 230px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-top: 18px;
}
.search-product {
    width: 460px;
}

/* carousel-manage */

.carousel-preview {
    width: 187.5px;
    height: 277px;
    margin-bottom: 18px;
    cursor: pointer;
}
.upload-carousel-title {
    display: block;
    margin-bottom: 18px;
    font-weight: 500;
}
.search-item {
    display: flex;
    align-items: center;
}
.search-item-type {
    margin-left: 15px;
}
.carousel-form {
    margin-top: 18px;
}
.sorting-weight .el-input {
    width: 70px;
}
.sorting-weight input {
    text-align: center;
}

/* order-manage */

.sub-order-title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #303133;
}
.order-query-tip {
    margin-bottom: 15px;
}
.track-number {
    width: 300px;
}
.shipment {
    margin-top: 15px;
}

/* product-manage */

.product-form {
    margin-top: 20px;
}
.carousel-upload, .detail-upload {
    margin-top: 10px;
}
.product-title {
    width: 1000px;
}
.product-title-length {
    display: inline-block;
    margin-left: 10px;
}
.product-title-exceed {
    color: red;
}
.sku-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.product-sku-image {
    width: 34px;
    height: 34px;
}
.sku-upload-icon {
    font-size: 16px;
    color: #8c939d;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.border-solid {
    border: 1px solid #d9d9d9;
}
.carousel-preview, .detail-preview {
    width: 150px;
    height: 150px;
    border-radius: 6px;
    cursor: pointer;
    margin: 8px 10px 0 0;
    border: 1px solid #d9d9d9;
}

/* member-manage */

#import-template {
    display: none;
}