
.indicator[data-v-7073047a] {
  width: 200px;
  height: 80px;
  position: relative;
  background: #5cadff;
  text-align: center;
  display: inline-block;
  text-indent: 25px;
  color: #fff;
  font: 700 16px/80px 'Microsoft Yahei';
}
.indicator[data-v-7073047a]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 40px solid white;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.indicator[data-v-7073047a]::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 40px solid #5cadff;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.todoArrow[data-v-7073047a] {
  width: 60px;
  height: 60px;
  position: relative;
  background: #2d8cf0;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
}
.todoArrow[data-v-7073047a]::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 30px solid #2d8cf0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.todo-number[data-v-7073047a]{
  font: 700 24px 'Microsoft Yahei';
  text-align: center;
  cursor: pointer;
}
.todo-number-small[data-v-7073047a]{
  font: 700 18px 'Microsoft Yahei';
  text-align: center;
  cursor: pointer;
}
.small-head .ivu-card-head[data-v-7073047a] {
    padding: 5px;
}

