groupbuying.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .goodslist_boxs {
  2. margin: 0rpx 30rpx;
  3. height: calc(100vh - 40rpx);
  4. overflow: hidden;
  5. width: calc(100% - 60rpx);
  6. }
  7. .search-bar {
  8. width: calc(100% - 50rpx);
  9. position: relative;
  10. display: flex;
  11. align-items: center;
  12. background-color: #fff;
  13. border: 1rpx solid #dcdfe6;
  14. border-radius: 12rpx;
  15. padding: 16rpx 20rpx;
  16. }
  17. .search-bar input {
  18. flex: 1;
  19. height: 100%;
  20. padding-right: 60rpx;
  21. font-size: 32rpx;
  22. border: none;
  23. background: transparent;
  24. }
  25. .search-icon {
  26. position: absolute;
  27. right: 20rpx;
  28. width: 45rpx;
  29. height: 45rpx;
  30. }
  31. .title_1 {
  32. font-size: 38rpx;
  33. font-weight: bold;
  34. color: #333333;
  35. margin: 20rpx 0;
  36. }
  37. .category-tabs {
  38. display: flex;
  39. justify-content: space-between;
  40. margin-bottom: 20rpx;
  41. }
  42. .category-tab {
  43. padding: 13rpx 20rpx;
  44. font-size: 26rpx;
  45. color: #666;
  46. border-radius: 25rpx;
  47. }
  48. .category-tab.active {
  49. color: #409eff;
  50. background: #ecf5ff;
  51. border: 1rpx solid #d9ecff;
  52. }
  53. .list_boxsss {
  54. width: 100%;
  55. /* width: calc(100% - 60rpx); */
  56. height: calc(100% - 280rpx);
  57. position: fixed;
  58. top: 260rpx;
  59. left: 0;
  60. }
  61. .goods-list {
  62. width: calc(100% - 60rpx);
  63. /* margin: 0rpx 30rpx; */
  64. display: flex;
  65. flex-wrap: wrap;
  66. gap: 20rpx;
  67. }
  68. .goods-item {
  69. width: calc(50% - 11rpx);
  70. background-color: #fff;
  71. border-radius: 10rpx;
  72. overflow: hidden;
  73. }
  74. .goods-image {
  75. width: 100%;
  76. height: 300rpx;
  77. }
  78. .goods-info {
  79. padding: 6rpx 20rpx 20rpx 20rpx;
  80. }
  81. .goods-title {
  82. font-size: 32rpx;
  83. color: #333;
  84. margin-bottom: 10rpx;
  85. }
  86. .goods-price {
  87. font-size: 34rpx;
  88. color: #ff5722;
  89. }
  90. .original-price {
  91. font-size: 28rpx;
  92. color: #999;
  93. text-decoration: line-through;
  94. margin-left: 10rpx;
  95. }
  96. .goods-status {
  97. font-size: 28rpx;
  98. color: #666;
  99. margin-top: 10rpx;
  100. float: right;
  101. }
  102. .gw_boxs {
  103. width: 100%;
  104. display: flex;
  105. justify-content: space-between;
  106. margin-top: 20rpx;
  107. }
  108. /* .gw_imgboxs {
  109. width: 30%;
  110. } */
  111. .gw_button {
  112. width: 100%;
  113. }
  114. .buy-button {
  115. width: 87% !important;
  116. height: 70rpx;
  117. background-color: #007aff;
  118. color: #fff;
  119. font-size: 28rpx;
  120. border-radius: 40rpx;
  121. text-align: center;
  122. }
  123. .list_boxsss {
  124. /* width: calc( 100% - 60rpx); */
  125. padding: 0rpx 30rpx;
  126. height: calc(100% - 270rpx);
  127. position: fixed;
  128. top: 260rpx;
  129. left: 0;
  130. }
  131. .loading-text {
  132. padding-top: 20rpx;
  133. width: 100%;
  134. text-align: center;
  135. }
  136. .no-more-text {
  137. padding-top: 20rpx;
  138. width: 100%;
  139. text-align: center;
  140. }