select.scss 3.2 KB

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