jiangping
2024-07-24 680028df90e18299ea72d242a28a3ddcd9a0441c
wechat_staff/pages/kefu/select.less
@@ -55,9 +55,9 @@
      width: 100%;
    }
    .icon{
      width: 26rpx;
      width: 28rpx;
      margin-top: 4rpx;
      margin-right: 16rpx;
      margin-right: 14rpx;
    }
  }
  .kehu{
@@ -66,15 +66,35 @@
  }
}
.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;
      }
    }
    .source{
      margin-top: 12rpx;
    }
    .icon{
      width: 40rpx;
@@ -84,7 +104,6 @@
      width: 88rpx;
      height: 88rpx;
      border-radius: 50%;
      border: 1px solid;
      margin-right: 20rpx;
    }
    .content{
@@ -111,13 +130,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;
    }
  }
}