select.scss 3.2 KB

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