index.scss 2.9 KB

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