expertVideo.less 6.91 KB
ul,dl,li,dt,dd {
  margin:0; padding:0; list-style: none;
}
span {
  float: none;
}
body{
  background: white;
}


.modalWrap{
  :global(.am-modal-content){
    background: none;
  }
}
.splitline {
  width: 100%;
  height: .1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1041;
}
.e_wrap {
  background: #fff; overflow: hidden;
  .title {
    position: relative;
    text-align: center;
    color:#333;
    font-size: .18rem;
    line-height: .54rem;
    border-bottom:1px solid #F8F8F8;
    .btn_chooseClient {
      position: absolute; width: .86rem; height: .32rem;
      left: .11rem; top: .10rem;
      border: 1px solid #FF9D5C;
      color:#FF9D5C;
      font-size: .15rem;
      line-height: .32rem;
      border-radius: .04rem;
      box-sizing: border-box;
    }
    .btn_close {
      position: absolute;
      right: .18rem; top: .2rem;
      width: .14rem; height: .14rem;
      background: url('../../assets/image/icon_close.png') no-repeat; background-size: 100%;
    }
  }
  .btn_chooseClient1{
    width: 3rem; height: .4rem; border: 1px solid #FF9D5C; text-align: center;
    line-height: .4rem; margin: .2rem auto; border-radius: .2rem; color:#fff; background:#FF9D5C;
  }
  .clientInfo {
    margin-top: .1rem;
    padding: 0 .11rem;
    box-sizing: border-box;
    color:#101010;
    li{
      display: flex;
      justify-content: space-between;
      line-height: .3rem;
      padding-bottom: .2rem; font-size: .17rem;
      span {
        margin-right: 0;
      }
      .sex{
        color: #666;
        display:flex;
        font-size: .15rem;
        i{
          display:block;
          width: .6rem; height: .3rem;
          border: 1px solid #F0F0F1;
          text-align: center;
          font-style: normal; border-radius: .04rem;
          margin-left: .08rem;
          box-sizing: border-box;
        }
        :global(.on){
          color:#FF5167;
          border-color:#FF5167;
        }
      }
      :global(.am-list-item .am-input-label){
        font-size: .17rem;
      }
      .choose {
        width: 1.5rem; height: .3rem;
        border: 1px solid #F0F0F1;
        font-size: .15rem;
        border-radius: .04rem;
        text-align: left; padding-left:.1rem;
        color:#999; box-sizing: border-box;
        span{
          float:left; width: 1.1rem; overflow: hidden;
          text-overflow: ellipsis; white-space: nowrap;
        }
        &:after{
          float:right;
          width: .12rem; height: .1rem;
          margin-top: .11rem; margin-right: .1rem;
          background: url('../../assets/image/icon_arrowDown.png') no-repeat;
          content:''; background-size: 100%;
        }
      }
    }
    .e_phoneNum {
      width: 100%; padding-left:0;
      :global(.am-list-line){
        padding-right:0;
        justify-content: space-between;
      }
      :global(.am-input-control){
        width: 1.5rem; height: .3rem;
        border: 1px solid #F0F0F1;
        border-radius: .04rem;
        flex-grow: 0;
        flex-basis: auto;
        input { padding: 0 .1rem; font-size: .15rem;}
      }
    }
  }
  .btn_submit {
    width: 3.5rem; height: 1.16rem;
    background:url('../../assets/image/btn_submit.png') no-repeat; background-size: 100%;
    margin: 0 auto;
  }
}


.line {
  height: .04rem;
  background:linear-gradient(133deg, rgba(255, 197, 159, 1) 0%, rgba(255, 157, 91, 1) 100%);
  border-radius:5px 5px 0px 0px;
  overflow: hidden;
}

.c_wrap{
  position: relative;
  height: 100%;
  background: white;
  .listWrap{
    position: relative;
    height: 100%;
    .indexList{
      position: absolute;
      right: .09rem;
      top: .7rem;
      li{
        color:#666; font-size: .1rem;
        line-height: .2rem;
        width: .2rem;
        height: .2rem;
      }
    }

    .search{
      padding: .1rem .17rem;
      padding-bottom:0;
      input {
        box-sizing: border-box;
        width: 100%; border: none;
        border-radius: .16rem;
        background:#F4F4F4;
        height: .32rem; line-height: .32rem;
        padding:0; padding-left: .42rem;
        font-size: .14rem;
      }
    }
    .subTip {
      color:#101010; font-size: .15rem; line-height: .48rem;
      text-align: left; margin-left: .11rem;
      i{
        color:#B6B6B6; font-style: normal;
      }
    }
    .scrollListWrap{
      height:5.2rem;
      overflow-y: auto;
    }

    @media only screen and (device-width: 414px) and (device-height: 896px) {
      .scrollListWrap {
        height: 6.8rem;
      }
    }

    @media only screen and (device-width: 375px) and (device-height: 812px) {
      .scrollListWrap {
        height: 6.6rem;
      }
    }
    .list {
      position: relative;
      text-align: left;
      dt{
        background:#F8F8F8;
        line-height: .3rem;
        padding-left:.11rem;
        box-sizing: border-box;
        color:#ABABAB; font-size: .13rem;
      }
      dd{
        line-height: .5rem;
        padding-left:.11rem;
        font-size: .15rem;
        background:#fff;
        color:#101010;
        p{
          display:flex;
          margin:0;
          justify-content: space-between;
        }
        span{
          margin-right: 0;
          float:none;
        }
        &:before{
          display:block;
          border-top:1px solid #F8F8F8;
          content:''; overflow: hidden;
        }
        .time{
          margin-right: .3rem;
        }

        :global(.name){
          position: relative;
          padding-left: .3rem;
          &:before{
            position: absolute;
            left:0; top: .15rem;
            content:''; width: .2rem; height: .2rem;
            background: url('../../assets/image/icon_unChosen.png') no-repeat;
            background-size:100%;
          }
        }
      }
      :global(.on) {
        :global(.name) {
          &:before{
            background: url('../../assets/image/icon_chosen.png') no-repeat;
            background-size:100%;
          }

        }
      }
      dd:first-of-type {
        &:before{display:none;}
      }
    }
  }
  .clientItem {
    display: flex;
    justify-content: space-between;
    padding-left: .1rem;
    :global(.name) {
      position: relative;
      padding-left: .3rem;

      &:before {
        position: absolute;
        left: 0;
        top: .15rem;
        content: '';
        width: .2rem;
        height: .2rem;
        background: url('../../assets/image/icon_unChosen.png') no-repeat;
        background-size: 100%;
      }
    }
    .time {
      margin-right: .3rem;
    }
  }
  :global(.on) {
    :global(.name) {
      &:before {
        background: url('../../assets/image/icon_chosen.png') no-repeat;
        background-size: 100%;
      }

    }
  }
  .btn_confirm {
    overflow: hidden;
    span {
      float: right;
      width: .75rem;
      height: .4rem;
      background: #FF9D5C;
      text-align: center;
      line-height: .4rem;
      border-radius: .04rem;
      color: #fff;
      margin-top: .09rem;
      margin-right: .11rem;
    }
  }
}