couponGoods.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .container {
  2. background: #f9f9f9;
  3. }
  4. .counterPrice {
  5. text-decoration: line-through;
  6. font-size: 24rpx;
  7. margin: 0 0 0 20rpx;
  8. color: #C7C7C7;
  9. }
  10. .cate-nav {
  11. text-align: center;
  12. z-index: 1000;
  13. padding: 20rpx 0;
  14. font-size: 32rpx;
  15. border-bottom: 2rpx solid #E4E4E4;
  16. }
  17. .no-list{
  18. margin:116rpx 0 0;
  19. text-align: center;
  20. color:rgb(224, 38, 38);
  21. font-size: 28rpx;
  22. }
  23. .price-unit{
  24. font-size: 23rpx;
  25. font-weight: 400;
  26. color: #202020;
  27. }
  28. .cate-nav-body {
  29. height: 84rpx;
  30. white-space: nowrap;
  31. background: #fff;
  32. border-top: 1px solid rgba(0, 0, 0, 0.15);
  33. overflow: hidden;
  34. }
  35. .cate-nav .item {
  36. display: inline-block;
  37. height: 84rpx;
  38. min-width: 130rpx;
  39. padding: 0 15rpx;
  40. }
  41. .cate-nav .item .name {
  42. display: block;
  43. height: 84rpx;
  44. padding: 0 20rpx;
  45. line-height: 84rpx;
  46. color: #333;
  47. font-size: 30rpx;
  48. width: auto;
  49. }
  50. .cate-nav .item.active .name {
  51. color: #09afff;
  52. border-bottom: 2px solid #09afff;
  53. }
  54. .cate-item {
  55. height: auto;
  56. overflow: hidden;
  57. }
  58. .cate-item .h {
  59. height: 145rpx;
  60. width: 750rpx;
  61. display: flex;
  62. flex-direction: column;
  63. align-items: center;
  64. justify-content: center;
  65. }
  66. .cate-item .h .name {
  67. display: block;
  68. height: 35rpx;
  69. margin-bottom: 18rpx;
  70. font-size: 30rpx;
  71. color: #333;
  72. }
  73. .cate-item .h .desc {
  74. display: block;
  75. height: 24rpx;
  76. font-size: 24rpx;
  77. color: #999;
  78. }
  79. .cate-item .b {
  80. width: 750rpx;
  81. padding: 0 6.25rpx;
  82. height: auto;
  83. overflow: hidden;
  84. }
  85. .cate-item .b .item {
  86. float: left;
  87. background: #fff;
  88. width: 342rpx;
  89. height: auto;
  90. overflow: hidden;
  91. padding: 15rpx;
  92. border-radius: 15rpx;
  93. margin: 16.5rpx 16.5rpx 8.5rpx 16.5rpx;
  94. }
  95. .cate-item .b .item-b {
  96. margin-left: 6.25rpx;
  97. }
  98. .cate-item .item .img {
  99. width: 362rpx;
  100. height: 362rpx;
  101. }
  102. .cate-item .b .item .mark {
  103. width: 122rpx;
  104. height: 100rpx;
  105. margin-top: -20rpx;
  106. margin-left: 0rpx;
  107. }
  108. .cate-item .item .name {
  109. display: block;
  110. width: 365.625rpx;
  111. margin: 0 0 5rpx 0;
  112. overflow: hidden;
  113. padding: 0 20rpx;
  114. font-size: 26rpx;
  115. color: #1C1C1C;
  116. line-height: 1.3em;
  117. padding-left: 0rpx;
  118. text-align: left;
  119. }
  120. .cate-item .item .brand {
  121. display: block;
  122. width: 365.625rpx;
  123. height: 22rpx;
  124. font-size: 22rpx;
  125. color: #ab956d;
  126. margin-top: 10rpx;
  127. margin-left: 22rpx;
  128. }
  129. .cate-item .item .price {
  130. height: 40rpx;
  131. display: flex;
  132. margin-top: 20rpx;
  133. align-items:flex-end;
  134. }
  135. .retailPrice{
  136. font-size: 30rpx;
  137. height: 30rpx;
  138. line-height: 30rpx;
  139. }
  140. .memberPrice{
  141. font-size: 22rpx;
  142. color: #DD483E;
  143. margin:0 10rpx 0 20rpx;
  144. }
  145. .member-price-tag{
  146. width:88rpx;
  147. height: 26rpx;
  148. line-height: 26rpx;
  149. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-price-bg.png') no-repeat center center;
  150. background-size: 100% 100%;
  151. color: #5E3A11;
  152. font-size: 16rpx;
  153. padding:0 8rpx 0 0;
  154. text-align: right;
  155. margin:0 0 6rpx 0;
  156. }