@import './variables/default.scss';

.text-black {
  color: $color-black-1;
}

.text-placeholder {
  color: $color-text-placeholder;
}

.taro__modal .taro-modal__foot .taro-model__btn:last-child {
  color: $color-brand !important;
}

.weui-picker__action:last-child {
  color: $color-brand;
}
// input样式

.input-placeholder {
  color: $color-text-placeholder !important;
}

::placeholder {
  color: $color-text-placeholder !important;
}

::-webkit-input-placeholder {
  color: $color-text-placeholder !important;
}

::-moz-placeholder {
  color: $color-text-placeholder !important;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: $color-text-placeholder !important;
}

// textarea:disabled,
// textarea[disabled],
// input:disabled,
// input[disabled] {
//   -webkit-text-fill-color: #333 !important;
//   opacity: 1;
// }

.at-frozen {
  position: fixed;
  width: 100%;
}
