@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.week_box[data-v-8fc11690] {
  text-align: center;
}
.rule_name[data-v-8fc11690] {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}
.rule_name .input_box[data-v-8fc11690] {
  width: 300px;
  display: flex;
  align-items: center;
}
.rule_name .input_box .label[data-v-8fc11690] {
  position: relative;
  width: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
  padding-right: 12px;
}
.rule_name .input_box .label[data-v-8fc11690]::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  content: "*";
  color: red;
  font-size: 14px;
}
.rule_name .input_box input[data-v-8fc11690] {
  flex: 1;
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  padding-left: 12px;
}
.item_box[data-v-8fc11690] {
  border: 1px solid #f0f3f8;
  border-radius: 4px;
  margin: 12px 0;
}
.item_box .title[data-v-8fc11690] {
  height: 48px;
  background: #f0f3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.item_box .title .left_box[data-v-8fc11690] {
  display: flex;
  align-items: center;
}
.item_box .title .left_box img[data-v-8fc11690] {
  width: 32px;
  height: 32px;
  margin: 6px 12px 0 24px;
}
.item_box .title .left_box span[data-v-8fc11690] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.item_box .title .left_box .star[data-v-8fc11690] {
  color: #ff0000;
  font-size: 14px;
  margin-left: 4px;
}
.item_box .content[data-v-8fc11690] {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_box .content .font[data-v-8fc11690] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 13px;
  color: #606266;
  margin: 0 12px;
}
.item_box .content .history[data-v-8fc11690] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #2a47b0;
  margin-left: 17px;
  cursor: pointer;
}



















































































































































































































































































































































































































































/*
  每次设计图和之前的设计样式都不一样
  导致每次都要写样式去覆盖之前的
  搞的一团糟,从界面到代码都显得很low
*/
.history_popover_______ {
  padding: 0px !important;
.history_list {
    padding: 20px 0;
.history_item {
      padding: 0 24px;
      height: 48px;
      line-height: 48px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 400;
      font-size: 14px;
      color: #3d3d3d;
      cursor: pointer;
&:hover {
        background: rgba(42, 71, 176, 0.06);
        color: #2a47b0;
}
}
}
}

@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.week_box[data-v-4579ba1d] {
  text-align: center;
}
.rule_name[data-v-4579ba1d] {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}
.rule_name .input_box[data-v-4579ba1d] {
  width: 300px;
  display: flex;
  align-items: center;
}
.rule_name .input_box .label[data-v-4579ba1d] {
  position: relative;
  width: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
  padding-right: 12px;
}
.rule_name .input_box .label[data-v-4579ba1d]::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  content: "*";
  color: red;
  font-size: 14px;
}
.rule_name .input_box input[data-v-4579ba1d] {
  flex: 1;
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  padding-left: 12px;
}
.item_box[data-v-4579ba1d] {
  border: 1px solid #f0f3f8;
  border-radius: 4px;
  margin: 12px 0;
}
.item_box .title[data-v-4579ba1d] {
  height: 48px;
  background: #f0f3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.item_box .title .left_box[data-v-4579ba1d] {
  display: flex;
  align-items: center;
}
.item_box .title .left_box img[data-v-4579ba1d] {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 24px;
}
.item_box .title .left_box span[data-v-4579ba1d] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.item_box .title .left_box .star[data-v-4579ba1d] {
  color: #ff0000;
  font-size: 14px;
  margin-left: 4px;
}
.item_box .content[data-v-4579ba1d] {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_box .content .font[data-v-4579ba1d] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 13px;
  color: #606266;
  margin: 0 12px;
}
.item_box .content .history[data-v-4579ba1d] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #2a47b0;
  margin-left: 17px;
  cursor: pointer;
}
.msg[data-v-4579ba1d] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f8d071;
  margin-right: 24px;
}
























































































































































































































































































































































































































































































































































/*
  每次设计图和之前的设计样式都不一样
  导致每次都要写样式去覆盖之前的
  搞的一团糟,从界面到代码都显得很low
*/
.history_popover_______ {
  padding: 0px !important;
.history_list {
    padding: 20px 0;
.history_item {
      padding: 0 24px;
      height: 48px;
      line-height: 48px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 400;
      font-size: 14px;
      color: #3d3d3d;
      cursor: pointer;
&:hover {
        background: rgba(42, 71, 176, 0.06);
        color: #2a47b0;
}
}
}
}

