select.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. width: 100vw;
  41. padding-left: 30rpx;
  42. background-color: #fff;
  43. box-sizing: border-box;
  44. .con {
  45. display: flex;
  46. width: 100%;
  47. min-height: 136rpx;
  48. border-bottom: 1px solid #EFEFEF;
  49. box-sizing: border-box;
  50. padding-top: 20rpx;
  51. .portrait {
  52. width: 96rpx;
  53. height: 96rpx;
  54. background: #E7EEFF;
  55. border-radius: 16rpx;
  56. font-size: 24rpx;
  57. font-family: PingFang SC-Regular, PingFang SC;
  58. color: #3874F6;
  59. padding: 16rpx 24rpx;
  60. box-sizing: border-box;
  61. margin-right: 20rpx;
  62. flex-shrink: 0;
  63. }
  64. .min-portrait {
  65. display: flex;
  66. align-items: center;
  67. padding: 0 !important;
  68. justify-content: center;
  69. }
  70. .mian {
  71. flex: 1;
  72. width: 0;
  73. padding-right: 20rpx;
  74. box-sizing: border-box;
  75. .label {
  76. font-size: 28rpx;
  77. font-family: PingFang SC-Bold, PingFang SC;
  78. font-weight: bold;
  79. color: #333333;
  80. height: 40rpx;
  81. line-height: 40rpx;
  82. }
  83. .tag-box {
  84. margin-top: 10rpx;
  85. .tag {
  86. height: 40rpx;
  87. font-size: 20rpx;
  88. font-family: PingFang SC-Regular, PingFang SC;
  89. padding: 0 12rpx;
  90. margin-right: 10rpx;
  91. }
  92. }
  93. }
  94. .extend {
  95. display: flex;
  96. height: 116rpx;
  97. width: 48rpx;
  98. margin-right: 30rpx;
  99. flex-shrink: 0;
  100. }
  101. }
  102. }