select.scss 2.5 KB

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