@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.week_box[data-v-360190de] {
  text-align: center;
}
.rule_name[data-v-360190de] {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}
.rule_name .input_box[data-v-360190de] {
  width: 300px;
  display: flex;
  align-items: center;
}
.rule_name .input_box .label[data-v-360190de] {
  position: relative;
  width: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
  padding-right: 12px;
}
.rule_name .input_box .label[data-v-360190de]::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  content: "*";
  color: red;
  font-size: 14px;
}
.rule_name .input_box input[data-v-360190de] {
  flex: 1;
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  padding-left: 12px;
}
.item_box[data-v-360190de] {
  border: 1px solid #f0f3f8;
  border-radius: 4px;
  margin: 12px 0;
}
.item_box .title[data-v-360190de] {
  height: 48px;
  background: #f0f3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.item_box .title .left_box[data-v-360190de] {
  display: flex;
  align-items: center;
}
.item_box .title .left_box img[data-v-360190de] {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 24px;
  transform: translateY(6px);
}
.item_box .title .left_box span[data-v-360190de] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.item_box .title .left_box .star[data-v-360190de] {
  color: #ff0000;
  margin-left: 4px;
  line-height: 1;
}
.item_box .content[data-v-360190de] {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_box .content .font[data-v-360190de] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 13px;
  color: #606266;
  margin: 0 12px;
}
.item_box .content .history[data-v-360190de] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #2a47b0;
  margin-left: 17px;
  cursor: pointer;
}
.msg[data-v-360190de] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f8d071;
  margin-right: 24px;
}

























































































































































































































































































































































































































































































































































/*
  每次设计图和之前的设计样式都不一样
  导致每次都要写样式去覆盖之前的
  搞的一团糟,从界面到代码都显得很low
*/
.history_popover_______ {
  padding: 0px !important;
.history_list {
    padding: 20px 0;
.history_item {
      padding: 0 24px;
      height: 48px;
      line-height: 48px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 400;
      font-size: 14px;
      color: #3d3d3d;
      cursor: pointer;
&:hover {
        background: rgba(42, 71, 176, 0.06);
        color: #2a47b0;
}
}
}
}

@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.week_box[data-v-cf3c90cc] {
  text-align: center;
}
.rule_name[data-v-cf3c90cc] {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}
.rule_name .input_box[data-v-cf3c90cc] {
  width: 300px;
  display: flex;
  align-items: center;
}
.rule_name .input_box .label[data-v-cf3c90cc] {
  position: relative;
  width: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
  padding-right: 12px;
}
.rule_name .input_box .label[data-v-cf3c90cc]::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  content: "*";
  color: red;
  font-size: 14px;
}
.rule_name .input_box input[data-v-cf3c90cc] {
  flex: 1;
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  padding-left: 12px;
}
.item_box[data-v-cf3c90cc] {
  border: 1px solid #f0f3f8;
  border-radius: 4px;
  margin: 12px 0;
}
.item_box .title[data-v-cf3c90cc] {
  height: 48px;
  background: #f0f3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.item_box .title .left_box[data-v-cf3c90cc] {
  display: flex;
  align-items: center;
}
.item_box .title .left_box img[data-v-cf3c90cc] {
  width: 32px;
  height: 32px;
  margin: 0 12px 0 24px;
}
.item_box .title .left_box span[data-v-cf3c90cc] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.item_box .title .left_box .star[data-v-cf3c90cc] {
  color: #ff0000;
  font-size: 14px;
  margin-left: 4px;
}
.item_box .content[data-v-cf3c90cc] {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_box .content .font[data-v-cf3c90cc] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 13px;
  color: #606266;
  margin: 0 12px;
}
.item_box .content .history[data-v-cf3c90cc] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #2a47b0;
  margin-left: 17px;
  cursor: pointer;
}
.msg[data-v-cf3c90cc] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f8d071;
  margin-right: 24px;
}





















































































































































































































































































































































































































































