couponGoods.wxss 2.7 KB

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