select.scss 2.5 KB

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