@import url("element-ui.css");
/* default */
:root[theme='theme1'] {
  /* 主色 */
  --color-primary: #0058FF;
  /* 成功色 */
  --color-success: #059669;
  /* 警告色 */
  --color-warning: #FAAD10;
  /* 危险色 */
  --color-danger: #F13939;
  /* 信息色 */
  --color-info: #8C8C8C;
  /* 提示文字颜色 */
  --color-text-tips: #606266;
  /* 菜单栏背景色 */
  --color-menu-bg: #fff;
  /* 菜单栏选中背景色 */
  --color-menu-active-bg: rgba(26, 87, 219, 0.8);
  /* 菜单栏hover背景色 */
  --color-menu-hover-bg: rgba(26, 87, 219, 0.6);
  /* 菜单栏文字颜色 */
  --color-menu-text: #2B2B2B;
  /* 菜单栏文字选中颜色 */
  --color-menu-text-active: #fff;
  --color-price-text: #f0142f;
  --color-discount-num: #F99600;
  --color-cash-num: #F0142F;
}
:root[theme='theme1'] .el-container:nth-child(2) {
  background: #f6f6fa;
}
:root[theme='theme1'] .el-container:nth-child(2) > .el-main {
  background: #fff;
  margin: 0.24rem;
  margin-top: calc(40px + 0.24rem);
  border-radius: 0.08rem;
  padding: 0.24rem;
}
:root[theme='theme1'] .el-container:nth-child(2) > .home-main {
  background: none;
  margin: 0;
  margin-top: 40px;
  padding: 0.24rem;
}
:root[theme='theme1'] .el-container:nth-child(2) > .home-main .statistics-box {
  padding-left: 0;
}
:root[theme='theme1'] .el-container:nth-child(2) > .home-main .product-list-box {
  padding-left: 0;
}
