select.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. width: 100%;
  29. position: relative;
  30. display: flex;
  31. height: 42rpx;
  32. align-items: center;
  33. box-sizing: border-box;
  34. >text {
  35. display: inline-block;
  36. width: 80%;
  37. font-size: 30rpx;
  38. color: #333333;
  39. }
  40. .status {
  41. position: absolute;
  42. right: 0rpx;
  43. width: 132rpx;
  44. height: 40rpx;
  45. border-radius: 20rpx 0px 0px 20rpx;
  46. box-sizing: border-box;
  47. padding-left: 30rpx;
  48. line-height: 40rpx;
  49. font-size: 24rpx;
  50. font-family: PingFang SC-Regular, PingFang SC;
  51. color: #FFFFFF;
  52. }
  53. }
  54. .tag-box {
  55. display: flex;
  56. align-items: center;
  57. width: 90%;
  58. overflow: hidden;
  59. margin-bottom: 4rpx;
  60. .datatag,
  61. .systemtag {
  62. flex-shrink: 0;
  63. margin-top: 6rpx;
  64. background: #FAAB16;
  65. color: #ffffff;
  66. margin-right: 10rpx;
  67. display: flex;
  68. align-items: center;
  69. height: 30rpx;
  70. font-size: 18rpx;
  71. padding: 0 10rpx;
  72. border-radius: 20rpx;
  73. font-family: PingFang SC-Regular, PingFang SC;
  74. }
  75. .systemtag {
  76. background: #FA8C16;
  77. }
  78. }
  79. .exp {
  80. font-size: 24rpx;
  81. color: #666666;
  82. margin-top: 6rpx;
  83. }
  84. }
  85. }
  86. }
  87. .footer {
  88. display: flex;
  89. justify-content: space-between;
  90. align-items: center;
  91. padding: 0 30rpx;
  92. position: fixed;
  93. width: 100vw;
  94. height: 130rpx;
  95. background: #FFFFFF;
  96. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  97. bottom: 0;
  98. box-sizing: border-box;
  99. .count {
  100. font-size: 28rpx;
  101. font-family: PingFang SC-Regular, PingFang SC;
  102. color: #333333;
  103. }
  104. .but {
  105. width: 156rpx;
  106. height: 90rpx;
  107. background: #3874F6;
  108. border-radius: 8rpx;
  109. font-size: 28rpx;
  110. font-family: PingFang SC-Bold, PingFang SC;
  111. font-weight: bold;
  112. color: #FFFFFF;
  113. }
  114. }