select.scss 2.3 KB

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