index.scss 2.6 KB

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