index.scss 1.7 KB

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