alteration.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .product-title {
  2. font-size: 28rpx;
  3. font-weight: 600;
  4. color: #333;
  5. margin: 20rpx 30rpx;
  6. padding-bottom: 10rpx;
  7. border-bottom: 1rpx solid #ddd;
  8. }
  9. .product-item {
  10. background-color: #fff;
  11. box-sizing: border-box;
  12. border-bottom: 1rpx solid #DDDDDD;
  13. margin-top: 20rpx;
  14. .product {
  15. padding: 20rpx 30rpx;
  16. box-sizing: border-box;
  17. .mian {
  18. position: relative;
  19. display: flex;
  20. align-items: center;
  21. width: 100%;
  22. box-sizing: border-box;
  23. .img {
  24. position: relative;
  25. flex-shrink: 0;
  26. width: 112rpx;
  27. height: 112rpx;
  28. border-radius: 16rpx;
  29. margin-right: 20rpx;
  30. .err {
  31. display: flex;
  32. width: 100%;
  33. height: 100%;
  34. align-items: center;
  35. justify-content: center;
  36. font-size: 22rpx;
  37. border: 1px solid #ddd;
  38. box-sizing: border-box;
  39. color: #666;
  40. border-radius: 16rpx;
  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. display: flex;
  53. width: 90%;
  54. height: 40rpx;
  55. font-size: 28rpx;
  56. font-weight: 600;
  57. color: #333333;
  58. .line-1 {
  59. max-width: 380rpx;
  60. }
  61. .tag {
  62. display: inline-block;
  63. color: #fff;
  64. background-color: #F80700;
  65. padding: 0 20rpx;
  66. margin-left: 20rpx;
  67. border-radius: 20rpx;
  68. font-weight: normal;
  69. font-size: 22rpx;
  70. line-height: 40rpx;
  71. }
  72. }
  73. .subfield {
  74. display: flex;
  75. margin-top: 8rpx;
  76. height: 34rpx;
  77. line-height: 34rpx;
  78. text {
  79. display: inline-block;
  80. width: 48%;
  81. }
  82. }
  83. .price {
  84. font-size: 30rpx;
  85. color: #FF3B30;
  86. }
  87. }
  88. }
  89. }
  90. .bot {
  91. width: 690rpx;
  92. border-top: 1rpx solid #ddd;
  93. margin: 0 auto;
  94. padding-bottom: 20rpx;
  95. .row {
  96. display: flex;
  97. width: 100%;
  98. margin-top: 20rpx;
  99. view {
  100. display: flex;
  101. height: 54rpx;
  102. align-items: center;
  103. width: 50%;
  104. .label {
  105. width: 110rpx;
  106. font-size: 24rpx;
  107. font-family: PingFang SC-Regular, PingFang SC;
  108. color: #666666;
  109. }
  110. }
  111. .input {
  112. height: 54rpx;
  113. background: #FFFFFF;
  114. border-radius: 8rpx;
  115. border: 1rpx solid #CCCCCC;
  116. font-size: 28rpx;
  117. font-family: PingFang SC-Regular, PingFang SC;
  118. color: #333333;
  119. line-height: 44px;
  120. text-align: center;
  121. }
  122. .money {
  123. flex: 1;
  124. display: flex;
  125. justify-content: flex-end;
  126. font-size: 24rpx;
  127. font-family: PingFang SC-Medium, PingFang SC;
  128. color: #666666;
  129. margin-right: 20rpx;
  130. text {
  131. font-size: 28rpx;
  132. color: #FF3B30;
  133. font-weight: 600;
  134. }
  135. }
  136. }
  137. }
  138. }
  139. .new-footer {
  140. display: flex;
  141. align-items: center;
  142. justify-content: flex-end;
  143. position: fixed;
  144. width: 100vw;
  145. height: 130rpx;
  146. background: #FFFFFF;
  147. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  148. bottom: 0;
  149. z-index: 9999;
  150. .new-submit {
  151. background: #3874F6;
  152. color: #FFFFFF;
  153. font-weight: bold;
  154. }
  155. .but {
  156. margin-right: 30rpx;
  157. width: 156rpx;
  158. height: 90rpx;
  159. border-radius: 8rpx;
  160. font-size: 28rpx;
  161. font-family: PingFang SC-Bold, PingFang SC;
  162. }
  163. }