index.scss 2.6 KB

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