select.scss 2.3 KB

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