@media screen and (weex-theme: colmo) {
  .middle {
    /* min-height: 104px; */
  }
  .cell-title-text {
    color: rgba(255,255,255,0.8);
    /* line-height: 32px; */
  }
  .dof-cell-highlight:active {
    background-color: #44464b;
  }
  .right {
    padding-right: 32px;
  }
  .right-text {
    font-size: 32px;
    color: rgba(255,255,255,0.4);
  }
  .right-tip-text {
    font-size: 32px;
  }
  .arrow-wrapper {
    padding-left: 0px;
  }
  .cell-desc-wrapper {
    margin-top: 14px;
  }
  .cell-desc-text {
    /* line-height: 24px; */
    color: rgba(255,255,255,0.40);
  }
}