select2.scss 2.2 KB

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