@import './Text/index.less';
@color: rgb(0, 129, 233);

.am-item-clickable-active {
  opacity: .7;
}

.am-segmented .am-tabs-bar {
  margin: .26rem;
}

.am-segmented .am-tabs-bar .am-tabs-ink-bar {
  display: none;
  height: 0;
}

.am-segmented .am-tabs-bar .am-tabs-tab {
  &:nth-of-type(2){
    border-radius: .1rem 0 0 .1rem;
  }
  &:last-child{
    border-right-width: 1px;
    border-radius: 0 .1rem .1rem 0;
  }

  height: .54rem;
  line-height: .54rem;
  box-sizing: content-box;
  border: 1px solid @color;
  border-right-width: 0;
  background-color: #fff;
  color: @color;
  &.am-tabs-tab-active {
    background-color: @color;
    color: #fff;
  }
}

.am-list-view-scrollview .am-list-body {
  border-top: none;
  &:after {
    border-bottom: none;
  }
}

.am-list-view-scrollview .am-list-item {
  padding-left: 0;
}

// modal
.am-standalone-modal.am-modal-wrap {
  position: static!important;
}

.am-standalone-modal .am-modal {
  width: 5.4rem;
  height: auto;
}

.am-standalone-modal .am-modal .am-modal-content {
  border-radius: .14rem;
  height: auto;
  padding-top: .3rem;
}

.am-standalone-modal .am-modal .am-modal-content .am-modal-body {
  padding: 0 .3rem .3rem;
}

.am-standalone-modal .am-modal-content {
  border: 1px solid #e9e9e9!important;
}
