index.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. height: 40rpx;
  57. line-height: 40rpx;
  58. font-size: 28rpx;
  59. font-family: PingFang SC-Semibold, PingFang SC;
  60. font-weight: 600;
  61. color: #333333;
  62. }
  63. .subfield {
  64. margin-top: 6rpx;
  65. height: 34rpx;
  66. line-height: 34rpx;
  67. text {
  68. display: inline-block;
  69. max-width: 250rpx;
  70. min-width: 150rpx;
  71. }
  72. }
  73. .price {
  74. height: 40rpx;
  75. line-height: 40rpx;
  76. margin-top: 8rpx;
  77. .num {
  78. font-size: 28rpx;
  79. color: #FF3B30;
  80. font-weight: 600;
  81. }
  82. text {
  83. color: #333333;
  84. }
  85. }
  86. }
  87. }
  88. .bot {
  89. font-size: 24rpx;
  90. font-family: PingFang SC-Regular, PingFang SC;
  91. color: #999999;
  92. height: 72rpx;
  93. line-height: 72rpx;
  94. text {
  95. display: inline-block;
  96. width: 50%;
  97. }
  98. }
  99. }
  100. .footer {
  101. display: flex;
  102. justify-content: space-between;
  103. align-items: center;
  104. padding: 0 30rpx;
  105. position: fixed;
  106. width: 100vw;
  107. height: 130rpx;
  108. background: #FFFFFF;
  109. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  110. bottom: 0;
  111. box-sizing: border-box;
  112. .count {
  113. font-size: 28rpx;
  114. font-family: PingFang SC-Regular, PingFang SC;
  115. color: #333333;
  116. }
  117. .but {
  118. width: 156rpx;
  119. height: 90rpx;
  120. background: #3874F6;
  121. border-radius: 8rpx;
  122. font-size: 28rpx;
  123. font-family: PingFang SC-Bold, PingFang SC;
  124. font-weight: bold;
  125. color: #FFFFFF;
  126. }
  127. }