index.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. .line {
  2. white-space: nowrap;
  3. overflow: hidden;
  4. text-overflow: ellipsis;
  5. }
  6. .line-two {
  7. word-break: break-all;
  8. overflow: hidden;
  9. display: -webkit-box;
  10. -webkit-box-orient: vertical;
  11. -webkit-line-clamp: 2;
  12. }
  13. .bargaining {
  14. margin-top: 150rpx;
  15. padding: 5rpx;
  16. background: #fdfdfd;
  17. }
  18. .bargaining .big {
  19. width: 680rpx;
  20. margin: 30rpx auto;
  21. }
  22. .bargaining .big .big-img {
  23. position: relative;
  24. width: 680rpx;
  25. height: 460rpx;
  26. border-radius: 20rpx;
  27. }
  28. .bargaining .big .big-img .time-content {
  29. position: absolute;
  30. bottom: 0;
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-between;
  34. width: 100%;
  35. }
  36. .bargaining .big .big-img .time-content .secondsKill {
  37. margin-left: 40rpx;
  38. }
  39. .bargaining .big .big-img .time-content .time {
  40. display: flex;
  41. flex-direction: column;
  42. align-items: center;
  43. justify-content: center;
  44. margin-right: 20rpx;
  45. }
  46. .bargaining .big .content {
  47. padding: 30rpx;
  48. border-bottom-left-radius: 30rpx;
  49. border-bottom-right-radius: 30rpx;
  50. }
  51. .bargaining .big .content .commodity-content {
  52. display: flex;
  53. align-items: center;
  54. margin-bottom: 10rpx;
  55. }
  56. .bargaining .big .content .commodity-content .reduction {
  57. display: flex;
  58. justify-content: center;
  59. align-items: center;
  60. width: 160rpx;
  61. height: 40rpx;
  62. margin-right: 10rpx;
  63. border-radius: 30rpx;
  64. }
  65. .bargaining .big .content .commodity-content .commodity-name {
  66. width: 500rpx;
  67. }
  68. .bargaining .big .content .describe {
  69. margin-bottom: 10rpx;
  70. }
  71. .bargaining .big .content .inventory {
  72. margin-bottom: 20rpx;
  73. }
  74. .bargaining .big .content .price-content {
  75. display: flex;
  76. align-items: center;
  77. justify-content: space-between;
  78. }
  79. .bargaining .big .content .price-content .price .discount {
  80. margin-bottom: 5rpx;
  81. }
  82. .bargaining .big .content .price-content .price .original-price {
  83. text-decoration: line-through;
  84. }
  85. .bargaining .big .content .price-content .buy {
  86. width: 100rpx;
  87. padding: 0 10rpx;
  88. border: 1rpx solid red !important;
  89. margin: 0;
  90. }
  91. .bargaining {
  92. padding: 5rpx;
  93. background: #fdfdfd;
  94. }
  95. .bargaining .two-box {
  96. display: inline-block;
  97. margin-left: 20rpx;
  98. }
  99. .bargaining .two-box .two {
  100. width: 340rpx;
  101. margin: 30rpx auto;
  102. }
  103. .bargaining .two-box .two .two-img {
  104. position: relative;
  105. width: 340rpx;
  106. height: 330rpx;
  107. border-radius: 20rpx;
  108. }
  109. .bargaining .two-box .two .two-img .time-content {
  110. position: absolute;
  111. bottom: 0;
  112. display: flex;
  113. align-items: center;
  114. justify-content: space-between;
  115. width: 100%;
  116. }
  117. .bargaining .two-box .two .two-img .time-content .secondsKill {
  118. margin-left: 20rpx;
  119. }
  120. .bargaining .two-box .two .two-img .time-content .time {
  121. display: flex;
  122. flex-direction: column;
  123. align-items: center;
  124. justify-content: center;
  125. margin-right: 20rpx;
  126. }
  127. .bargaining .two-box .two .content {
  128. padding: 20rpx;
  129. border-bottom-left-radius: 30rpx;
  130. border-bottom-right-radius: 30rpx;
  131. }
  132. .bargaining .two-box .two .content .commodity-content {
  133. margin-bottom: 10rpx;
  134. }
  135. .bargaining .two-box .two .content .commodity-content .reduction {
  136. float: left;
  137. display: flex;
  138. justify-content: center;
  139. align-items: center;
  140. width: 140rpx;
  141. margin-right: 10rpx;
  142. border-radius: 30rpx;
  143. }
  144. .bargaining .two-box .two .content .describe {
  145. margin-bottom: 10rpx;
  146. }
  147. .bargaining .two-box .two .content .inventory {
  148. margin-bottom: 10rpx;
  149. }
  150. .bargaining .two-box .two .content .price-content {
  151. display: flex;
  152. align-items: center;
  153. justify-content: space-between;
  154. }
  155. .bargaining .two-box .two .content .price-content .price .original-price {
  156. text-decoration: line-through;
  157. }
  158. .bargaining .two-box .two .content .price-content .buy {
  159. width: 70rpx;
  160. padding: 0 6rpx;
  161. border: 1rpx solid red !important;
  162. margin: 0;
  163. }
  164. .bargaining {
  165. padding: 5rpx;
  166. background: #fdfdfd;
  167. }
  168. .bargaining .three-box {
  169. display: inline-block;
  170. margin-left: 20rpx;
  171. }
  172. .bargaining .three-box .three {
  173. width: 220rpx;
  174. margin: 30rpx auto;
  175. }
  176. .bargaining .three-box .three .three-img {
  177. width: 220rpx;
  178. height: 220rpx;
  179. border-radius: 20rpx;
  180. }
  181. .bargaining .three-box .three .content {
  182. padding: 15rpx;
  183. border-bottom-left-radius: 30rpx;
  184. border-bottom-right-radius: 30rpx;
  185. }
  186. .bargaining .three-box .three .content .commodity-name {
  187. margin-bottom: 15rpx;
  188. }
  189. .bargaining .three-box .three .content .inventory {
  190. margin-bottom: 5rpx;
  191. }
  192. .bargaining .three-box .three .content .describe {
  193. margin-bottom: 10rpx;
  194. }
  195. .bargaining .three-box .three .content .discount {
  196. margin-bottom: 5rpx;
  197. }
  198. .bargaining .three-box .three .content .original-price {
  199. text-decoration: line-through;
  200. }
  201. .bargaining .three-box .three .content .buy {
  202. width: 100%;
  203. margin-top: 10rpx;
  204. padding: 0 8rpx;
  205. }
  206. .bargaining {
  207. background: #fdfdfd;
  208. }
  209. .bargaining .details {
  210. display: flex;
  211. width: 680rpx;
  212. margin: 30rpx auto;
  213. }
  214. .bargaining .details .details-img {
  215. position: relative;
  216. width: 300rpx;
  217. height: 300rpx;
  218. border-radius: 20rpx;
  219. }
  220. .bargaining .details .details-img .time-content {
  221. position: absolute;
  222. bottom: 0;
  223. display: flex;
  224. align-items: center;
  225. justify-content: space-between;
  226. width: 100%;
  227. }
  228. .bargaining .details .details-img .time-content .secondsKill {
  229. margin-left: 20rpx;
  230. }
  231. .bargaining .details .details-img .time-content .time {
  232. display: flex;
  233. flex-direction: column;
  234. align-items: center;
  235. justify-content: center;
  236. margin-right: 20rpx;
  237. }
  238. .bargaining .details .content {
  239. width: 340rpx;
  240. padding: 20rpx;
  241. border-bottom-left-radius: 30rpx;
  242. border-bottom-right-radius: 30rpx;
  243. }
  244. .bargaining .details .content .commodity-content {
  245. margin-bottom: 20rpx;
  246. }
  247. .bargaining .details .content .commodity-content .reduction {
  248. float: left;
  249. display: flex;
  250. justify-content: center;
  251. align-items: center;
  252. width: 130rpx;
  253. margin-right: 10rpx;
  254. border-radius: 30rpx;
  255. }
  256. .bargaining .details .content .commodity-content .commodity-name {
  257. margin-bottom: 10rpx;
  258. }
  259. .bargaining .details .content .describe {
  260. margin-bottom: 15rpx;
  261. }
  262. .bargaining .details .content .inventory {
  263. margin-bottom: 15rpx;
  264. }
  265. .bargaining .details .content .price-content {
  266. display: flex;
  267. align-items: center;
  268. justify-content: space-between;
  269. }
  270. .bargaining .details .content .price-content .price .discount {
  271. margin-bottom: 10rpx;
  272. }
  273. .bargaining .details .content .price-content .price .original-price {
  274. text-decoration: line-through;
  275. }
  276. .bargaining .details .content .price-content .buy {
  277. width: 80rpx;
  278. padding: 0 8rpx;
  279. margin: 0;
  280. border: 1rpx solid red !important;
  281. }
  282. .bargaining {
  283. background: #fdfdfd;
  284. }
  285. .bargaining .scroll-box {
  286. display: inline-block;
  287. margin-right: 20rpx;
  288. }
  289. .bargaining .scroll-box .scroll {
  290. width: 220rpx;
  291. margin: 30rpx auto;
  292. }
  293. .bargaining .scroll-box .scroll .scroll-img {
  294. width: 220rpx;
  295. height: 220rpx;
  296. border-radius: 20rpx;
  297. }
  298. .bargaining .scroll-box .scroll .content {
  299. padding: 15rpx;
  300. border-bottom-left-radius: 30rpx;
  301. border-bottom-right-radius: 30rpx;
  302. }
  303. .bargaining .scroll-box .scroll .content .commodity-name {
  304. margin-bottom: 10rpx;
  305. }
  306. .bargaining .scroll-box .scroll .content .describe {
  307. margin-bottom: 10rpx;
  308. }
  309. .bargaining .scroll-box .scroll .content .inventory {
  310. margin-bottom: 10rpx;
  311. }
  312. .bargaining .scroll-box .scroll .content .discount {
  313. margin-bottom: 5rpx;
  314. }
  315. .bargaining .scroll-box .scroll .content .original-price {
  316. text-decoration: line-through;
  317. }
  318. .bargaining .scroll-box .scroll .content .buy {
  319. width: 100%;
  320. padding: 0 8rpx;
  321. margin-top: 10rpx;
  322. }