@media screen and (weex-theme: colmo) {
  .dof-btn-highlight-primary-default:active {
    background-color: #ba644a;
  }
  .dof-btn-highlight-primary-base:active {
    background-color: #636569;
  }
  .dof-btn-highlight-primary-plain:active {
    background-color: transparent;
  }
  .dof-text-highlight-primary:active {
    color: #ba644a;
  }
  .btn-text {
    font-family: PingFangSC-Regular;
    color: rgba(255,255,255,0.80);
  }
  .loading-image {
    height: 40px;
    width: 40px;
  }
}