buyRecords.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. .noBuyList {
  2. background: #fff;
  3. }
  4. .noBuyList .noBuyListCon {
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. flex-direction: column;
  9. }
  10. .noBuyList .noBuyListCon .noBuyListImg {
  11. width: 218rpx;
  12. height: 218rpx;
  13. margin-top: 260rpx;
  14. margin-bottom: 30rpx;
  15. }
  16. .noBuyList .noBuyListCon .noBuyListTit {
  17. font-size: 30rpx;
  18. color: #666;
  19. }
  20. .buyRecords {
  21. padding-bottom: 40rpx;
  22. }
  23. .buyRecords .buyListCon {
  24. padding: 0 20rpx;
  25. margin-top: 30rpx;
  26. margin-bottom: 120rpx;
  27. }
  28. .buyRecords .buyListCon .buyList .buyListInfo {
  29. height: 120rpx;
  30. padding-left: 30rpx;
  31. border-bottom: 1rpx solid #efefef;
  32. display: flex;
  33. align-items: center;
  34. justify-content: flex-start;
  35. }
  36. .buyRecords .buyListCon .buyList .buyListInfo:last-child {
  37. border: none;
  38. }
  39. .buyRecords .buyListCon .buyList .buyListInfo .userImg {
  40. width: 72rpx;
  41. height: 72rpx;
  42. border-radius: 36rpx;
  43. margin-right: 20rpx;
  44. }
  45. .buyRecords .buyListCon .buyList .buyListInfo .userName {
  46. max-width: 200rpx;
  47. font-size: 28rpx;
  48. color: #666;
  49. margin-right: 10rpx;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. }
  54. .buyRecords .buyListCon .buyList .buyListInfo .buyNum {
  55. font-size: 28rpx;
  56. color: #666;
  57. margin-right: 20rpx;
  58. }
  59. .buyRecords .buyListCon .buyList .buyListInfo .buyNum text {
  60. color: #ff5344;
  61. }
  62. .buyRecords .buyListCon .buyList .buyListInfo .buyTime {
  63. font-size: 22rpx;
  64. color: #aaa;
  65. }
  66. .canvas-img {
  67. position: absolute;
  68. top: -20000rpx;
  69. }
  70. button::after {
  71. border: none;
  72. }
  73. .goodsInfo {
  74. background: #fff;
  75. padding: 30rpx;
  76. border-top: 0.1rpx solid #efefef;
  77. border-bottom: 0.1rpx solid #efefef;
  78. display: flex;
  79. justify-content: space-between;
  80. }
  81. .goodsInfo .goodsImg {
  82. width: 180rpx;
  83. margin-right: 30rpx;
  84. }
  85. .goodsInfo .goodsImg .img-class {
  86. width: 180rpx;
  87. height: 180rpx;
  88. }
  89. .goodsInfo .goodsDetail {
  90. width: 480rpx;
  91. min-height: 180rpx;
  92. }
  93. .goodsInfo .goodsDetail .detailTop {
  94. min-height: 120rpx;
  95. display: flex;
  96. justify-content: space-between;
  97. }
  98. .goodsInfo .goodsDetail .detailTop .detailTopInfo {
  99. width: 380rpx;
  100. padding-right: 20rpx;
  101. border-right: 2rpx dashed #aaa;
  102. }
  103. .goodsInfo .goodsDetail .detailTop .detailTopInfo .goodsName {
  104. width: 380rpx;
  105. font-size: 26rpx;
  106. color: #444;
  107. font-weight: bold;
  108. line-height: 32rpx;
  109. margin-bottom: 6rpx;
  110. display: -webkit-box;
  111. -webkit-box-orient: vertical;
  112. -webkit-line-clamp: 2;
  113. overflow: hidden;
  114. text-overflow: initial;
  115. white-space: normal;
  116. }
  117. .goodsInfo .goodsDetail .detailTop .detailTopInfo .purchasing,
  118. .goodsInfo .goodsDetail .detailTop .detailTopInfo .saleNum {
  119. font-size: 22rpx;
  120. color: #aaa;
  121. }
  122. .goodsInfo .goodsDetail .detailTop .shareBtn {
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. background: #fff;
  127. padding: 0;
  128. margin-right: 4rpx;
  129. }
  130. .goodsInfo .goodsDetail .detailTop .shareBtn .shareImg {
  131. width: 42rpx;
  132. height: 36rpx;
  133. }
  134. .goodsInfo .goodsDetail .detailBottom {
  135. margin-top: 10rpx;
  136. display: flex;
  137. align-items: center;
  138. justify-content: space-between;
  139. }
  140. .goodsInfo .goodsDetail .detailBottom .price {
  141. font-size: 20rpx;
  142. color: #ff5344;
  143. }
  144. .goodsInfo .goodsDetail .detailBottom .price text {
  145. font-size: 36rpx;
  146. font-weight: bold;
  147. }
  148. .goodsInfo .goodsDetail .detailBottom .time {
  149. width: 290rpx;
  150. font-size: 26rpx;
  151. color: #444;
  152. white-space: nowrap;
  153. display: flex;
  154. align-items: center;
  155. justify-content: flex-end;
  156. }
  157. .goodsInfo .goodsDetail .detailBottom .time .countdown {
  158. display: flex;
  159. justify-content: center;
  160. align-items: center;
  161. }
  162. .goodsInfo .goodsDetail .detailBottom .time .countdown .itemTime {
  163. width: 38rpx;
  164. height: 32rpx;
  165. background: #444;
  166. border-radius: 4rpx;
  167. font-size: 26rpx;
  168. color: #fff;
  169. display: flex;
  170. justify-content: center;
  171. align-items: center;
  172. }
  173. /***商品底部按钮begin **/
  174. .goods-bottom-bar {
  175. height: 96rpx;
  176. display: flex;
  177. }
  178. .goods-bottom-bar .leftBtn {
  179. height: 94rpx;
  180. display: flex;
  181. border-top: 2rpx solid #EFEFEF;
  182. }
  183. .goods-bottom-bar .leftBtn .bar-item {
  184. display: flex;
  185. justify-content: center;
  186. align-items: center;
  187. flex-direction: column;
  188. }
  189. .goods-bottom-bar .leftBtn .back-to-index {
  190. width: 132rpx;
  191. height: 94rpx;
  192. font-size: 20rpx;
  193. color: #707070;
  194. }
  195. .goods-bottom-bar .leftBtn .back-to-index image {
  196. width: 54rpx;
  197. height: 54rpx;
  198. }
  199. .goods-bottom-bar .leftBtn .shop-cart {
  200. width: 132rpx;
  201. height: 96rpx;
  202. font-size: 20rpx;
  203. color: #707070;
  204. position: relative;
  205. }
  206. .goods-bottom-bar .leftBtn .shop-cart .icon {
  207. width: 54rpx;
  208. height: 54rpx;
  209. position: relative;
  210. }
  211. .goods-bottom-bar .leftBtn .shop-cart .icon image {
  212. width: 100%;
  213. height: 100%;
  214. }
  215. .goods-bottom-bar .leftBtn .shop-cart .icon .cart-num {
  216. position: absolute;
  217. right: -16rpx;
  218. top: -4rpx;
  219. width: 36rpx;
  220. height: 36rpx;
  221. background: #f43530;
  222. border-radius: 36rpx;
  223. color: #fff;
  224. font-size: 22rpx;
  225. display: flex;
  226. justify-content: center;
  227. align-items: center;
  228. }
  229. .goods-bottom-bar .goodsStatus {
  230. width: 100%;
  231. height: 96rpx;
  232. background: #dcdcdc;
  233. font-size: 30rpx;
  234. color: #fff;
  235. display: flex;
  236. justify-content: center;
  237. align-items: center;
  238. }
  239. .goods-bottom-bar .gobuy {
  240. flex: 1;
  241. display: flex;
  242. align-items: center;
  243. justify-content: space-between;
  244. font-weight: bold;
  245. }
  246. .goods-bottom-bar .gobuy .add-to-cart {
  247. width: 240rpx;
  248. height: 96rpx;
  249. background: linear-gradient(270deg,#f9c706 0%,#feb600 100%);
  250. color: #fff;
  251. font-size: 30rpx;
  252. display: flex;
  253. justify-content: center;
  254. align-items: center;
  255. }
  256. .goods-bottom-bar .gobuy .btn {
  257. width: 208rpx;
  258. height: 96rpx;
  259. position: absolute;
  260. opacity: 0;
  261. z-index: 9;
  262. top: 0;
  263. padding: 0;
  264. margin: 0;
  265. }
  266. .goods-bottom-bar .gobuy .balanceBtn {
  267. display: flex;
  268. flex: 1;
  269. }
  270. .goods-bottom-bar .gobuy .balanceBtn .balance {
  271. height: 96rpx;
  272. flex: 1;
  273. background: linear-gradient(90deg,#ff5041 0%,#ff695c 100%);
  274. color: #fff;
  275. font-size: 30rpx;
  276. display: flex;
  277. justify-content: center;
  278. align-items: center;
  279. }
  280. .i-fixed-bottom{
  281. position:fixed;
  282. bottom:0px;
  283. z-index:100;
  284. width:100%;
  285. background-color:#fff;
  286. }
  287. /***商品底部按钮end **/