/*
  每次设计图和之前的设计样式都不一样
  导致每次都要写样式去覆盖之前的
  搞的一团糟,从界面到代码都显得很low
*/
.history_popover_______ {
  padding: 0px !important;
.history_list {
    padding: 20px 0;
.history_item {
      padding: 0 24px;
      height: 48px;
      line-height: 48px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 400;
      font-size: 14px;
      color: #3d3d3d;
      cursor: pointer;
&:hover {
        background: rgba(42, 71, 176, 0.06);
        color: #2a47b0;
}
}
}
}

@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.week_box[data-v-2692a2d5] {
  text-align: center;
}
.rule_name[data-v-2692a2d5] {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}
.rule_name .input_box[data-v-2692a2d5] {
  width: 300px;
  display: flex;
  align-items: center;
}
.rule_name .input_box .label[data-v-2692a2d5] {
  position: relative;
  width: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: right;
  padding-right: 12px;
}
.rule_name .input_box .label[data-v-2692a2d5]::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  content: "*";
  color: red;
  font-size: 14px;
}
.rule_name .input_box input[data-v-2692a2d5] {
  flex: 1;
  height: 32px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  padding-left: 12px;
}
.item_box[data-v-2692a2d5] {
  border: 1px solid #f0f3f8;
  border-radius: 4px;
  margin: 12px 0;
}
.item_box .title[data-v-2692a2d5] {
  height: 48px;
  background: #f0f3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.item_box .title .left_box[data-v-2692a2d5] {
  display: flex;
  align-items: center;
}
.item_box .title .left_box img[data-v-2692a2d5] {
  width: 32px;
  height: 32px;
  margin: 6px 12px 0 24px;
}
.item_box .title .left_box span[data-v-2692a2d5] {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.item_box .title .left_box .star[data-v-2692a2d5] {
  color: #ff0000;
  font-size: 14px;
  margin-left: 4px;
}
.item_box .content[data-v-2692a2d5] {
  padding: 5px 0 5px 169px;
  display: flex;
  align-items: center;
}
.item_box .content span[data-v-2692a2d5] {
  margin-right: 12px;
}
.item_box .content .history[data-v-2692a2d5] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #2a47b0;
  margin-left: 17px;
  cursor: pointer;
}









































































































































































































































































































































































































































/*
  每次设计图和之前的设计样式都不一样
  导致每次都要写样式去覆盖之前的
  搞的一团糟,从界面到代码都显得很low
*/
.history_popover_______ {
  padding: 0px !important;
.history_list {
    padding: 20px 0;
.history_item {
      padding: 0 24px;
      height: 48px;
      line-height: 48px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 400;
      font-size: 14px;
      color: #3d3d3d;
      cursor: pointer;
&:hover {
        background: rgba(42, 71, 176, 0.06);
        color: #2a47b0;
}
}
}
}

@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.out_container[data-v-bf41126e] {
  width: 100%;
  height: calc(100vh - 104px);
  padding: 12px;
}
.out_container .container[data-v-bf41126e] {
  width: 100%;
  height: calc(100vh - 128px);
  background-color: #fff;
}
.select_box123[data-v-bf41126e] {
  padding: 24px 36px;
  display: flex;
  align-items: center;
}
.select_box123 .mr12[data-v-bf41126e] {
  margin-right: 12px;
}
.table_box[data-v-bf41126e] {
  padding: 0 44px 0 36px;
}
.table_box .channel_state2[data-v-bf41126e], .table_box .channel_state3[data-v-bf41126e] {
  display: flex;
  align-items: center;
}
.table_box .channel_state2 .dot[data-v-bf41126e], .table_box .channel_state3 .dot[data-v-bf41126e] {
  width: 6px;
  height: 6px;
  background: #00b578;
  border-radius: 50%;
}
.table_box .channel_state2 span[data-v-bf41126e], .table_box .channel_state3 span[data-v-bf41126e] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #00b578;
  margin-left: 4px;
}
.table_box .channel_state3 .dot[data-v-bf41126e] {
  background-color: #909399;
}
.table_box .channel_state3 span[data-v-bf41126e] {
  color: #909399;
}
.table_box .inner_table .rule_name[data-v-bf41126e] {
  display: flex;
  align-items: center;
}
.table_box .inner_table .rule_name .tag[data-v-bf41126e] {
  width: 44px;
  height: 20px;
  background: rgba(255, 143, 31, 0.1);
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #ff8f1f;
  margin-left: 4px;
}
