/* +----------------------------------------------------------------------
/* | Static Plugin for ThinkAdmin
/* +----------------------------------------------------------------------
/* | 官方网站: https://thinkadmin.top
/* +----------------------------------------------------------------------
/* | 版权所有 2014~2023 Anyon<zoujingli@qq.com>
/* +----------------------------------------------------------------------
/* | 开源协议 ( https://mit-license.org )
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
/* +----------------------------------------------------------------------
/* | gitee 代码仓库：https://gitee.com/zoujingli/think-plugs-static
/* | github 代码仓库：https://github.com/zoujingli/think-plugs-static
/* +----------------------------------------------------------------------
/* | 自定义后台扩展样式，需要在加载 console.css 后载入
/* | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件
/* +---------------------------------------------------------------------- */

 
.expand_all {
    width:75%;
    padding-left:10px;
}
.expand_label {
    width:100px;
}

.red_width {
    width:55px;
    display:inline-block;
}

.el-divider--horizontal {
    margin:10px 0!important;
}

.desc_item_class {
    width:200px;
}

.product-list-items, .product-list-title{display:flex;}
.product-list-title-text, .product-list-title-desc, .product-list-body-desc{display:block;}
.product-list-body{padding:10px 0; margin-left:10px; width:100px; flex:1;}

.product-list-items{flex-direction:row; flex-wrap:nowrap; align-items:center; justify-content:center;}
.product-list-image{width:60px; height:60px; border-radius:60px; font-size:0;}
.product-list-title{flex-direction:row; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.product-list-title-text{font-size:14px; line-height:28px;}
.product-list-title-desc{font-size:12px; line-height:24px;width:75px;text-align:right;}
.product-list-body-desc{font-size:12px; line-height:24px;}

.el-calendar-table .el-calendar-day {
    height: 185px!important;
}
.el-calendar__title {
    font-size:16px;
    font-weight:600;
}
::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    background-color: #f5f5f5;
}

  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(206, 184, 184, 0.582);
    border-radius: 10px;
    background-color: #f5f5f5;
}

  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(206, 184, 184, 0.582);
    background-color: #dcf1dc;
}