select2.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. height: 44rpx;
  39. line-height: 44rpx;
  40. width: 100%;
  41. .projecttype,
  42. .tradefield {
  43. height: 44rpx;
  44. line-height: 44rpx;
  45. padding: 0 12rpx;
  46. border-radius: 4rpx;
  47. font-size: 20rpx;
  48. color: #FFFFFF;
  49. margin-right: 10rpx;
  50. flex-shrink: 0;
  51. }
  52. view {
  53. flex: 1;
  54. width: 0;
  55. }
  56. }
  57. .row {
  58. display: flex;
  59. font-size: 24rpx;
  60. font-family: PingFang SC-Regular, PingFang SC;
  61. color: #666666;
  62. .left {
  63. width: 350rpx;
  64. }
  65. }
  66. }
  67. }
  68. }
  69. .footer {
  70. display: flex;
  71. justify-content: space-between;
  72. align-items: center;
  73. padding: 0 30rpx;
  74. position: fixed;
  75. width: 100vw;
  76. height: 130rpx;
  77. background: #FFFFFF;
  78. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  79. bottom: 0;
  80. box-sizing: border-box;
  81. .count {
  82. font-size: 28rpx;
  83. font-family: PingFang SC-Regular, PingFang SC;
  84. color: #333333;
  85. }
  86. .but {
  87. width: 156rpx;
  88. height: 90rpx;
  89. background: #3874F6;
  90. border-radius: 8rpx;
  91. font-size: 28rpx;
  92. font-family: PingFang SC-Bold, PingFang SC;
  93. font-weight: bold;
  94. color: #FFFFFF;
  95. }
  96. }