select.scss 2.4 KB

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