@import './tip.less';
@import './icon.less';
@import './inline-desc.less';

@import './cui/widget/cui_cell/cui_cell_global';
@import './cui/widget/cui_cell/cui_check';

.weui_cells_checkbox>label>* {
  pointer-events: none;
}

// .weui-cells_checkbox .weui-check:checked + .vux-checklist-icon-checked:before {
//   color: @checklist-icon-active-color;
// }
.vux-checklist-disabled {
  opacity: 0.5;
}

.vux-checklist-disabled .vux-checklist-icon-checked:before {
  // opacity: 0.5;
  display: none;
}

.weui_cells>a {
  color: #000;
}

.vux-checklist-label-left {
  flex-direction: row-reverse;
  .weui_cell_hd{
    padding-right: 0;
  }
  // .weui-cell__bd{
  //   flex: 1;
  // }
}

