index.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .leader {
  2. font-size: 22rpx;
  3. margin-top: 8rpx;
  4. padding-bottom: 10rpx;
  5. }
  6. .total {
  7. height: 60rpx;
  8. line-height: 60rpx;
  9. font-size: 24rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #666666;
  12. padding-left: 30rpx;
  13. }
  14. .footer {
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. padding: 0 30rpx;
  19. position: fixed;
  20. width: 100vw;
  21. height: 130rpx;
  22. background: #FFFFFF;
  23. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  24. bottom: 0;
  25. box-sizing: border-box;
  26. .count {
  27. font-size: 28rpx;
  28. font-family: PingFang SC-Regular, PingFang SC;
  29. color: #333333;
  30. }
  31. .but {
  32. width: 156rpx;
  33. height: 90rpx;
  34. background: #3874F6;
  35. border-radius: 8rpx;
  36. font-size: 28rpx;
  37. font-family: PingFang SC-Bold, PingFang SC;
  38. font-weight: bold;
  39. color: #FFFFFF;
  40. }
  41. }
  42. .setclient-list-item {
  43. width: 100vw;
  44. padding-left: 30rpx;
  45. background-color: #fff;
  46. box-sizing: border-box;
  47. .con {
  48. display: flex;
  49. width: 100%;
  50. min-height: 136rpx;
  51. border-bottom: 1px solid #EFEFEF;
  52. box-sizing: border-box;
  53. padding-top: 20rpx;
  54. .portrait {
  55. width: 96rpx;
  56. height: 96rpx;
  57. background: #E7EEFF;
  58. border-radius: 16rpx;
  59. font-size: 24rpx;
  60. font-family: PingFang SC-Regular, PingFang SC;
  61. color: #3874F6;
  62. padding: 16rpx 24rpx;
  63. box-sizing: border-box;
  64. margin-right: 20rpx;
  65. flex-shrink: 0;
  66. }
  67. .min-portrait {
  68. display: flex;
  69. align-items: center;
  70. padding: 0 !important;
  71. justify-content: center;
  72. }
  73. .mian {
  74. flex: 1;
  75. width: 0;
  76. padding-right: 20rpx;
  77. box-sizing: border-box;
  78. .label {
  79. font-size: 28rpx;
  80. font-family: PingFang SC-Bold, PingFang SC;
  81. font-weight: bold;
  82. color: #333333;
  83. height: 40rpx;
  84. line-height: 40rpx;
  85. }
  86. .tag-box {
  87. margin-top: 10rpx;
  88. .tag {
  89. height: 40rpx;
  90. font-size: 20rpx;
  91. font-family: PingFang SC-Regular, PingFang SC;
  92. padding: 0 12rpx;
  93. margin-right: 10rpx;
  94. }
  95. }
  96. }
  97. .checkbox {
  98. display: flex;
  99. align-items: center;
  100. margin-top: -20rpx;
  101. margin-right: 10rpx;
  102. }
  103. .extend {
  104. display: flex;
  105. height: 116rpx;
  106. width: 48rpx;
  107. margin-right: 30rpx;
  108. flex-shrink: 0;
  109. }
  110. }
  111. }