jiangping
2024-09-27 04b4bddaac0a222760113899568d20b45af701f4
wechat_staff/pages/kefu/select.less
@@ -16,7 +16,6 @@
    align-items: center;
    font-size: 32rpx;
    color: #555555;
    margin-right: 60rpx;
    .name{}
    .border{
      width: 40rpx;
@@ -55,36 +54,62 @@
      width: 100%;
    }
    .icon{
      width: 26rpx;
      width: 28rpx;
      height: 28rpx;
      margin-top: 4rpx;
      margin-right: 16rpx;
      margin-right: 14rpx;
    }
  }
  .kehu{
    width: 48rpx;
    height: 48rpx;
    margin-left: 30rpx;
  }
}
.list{
  padding: 0 40rpx;
  height: calc( 100vh - 188rpx );
  padding: 0 40rpx 160rpx;
  background-color: #fff;
  .line{
    display: flex;
    align-items: center;
    height: 148rpx;
  .item{
    border-bottom: 1rpx solid #e5e5e5;
    padding: 30rpx 0 20rpx;
    .item_content{
      display: flex;
    }
    .checked_wrap{
      display: flex;
      align-items: center;
    }
    &:nth-last-child(1){
      border: none;
    }
    .line{
      display: flex;
      font-size: 26rpx;
      .label{
        color: #999999;
        margin-right: 20rpx;
      }
      .val{
        color: #333333;
        width: 420rpx;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    }
    .source{
      margin-top: 12rpx;
    }
    .icon{
      width: 40rpx;
      height: 40rpx;
      margin-right: 30rpx;
    }
    .avatar{
      width: 88rpx;
      height: 88rpx;
      border-radius: 50%;
      border: 1px solid;
      margin-right: 20rpx;
    }
    .content{
@@ -111,13 +136,14 @@
          color: #666666;
        }
      }
      .desc{
        display: flex;
        justify-content: space-between;
        font-size: 24rpx;
        color: #999999;
        margin-top: 14rpx;
      }
    }
    .desc{
      display: flex;
      justify-content: space-between;
      font-size: 24rpx;
      color: #999999;
      margin-top: 24rpx;
      padding-left: 70rpx;
    }
  }
}