select2.scss 2.2 KB

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