index.scss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .setclient-list-item {
  2. width: 100vw;
  3. background-color: #fff;
  4. box-sizing: border-box;
  5. .con {
  6. padding-left: 30rpx;
  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. .bottom {
  76. display: flex;
  77. justify-content: flex-end;
  78. width: 100%;
  79. height: 80rpx;
  80. background: #FFFFFF;
  81. navigator {
  82. padding: 0 20rpx;
  83. line-height: 80rpx;
  84. .iconfont {
  85. font-size: 28rpx;
  86. color: #999999;
  87. margin-right: 8rpx;
  88. }
  89. font-size: 24rpx;
  90. font-family: PingFang SC-Regular,
  91. PingFang SC;
  92. color: #333333;
  93. }
  94. }
  95. .line-1 {
  96. overflow: hidden;
  97. white-space: nowrap;
  98. text-overflow: ellipsis;
  99. }