couponGoods.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. .desc {
  51. display: block;
  52. height: 84rpx;
  53. padding: 0 20rpx;
  54. line-height: 84rpx;
  55. color: #333;
  56. font-size: 35rpx;
  57. font-weight: bold;
  58. width: auto;
  59. }
  60. .cate-nav .item.active .name {
  61. color: #09afff;
  62. border-bottom: 2px solid #09afff;
  63. }
  64. .cate-item {
  65. height: auto;
  66. overflow: hidden;
  67. }
  68. .cate-item .h {
  69. height: 145rpx;
  70. width: 750rpx;
  71. display: flex;
  72. flex-direction: column;
  73. align-items: center;
  74. justify-content: center;
  75. }
  76. .cate-item .h .name {
  77. display: block;
  78. height: 35rpx;
  79. margin-bottom: 18rpx;
  80. font-size: 30rpx;
  81. color: #333;
  82. }
  83. .cate-item .h .desc {
  84. display: block;
  85. height: 24rpx;
  86. font-size: 24rpx;
  87. color: #999;
  88. }
  89. .cate-item .b {
  90. width: 750rpx;
  91. padding: 0 6.25rpx;
  92. height: auto;
  93. overflow: hidden;
  94. }
  95. .cate-item .b .item {
  96. float: left;
  97. background: #fff;
  98. width: 342rpx;
  99. height: auto;
  100. overflow: hidden;
  101. padding: 15rpx;
  102. border-radius: 15rpx;
  103. margin: 16.5rpx 16.5rpx 8.5rpx 16.5rpx;
  104. }
  105. .cate-item .b .item-b {
  106. margin-left: 6.25rpx;
  107. }
  108. .cate-item .item .img {
  109. width: 362rpx;
  110. height: 362rpx;
  111. }
  112. .cate-item .b .item .mark {
  113. width: 122rpx;
  114. height: 100rpx;
  115. margin-top: -20rpx;
  116. margin-left: 0rpx;
  117. }
  118. .cate-item .item .name {
  119. display: block;
  120. width: 365.625rpx;
  121. margin: 0 0 5rpx 0;
  122. overflow: hidden;
  123. padding: 0 20rpx;
  124. font-size: 26rpx;
  125. color: #1C1C1C;
  126. line-height: 1.3em;
  127. padding-left: 0rpx;
  128. text-align: left;
  129. }
  130. .cate-item .item .brand {
  131. display: block;
  132. width: 365.625rpx;
  133. height: 22rpx;
  134. font-size: 22rpx;
  135. color: #ab956d;
  136. margin-top: 10rpx;
  137. margin-left: 22rpx;
  138. }
  139. .cate-item .item .price {
  140. height: 40rpx;
  141. display: flex;
  142. margin-top: 20rpx;
  143. align-items:flex-end;
  144. }
  145. .retailPrice{
  146. font-size: 30rpx;
  147. height: 30rpx;
  148. line-height: 30rpx;
  149. }
  150. .memberPrice{
  151. font-size: 22rpx;
  152. color: #DD483E;
  153. margin:0 10rpx 0 20rpx;
  154. }
  155. .member-price-tag{
  156. width:88rpx;
  157. height: 26rpx;
  158. line-height: 26rpx;
  159. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-price-bg.png') no-repeat center center;
  160. background-size: 100% 100%;
  161. color: #5E3A11;
  162. font-size: 16rpx;
  163. padding:0 8rpx 0 0;
  164. text-align: right;
  165. margin:0 0 6rpx 0;
  166. }