index.scss 2.3 KB

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