index.scss 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .setclient-list-item {
  2. width: 100vw;
  3. padding-left: 30rpx;
  4. background-color: #fff;
  5. box-sizing: border-box;
  6. .con {
  7. display: flex;
  8. width: 100%;
  9. min-height: 136rpx;
  10. border-bottom: 1px solid #EFEFEF;
  11. box-sizing: border-box;
  12. padding-top: 20rpx;
  13. .portrait {
  14. width: 96rpx;
  15. height: 96rpx;
  16. background: #E7EEFF;
  17. border-radius: 16rpx;
  18. font-size: 24rpx;
  19. font-family: PingFang SC-Regular, PingFang SC;
  20. color: #3874F6;
  21. padding: 16rpx 24rpx;
  22. box-sizing: border-box;
  23. margin-right: 20rpx;
  24. flex-shrink: 0;
  25. }
  26. .min-portrait {
  27. display: flex;
  28. align-items: center;
  29. padding: 0 !important;
  30. justify-content: center;
  31. }
  32. .mian {
  33. flex: 1;
  34. width: 0;
  35. padding-right: 20rpx;
  36. box-sizing: border-box;
  37. .label {
  38. font-size: 28rpx;
  39. font-family: PingFang SC-Bold, PingFang SC;
  40. font-weight: bold;
  41. color: #333333;
  42. height: 40rpx;
  43. line-height: 40rpx;
  44. }
  45. .tag-box {
  46. margin-top: 10rpx;
  47. .tag {
  48. height: 40rpx;
  49. font-size: 20rpx;
  50. font-family: PingFang SC-Regular, PingFang SC;
  51. padding: 0 12rpx;
  52. margin-right: 8rpx;
  53. }
  54. }
  55. }
  56. .icon {
  57. display: flex;
  58. height: 136rpx;
  59. align-items: center;
  60. margin-top: -20rpx;
  61. color: #CFCFCF;
  62. width: 28rpx;
  63. margin-right: 30rpx;
  64. flex-shrink: 0;
  65. }
  66. .extend {
  67. display: flex;
  68. height: 116rpx;
  69. width: 48rpx;
  70. margin-right: 30rpx;
  71. flex-shrink: 0;
  72. }
  73. }
  74. }
  75. .line-1 {
  76. overflow: hidden;
  77. white-space: nowrap;
  78. text-overflow: ellipsis;
  79. }