
.#{$prefix}text {
  color: $color-text !important
}
.#{$prefix}text-label {
  color: $color-text-label !important
}
.#{$prefix}text-weak {
  color: $color-text-weak !important
}
.#{$prefix}text-strong {
  color: $color-text-weight !important
}
.#{$prefix}text-primary {
  color: $color-text-primary !important
}
.#{$prefix}text-success {
  color: $color-text-success !important
}
.#{$prefix}text-danger {
  color: $color-text-error!important
}
.#{$prefix}text-warning {
  color: $color-text-warning !important
}
.#{$prefix}text-cost{
  color:$color-warning;
  font-size: $font-size-xxl;
  font-family: 'Microsoft Yahei','helvetica neue','hiragino sans gb';
}


.#{$prefix}bg-success {
  background-color: $color-success !important
}
.#{$prefix}bg-warning {
  background-color: $color-warning !important
}
.#{$prefix}bg-danger {
  background-color: $color-error !important
}
