@media screen and (weex-theme: colmo) {
  .btnGap {
    background-color: transparent;
  }
  .midea-actionsheet-btn {
    background-color: #292c30;
    color: rgba(255,255,255,0.80);
    line-height: 100px;
    text-align: center;
    flex: 1; /* add by lau resolve bottom button */
  }
  
}