select.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. line-height: 44rpx;
  35. width: 100%;
  36. .projecttype,
  37. .tradefield {
  38. height: 44rpx;
  39. line-height: 44rpx;
  40. padding: 0 12rpx;
  41. border-radius: 4rpx;
  42. font-size: 20rpx;
  43. color: #FFFFFF;
  44. margin-right: 10rpx;
  45. flex-shrink: 0;
  46. }
  47. view {
  48. flex: 1;
  49. width: 0;
  50. }
  51. }
  52. .row {
  53. display: flex;
  54. font-size: 24rpx;
  55. font-family: PingFang SC-Regular, PingFang SC;
  56. color: #666666;
  57. .left {
  58. width: 350rpx;
  59. }
  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. }