index.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. line-height: 34rpx;
  76. text {
  77. display: inline-block;
  78. max-width: 250rpx;
  79. min-width: 150rpx;
  80. }
  81. }
  82. .price {
  83. height: 40rpx;
  84. line-height: 40rpx;
  85. margin-top: 8rpx;
  86. .num {
  87. font-size: 28rpx;
  88. color: #FF3B30;
  89. font-weight: 600;
  90. }
  91. text {
  92. color: #333333;
  93. }
  94. }
  95. }
  96. }
  97. .bottom {
  98. display: flex;
  99. justify-content: space-between;
  100. align-items: center;
  101. border-top: 1rpx solid #DDDDDD;
  102. width: 690rpx;
  103. margin: 0 auto;
  104. padding: 6rpx 20rpx;
  105. .check {
  106. display: flex;
  107. align-items: center;
  108. height: 100%;
  109. width: 380rpx;
  110. .label-class {
  111. font-size: 24rpx;
  112. font-family: PingFang SC-Regular, PingFang SC;
  113. color: #999999;
  114. margin-left: -6rpx;
  115. }
  116. }
  117. .input-class {
  118. width: 120rpx;
  119. }
  120. }
  121. }
  122. .footer {
  123. display: flex;
  124. justify-content: space-between;
  125. align-items: center;
  126. padding: 0 30rpx;
  127. position: fixed;
  128. width: 100vw;
  129. height: 130rpx;
  130. background: #FFFFFF;
  131. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  132. bottom: 0;
  133. box-sizing: border-box;
  134. .count {
  135. font-size: 28rpx;
  136. font-family: PingFang SC-Regular, PingFang SC;
  137. color: #333333;
  138. }
  139. .but {
  140. width: 156rpx;
  141. height: 90rpx;
  142. background: #3874F6;
  143. border-radius: 8rpx;
  144. font-size: 28rpx;
  145. font-family: PingFang SC-Bold, PingFang SC;
  146. font-weight: bold;
  147. color: #FFFFFF;
  148. }
  149. }