select.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. padding: 0 30rpx;
  16. background-color: #FFFFFF;
  17. box-sizing: border-box;
  18. border-bottom: 1rpx solid #DDDDDD;
  19. margin-bottom: 20rpx;
  20. .mian {
  21. display: flex;
  22. align-items: center;
  23. width: 100%;
  24. border-bottom: 1rpx solid #DDDDDD;
  25. box-sizing: border-box;
  26. padding: 20rpx 0;
  27. .img {
  28. flex-shrink: 0;
  29. width: 128rpx;
  30. height: 128rpx;
  31. border-radius: 16rpx;
  32. margin-right: 30rpx;
  33. overflow: hidden;
  34. }
  35. .dec {
  36. flex: 1;
  37. width: 0;
  38. min-height: 128rpx;
  39. height: 100%;
  40. font-size: 24rpx;
  41. font-family: PingFang SC-Regular, PingFang SC;
  42. color: #999999;
  43. .title {
  44. height: 40rpx;
  45. line-height: 40rpx;
  46. font-size: 28rpx;
  47. font-family: PingFang SC-Semibold, PingFang SC;
  48. font-weight: 600;
  49. color: #333333;
  50. }
  51. .subfield {
  52. margin-top: 6rpx;
  53. height: 34rpx;
  54. line-height: 34rpx;
  55. text {
  56. display: inline-block;
  57. max-width: 250rpx;
  58. min-width: 150rpx;
  59. }
  60. }
  61. .price {
  62. height: 40rpx;
  63. line-height: 40rpx;
  64. margin-top: 8rpx;
  65. .num {
  66. font-size: 28rpx;
  67. color: #FF3B30;
  68. font-weight: 600;
  69. }
  70. text {
  71. color: #333333;
  72. }
  73. }
  74. }
  75. }
  76. .bot {
  77. font-size: 24rpx;
  78. font-family: PingFang SC-Regular, PingFang SC;
  79. color: #999999;
  80. height: 72rpx;
  81. line-height: 72rpx;
  82. text {
  83. display: inline-block;
  84. width: 50%;
  85. }
  86. }
  87. }
  88. .footer {
  89. display: flex;
  90. justify-content: space-between;
  91. align-items: center;
  92. padding: 0 30rpx;
  93. position: fixed;
  94. width: 100vw;
  95. height: 130rpx;
  96. background: #FFFFFF;
  97. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  98. bottom: 0;
  99. box-sizing: border-box;
  100. .count {
  101. font-size: 28rpx;
  102. font-family: PingFang SC-Regular, PingFang SC;
  103. color: #333333;
  104. }
  105. .but {
  106. width: 156rpx;
  107. height: 90rpx;
  108. background: #3874F6;
  109. border-radius: 8rpx;
  110. font-size: 28rpx;
  111. font-family: PingFang SC-Bold, PingFang SC;
  112. font-weight: bold;
  113. color: #FFFFFF;
  114. }
  115. }