select.scss 2.1 KB

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