index.scss 2.5 KB

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