couponGoods.wxss 2.6 KB

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