index.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. page {
  2. height: 100vh;
  3. overflow: hidden;
  4. }
  5. .search-box {
  6. position: relative;
  7. .switch {
  8. background-color: #fff;
  9. padding: 10rpx 30rpx;
  10. margin-top: -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: #FFFFFF;
  24. border-bottom: 1rpx solid #DDDDDD;
  25. margin-bottom: 20rpx;
  26. .mian {
  27. position: relative;
  28. display: flex;
  29. align-items: center;
  30. width: 100%;
  31. padding: 20rpx 30rpx;
  32. box-sizing: border-box;
  33. .checkbox {
  34. position: absolute;
  35. top: 20rpx;
  36. right: 10rpx;
  37. }
  38. .img {
  39. flex-shrink: 0;
  40. width: 128rpx;
  41. height: 128rpx;
  42. border-radius: 16rpx;
  43. margin-right: 30rpx;
  44. overflow: hidden;
  45. .err {
  46. display: flex;
  47. width: 100%;
  48. height: 100%;
  49. align-items: center;
  50. justify-content: center;
  51. font-size: 22rpx;
  52. border: 1px solid #ddd;
  53. box-sizing: border-box;
  54. color: #666;
  55. }
  56. }
  57. .dec {
  58. flex: 1;
  59. width: 0;
  60. min-height: 128rpx;
  61. height: 100%;
  62. font-size: 24rpx;
  63. font-family: PingFang SC-Regular, PingFang SC;
  64. color: #999999;
  65. .title {
  66. height: 40rpx;
  67. line-height: 40rpx;
  68. font-size: 28rpx;
  69. font-family: PingFang SC-Semibold, PingFang SC;
  70. font-weight: 600;
  71. color: #333333;
  72. }
  73. .subfield {
  74. margin-top: 6rpx;
  75. height: 34rpx;
  76. line-height: 34rpx;
  77. text {
  78. display: inline-block;
  79. max-width: 250rpx;
  80. min-width: 150rpx;
  81. }
  82. }
  83. .price {
  84. height: 40rpx;
  85. line-height: 40rpx;
  86. margin-top: 8rpx;
  87. .num {
  88. font-size: 28rpx;
  89. color: #FF3B30;
  90. font-weight: 600;
  91. }
  92. text {
  93. color: #333333;
  94. }
  95. }
  96. }
  97. }
  98. .bottom {
  99. display: flex;
  100. justify-content: space-between;
  101. align-items: center;
  102. border-top: 1rpx solid #DDDDDD;
  103. width: 690rpx;
  104. margin: 0 auto;
  105. padding: 6rpx 20rpx;
  106. .check {
  107. display: flex;
  108. align-items: center;
  109. height: 100%;
  110. width: 380rpx;
  111. .label-class {
  112. font-size: 24rpx;
  113. font-family: PingFang SC-Regular, PingFang SC;
  114. color: #999999;
  115. margin-left: -6rpx;
  116. }
  117. }
  118. .input-class {
  119. width: 120rpx;
  120. }
  121. }
  122. }
  123. .footer {
  124. display: flex;
  125. justify-content: space-between;
  126. align-items: center;
  127. padding: 0 30rpx;
  128. position: fixed;
  129. width: 100vw;
  130. height: 130rpx;
  131. background: #FFFFFF;
  132. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  133. bottom: 0;
  134. box-sizing: border-box;
  135. .count {
  136. font-size: 28rpx;
  137. font-family: PingFang SC-Regular, PingFang SC;
  138. color: #333333;
  139. }
  140. .but {
  141. width: 156rpx;
  142. height: 90rpx;
  143. background: #3874F6;
  144. border-radius: 8rpx;
  145. font-size: 28rpx;
  146. font-family: PingFang SC-Bold, PingFang SC;
  147. font-weight: bold;
  148. color: #FFFFFF;
  149. }
  150. }