@import './variable/index.less';
@import './common/tap.less';
@import './cui/widget/cui_cell/cui_cell_global.less';
@import './inline-desc.less';
.weui_cell_bd__start {
  display: flex;
  align-items: flex-start!important;
}

.weui_cell_bd > p {
  color: @cell-body-label-color;
}
.with_arrow:after {
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  height: 16/@w2;
  width: 16/@w2;
  border-width: 1px 1px 0 0;
  border-color: #a0a0a0;
  border-style: solid;
  position: relative;
  top: -1px;
  margin-left: .3em;
}
