goods_list.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. .productList .search {
  2. width: 100%;
  3. height: 86rpx;
  4. padding-left: 23rpx;
  5. box-sizing: border-box;
  6. position: fixed;
  7. left: 0;
  8. z-index: 9;
  9. }
  10. .productList .search .input {
  11. width: 640rpx;
  12. height: 60rpx;
  13. background-color: #fff;
  14. border-radius: 50rpx;
  15. padding: 0 20rpx;
  16. box-sizing: border-box;
  17. }
  18. .productList .search .input input {
  19. width: 548rpx;
  20. height: 100%;
  21. font-size: 26rpx;
  22. }
  23. .productList .search .input .placeholder {
  24. color: #999;
  25. }
  26. .productList .search .input .iconfont {
  27. font-size: 35rpx;
  28. color: #555;
  29. }
  30. .productList .search .icon-pailie,
  31. .productList .search .icon-tupianpailie {
  32. color: #fff;
  33. width: 62rpx;
  34. font-size: 40rpx;
  35. height: 86rpx;
  36. line-height: 86rpx;
  37. }
  38. .productList .nav {
  39. height: 86rpx;
  40. color: #454545;
  41. position: fixed;
  42. left: 0;
  43. width: 100%;
  44. font-size: 28rpx;
  45. background-color: #fff;
  46. z-index: 9;
  47. }
  48. .productList .nav .item {
  49. width: 25%;
  50. text-align: center;
  51. }
  52. .productList .nav .item.font-color {
  53. font-weight: bold;
  54. }
  55. .productList .nav .item image {
  56. width: 15rpx;
  57. height: 19rpx;
  58. margin-left: 10rpx;
  59. }
  60. .productList .list {
  61. padding: 0 20rpx;
  62. margin-top: 172rpx;
  63. }
  64. .productList .list.on {
  65. background-color: #fff;
  66. border-top: 1px solid #f6f6f6;
  67. }
  68. .productList .list .item {
  69. width: 345rpx;
  70. margin-top: 20rpx;
  71. background-color: #fff;
  72. border-radius: 10rpx;
  73. }
  74. .productList .list .item.on {
  75. width: 100%;
  76. display: flex;
  77. border-bottom: 1rpx solid #f6f6f6;
  78. padding: 30rpx 0;
  79. margin: 0;
  80. }
  81. .productList .list .item .pictrue {
  82. width: 100%;
  83. height: 345rpx;
  84. position: relative;
  85. }
  86. .productList .list .item .pictrue.on {
  87. width: 180rpx;
  88. height: 180rpx;
  89. }
  90. .productList .list .item .pictrue image {
  91. width: 100%;
  92. height: 100%;
  93. border-radius: 10rpx 10rpx 0 0;
  94. }
  95. .productList .list .item .pictrue image.on {
  96. border-radius: 6rpx;
  97. }
  98. .productList .list .item .text {
  99. padding: 20rpx 17rpx 26rpx 17rpx;
  100. font-size: 30rpx;
  101. color: #222;
  102. }
  103. .productList .list .item .text.on {
  104. width: 508rpx;
  105. padding: 0 0 0 22rpx;
  106. }
  107. .productList .list .item .text .money {
  108. font-size: 26rpx;
  109. font-weight: bold;
  110. margin-top: 8rpx;
  111. }
  112. .productList .list .item .text .money.on {
  113. margin-top: 50rpx;
  114. }
  115. .productList .list .item .text .money .num {
  116. font-size: 34rpx;
  117. }
  118. .productList .list .item .text .vip {
  119. font-size: 22rpx;
  120. color: #aaa;
  121. margin-top: 7rpx;
  122. }
  123. .productList .list .item .text .vip.on {
  124. margin-top: 12rpx;
  125. }
  126. .productList .list .item .text .vip .vip-money {
  127. font-size: 24rpx;
  128. color: #282828;
  129. font-weight: bold;
  130. }
  131. .productList .list .item .text .vip .vip-money image {
  132. width: 46rpx;
  133. height: 21rpx;
  134. margin-left: 4rpx;
  135. }
  136. .noCommodity {
  137. background-color: #fff;
  138. }